diff --git a/tvapp2/node_modules/.package-lock.json b/tvapp2/node_modules/.package-lock.json index 2cee98c5..20e40559 100755 --- a/tvapp2/node_modules/.package-lock.json +++ b/tvapp2/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "tvapp2", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { @@ -18,9 +18,9 @@ } }, "node_modules/@eslint-community/eslint-utils": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz", - "integrity": "sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.6.1.tgz", + "integrity": "sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw==", "dev": true, "license": "MIT", "dependencies": { @@ -232,9 +232,9 @@ "license": "MIT" }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-3.1.0.tgz", - "integrity": "sha512-lQktsOiCr8S6StG29C5fzXYxLOD6ID1rp4j6TRS+E/qY1xd59Fm7dy5qm9UauJIEoSTlYx6yGsCHYh5UkgXPyg==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-4.2.0.tgz", + "integrity": "sha512-MiJr6wvyzMYl/wElmj8Jns8zH7Q1w8XoVtm+WM6yDaTrfxryMyb8n0CMxt82fo42RoLIfxAEtM6tmQVxqhk0/A==", "dev": true, "license": "MIT", "dependencies": { @@ -245,7 +245,7 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=8.40.0" + "eslint": ">=9.0.0" } }, "node_modules/@types/estree": { @@ -600,18 +600,6 @@ "node": ">=18" } }, - "node_modules/body-parser/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "license": "MIT", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -1730,6 +1718,19 @@ "node": ">=4" } }, + "node_modules/external-editor/node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -2197,13 +2198,12 @@ } }, "node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dev": true, + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", "license": "MIT", "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" + "safer-buffer": ">= 2.1.2 < 3.0.0" }, "engines": { "node": ">=0.10.0" @@ -3459,18 +3459,6 @@ "node": ">= 0.8" } }, - "node_modules/raw-body/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "license": "MIT", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/reflect.getprototypeof": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz", @@ -4292,7 +4280,9 @@ } }, "node_modules/user-agents": { - "version": "1.1.497", + "version": "1.1.529", + "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.529.tgz", + "integrity": "sha512-8/ha9jnpBjUhC7+kpdAimo+mQVUMFhTJEkGVRSUsxK6YWuVZ6il+6ErVMjWpfX7q1Ft0m/4+XpPJhGuqZesFTQ==", "license": "BSD-2-Clause", "dependencies": { "lodash.clonedeep": "^4.5.0" diff --git a/tvapp2/node_modules/user-agents/dist/index.js b/tvapp2/node_modules/user-agents/dist/index.js index 991c12c6..3d676767 100755 --- a/tvapp2/node_modules/user-agents/dist/index.js +++ b/tvapp2/node_modules/user-agents/dist/index.js @@ -1,2 +1,2 @@ -!function(e,i){"object"==typeof exports&&"object"==typeof module?module.exports=i():"function"==typeof define&&define.amd?define("user-agents",[],i):"object"==typeof exports?exports["user-agents"]=i():e["user-agents"]=i()}(global,(function(){return(()=>{var e={442:(e,i,t)=>{"use strict";var o;Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var n=((o=t(899))&&o.__esModule?o:{default:o}).default;i.default=n,e.exports=i.default},899:(e,i,t)=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var o=r(t(465)),n=r(t(932));let p;function r(e){return e&&e.__esModule?e:{default:e}}function l(e,i){return!i||"object"!=typeof i&&"function"!=typeof i?a(e):i}function a(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function c(e){var i="function"==typeof Map?new Map:void 0;return(c=function(e){if(null===e||(t=e,-1===Function.toString.call(t).indexOf("[native code]")))return e;var t;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==i){if(i.has(e))return i.get(e);i.set(e,o)}function o(){return h(e,arguments,d(this).constructor)}return o.prototype=Object.create(e.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),s(o,e)})(e)}function h(e,i,t){return(h=g()?Reflect.construct:function(e,i,t){var o=[null];o.push.apply(o,i);var n=new(Function.bind.apply(e,o));return t&&s(n,t.prototype),n}).apply(null,arguments)}function g(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function s(e,i){return(s=Object.setPrototypeOf||function(e,i){return e.__proto__=i,e})(e,i)}function d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function v(e,i,t){return i in e?Object.defineProperty(e,i,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[i]=t,e}const w=e=>{const i=e.reduce(((e,[i])=>e+i),0);let t=0;return e.map((([e,o])=>(t+=e/i,[t,o])))},m=n.default.map((({weight:e},i)=>[e,i])),W=w(m),M=(e,i=(e=>e))=>{let t;return t="function"==typeof e?[e]:e instanceof RegExp?[i=>"object"==typeof i&&i&&i.userAgent?e.test(i.userAgent):e.test(i)]:e instanceof Array?e.map((e=>M(e))):"object"==typeof e?Object.entries(e).map((([e,i])=>M(i,(i=>i[e])))):[i=>"object"==typeof i&&i&&i.userAgent?e===i.userAgent:e===i],e=>{try{const o=i(e);return t.every((e=>e(o)))}catch(e){return!1}}},k=(e,i)=>{Object.defineProperty(e,"cumulativeWeightIndexPairs",{configurable:!0,enumerable:!1,writable:!1,value:i})};p=Symbol.toPrimitive;let u=function(e){!function(e,i){if("function"!=typeof i&&null!==i)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(i&&i.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),i&&s(e,i)}(c,e);var i,t,r=(i=c,t=g(),function(){var e,o=d(i);if(t){var n=d(this).constructor;e=Reflect.construct(o,arguments,n)}else e=o.apply(this,arguments);return l(this,e)});function c(e){var i;if(function(e,i){if(!(e instanceof i))throw new TypeError("Cannot call a class as a function")}(this,c),v(a(i=r.call(this)),p,(()=>i.data.userAgent)),v(a(i),"toString",(()=>i.data.userAgent)),v(a(i),"random",(()=>{const e=new c;return k(e,i.cumulativeWeightIndexPairs),e.randomize(),e})),v(a(i),"randomize",(()=>{const e=Math.random(),[,t]=i.cumulativeWeightIndexPairs.find((([i])=>i>e)),p=n.default[t];i.data=(0,o.default)(p)})),k(a(i),(e=>{if(!e)return W;const i=M(e),t=[];return n.default.forEach(((e,o)=>{i(e)&&t.push([e.weight,o])})),w(t)})(e)),0===i.cumulativeWeightIndexPairs.length)throw new Error("No user agents matched your filters.");return i.randomize(),l(i,new Proxy(a(i),{apply:()=>i.random(),get:(e,i,t)=>{if(e.data&&"string"==typeof i&&Object.prototype.hasOwnProperty.call(e.data,i)&&Object.prototype.propertyIsEnumerable.call(e.data,i)){const t=e.data[i];if(void 0!==t)return t}return Reflect.get(e,i,t)}}))}return c}(c(Function));i.default=u,v(u,"random",(e=>{try{return new u(e)}catch(e){return null}})),e.exports=i.default},465:(e,i,t)=>{e=t.nmd(e);var o="__lodash_hash_undefined__",n=9007199254740991,p="[object Arguments]",r="[object Boolean]",l="[object Date]",a="[object Function]",c="[object GeneratorFunction]",h="[object Map]",g="[object Number]",s="[object Object]",d="[object Promise]",v="[object RegExp]",w="[object Set]",m="[object String]",W="[object Symbol]",M="[object WeakMap]",k="[object ArrayBuffer]",u="[object DataView]",f="[object Float32Array]",H="[object Float64Array]",A="[object Int8Array]",C="[object Int16Array]",L="[object Int32Array]",b="[object Uint8Array]",N="[object Uint8ClampedArray]",S="[object Uint16Array]",K="[object Uint32Array]",P=/\w*$/,T=/^\[object .+?Constructor\]$/,y=/^(?:0|[1-9]\d*)$/,G={};G[p]=G["[object Array]"]=G[k]=G[u]=G[r]=G[l]=G[f]=G[H]=G[A]=G[C]=G[L]=G[h]=G[g]=G[s]=G[v]=G[w]=G[m]=G[W]=G[b]=G[N]=G[S]=G[K]=!0,G["[object Error]"]=G[a]=G[M]=!1;var _="object"==typeof global&&global&&global.Object===Object&&global,O="object"==typeof self&&self&&self.Object===Object&&self,I=_||O||Function("return this")(),z=i&&!i.nodeType&&i,x=z&&e&&!e.nodeType&&e,X=x&&x.exports===z;function E(e,i){return e.set(i[0],i[1]),e}function U(e,i){return e.add(i),e}function V(e,i,t,o){var n=-1,p=e?e.length:0;for(o&&p&&(t=e[++n]);++n-1},Ne.prototype.set=function(e,i){var t=this.__data__,o=ye(t,e);return o<0?t.push([e,i]):t[o][1]=i,this},Se.prototype.clear=function(){this.__data__={hash:new be,map:new(ve||Ne),string:new be}},Se.prototype.delete=function(e){return ze(this,e).delete(e)},Se.prototype.get=function(e){return ze(this,e).get(e)},Se.prototype.has=function(e){return ze(this,e).has(e)},Se.prototype.set=function(e,i){return ze(this,e).set(e,i),this},Ke.prototype.clear=function(){this.__data__=new Ne},Ke.prototype.delete=function(e){return this.__data__.delete(e)},Ke.prototype.get=function(e){return this.__data__.get(e)},Ke.prototype.has=function(e){return this.__data__.has(e)},Ke.prototype.set=function(e,i){var t=this.__data__;if(t instanceof Ne){var o=t.__data__;if(!ve||o.length<199)return o.push([e,i]),this;t=this.__data__=new Se(o)}return t.set(e,i),this};var Xe=he?F(he,Object):function(){return[]},Ee=function(e){return ie.call(e)};function Ue(e,i){return!!(i=null==i?n:i)&&("number"==typeof e||y.test(e))&&e>-1&&e%1==0&&e-1&&e%1==0&&e<=n}(e.length)&&!$e(e)}var je=ge||function(){return!1};function $e(e){var i=Ye(e)?ie.call(e):"";return i==a||i==c}function Ye(e){var i=typeof e;return!!e&&("object"==i||"function"==i)}function Je(e){return De(e)?Pe(e):function(e){if(!Ve(e))return se(e);var i=[];for(var t in Object(e))ee.call(e,t)&&"constructor"!=t&&i.push(t);return i}(e)}e.exports=function(e){return Ge(e,!0,!0)}},932:e=>{"use strict";e.exports=JSON.parse('[{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1132.1130 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0011752338768244645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.001063429372096675,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1440,"weight":0.0010241291225013731,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0009807510849131158,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1169,"screenWidth":1800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1800,"weight":0.0008897836688737348,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0008465779273426323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.0008378598411939561,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0008365912951200523,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0008332858040904549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.000824869364019279,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0008169104114475881,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0008063721584086976,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0008049146168910332,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":852,"viewportWidth":1710,"weight":0.0008039250421321869,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0007701192763547054,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0007591136727417305,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.0007566692373254279,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.0007542088962869107,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0007536484882351333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0007525118021575671,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":428,"weight":0.0007495383120220653,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00074306660970848,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.0007424867893688498,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0007393262696285166,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0007222045696434468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.0007196799090668115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4113.1398 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0007131856553632642,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.55,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.0007008548059109983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000696223396640358,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":792,"viewportWidth":1511,"weight":0.0006947512639083158,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0006857011465133631,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0006817612540825794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0006786825821466062,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2767.1650 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0006782224152999568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":4,"screenHeight":972,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":965,"viewportWidth":1728,"weight":0.0006759476149335449,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0006717619543291319,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.0006686609039879357,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0006653573618237497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0006596013432167098,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0006572484888525725,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2465.1593 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0006565354596781335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0006555455080797043,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":723,"viewportWidth":384,"weight":0.0006545379375773865,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000654410821236016,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000651943284439025,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0006488794092052726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1344,"screenWidth":1344,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.72 Safari/537.36","vendor":"Google Inc.","viewportHeight":1344,"viewportWidth":1344,"weight":0.0006474774724171743,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/360.1.737798518 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.0006471076351142705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.0006467942349267026,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0006434468025190269,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.0006423098169034656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.0006409552380949522,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0006403805243148309,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":551,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":320,"weight":0.0006385297081957114,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":709,"viewportWidth":414,"weight":0.0006381840586662424,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.0006373070948044524,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":441,"viewportWidth":320,"weight":0.0006350402105828327,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0006287902179862847,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0006285081768588473,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.0006284813313216709,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.55,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1012,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":877,"viewportWidth":1517,"weight":0.0006267762173562307,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":724,"viewportWidth":414,"weight":0.0006265846210099603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0006204584152075169,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.0006189015471614209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":411,"weight":0.0006186677172631056,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0006175742566381275,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":921,"viewportWidth":768,"weight":0.0006162902018123071,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":1427,"weight":0.000612174134998411,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":1528,"weight":0.000609510423146394,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":750,"screenWidth":346,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":346,"weight":0.0006081874669361612,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0006066797903520112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1084,"viewportWidth":1865,"weight":0.0006054630909235244,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.0006041358269059956,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.85,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0006033310203323327,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0006030769510237849,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1333,"screenWidth":2371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0006030308572099088,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0006013052561167566,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0005988473055364623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0005976932496320994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":959,"viewportWidth":1858,"weight":0.0005925110006396418,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.0005902989593555011,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.25,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":785,"screenWidth":1396,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":616,"viewportWidth":1397,"weight":0.0005881150274111702,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0005868569531109429,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1042,"viewportWidth":1742,"weight":0.0005858676839028144,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0005856874165325463,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.000580447125430605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":1536,"weight":0.0005762822146595029,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0005716473747438236,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0005710425343850729,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.0005709935178219302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0005706241582307444,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.7,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":820,"viewportWidth":432,"weight":0.0005702661513066239,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0005699868846534308,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.000569964343123674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":650},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":743,"viewportWidth":1492,"weight":0.0005674827555031681,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0005660680130517016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7627.1731 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0005656438291932398,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1290,"viewportWidth":1683,"weight":0.0005653785411942118,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":879,"viewportWidth":524,"weight":0.0005641275136772963,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.0005639417728609883,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0005635275535251055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000562971437661659,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":740,"viewportWidth":1440,"weight":0.0005629628524378009,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":560,"viewportWidth":1272,"weight":0.0005622829606065537,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":2,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":971,"viewportWidth":810,"weight":0.0005618945438070051,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0005597671763950147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":893,"viewportWidth":944,"weight":0.0005571148048934392,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.0005566851028298612,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0005549710406295088,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":685,"viewportWidth":402,"weight":0.0005525860633021371,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.0005518311162401473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.0005516892698594605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3193.1633 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00054929887665925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2049,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1026,"viewportWidth":2040,"weight":0.0005492416273904741,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0005488871424509024,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0005452168484823198,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.0005451417443628844,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000544598562144457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.0005424505801668446,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.0005418828750235958,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":100,"effectiveType":"3g","rtt":350,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":830,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":392,"weight":0.0005408703489979682,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.0005405430338263455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":848,"viewportWidth":1883,"weight":0.0005391356657961476,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1139,"viewportWidth":1944,"weight":0.0005390564612114608,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0005365583582999725,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0005361703340987079,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0005334323583872036,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.0005307925220522071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.65,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.0005302268322224524,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0005295581189300189,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":873,"viewportWidth":1710,"weight":0.0005280021640882373,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4932.1246 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0005274904525572919,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":952,"viewportWidth":1511,"weight":0.0005273203124798276,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1333,"screenWidth":2371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0005242343494975991,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":879,"viewportWidth":428,"weight":0.0005242241479603273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":384,"weight":0.0005228050568797216,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0005226524977355343,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0005226075700966043,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0005215148546859051,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.0005214124569109521,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0005212253249254977,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"downlinkMax":100,"effectiveType":"3g","rtt":1000,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.0005190397772738964,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1073,"viewportWidth":820,"weight":0.0005189911789652074,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0005178606537802205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000517776267222539,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.0005172252953920177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.0005171649832729438,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":896,"viewportWidth":1456,"weight":0.0005162733619894162,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":428,"weight":0.0005162076929691558,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.0005161927978393108,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0005148527663764341,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9538.1170 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0005143795715486783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":846,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":411,"weight":0.0005141857200509761,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0005133931200846604,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0005131388186607758,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0005117366342594527,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0005109865957853508,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0005082451225911015,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0005075646178822824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000507309914710548,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0005043406448795444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":868,"viewportWidth":1482,"weight":0.0005040496584875069,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0005034315778644786,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":685,"viewportWidth":402,"weight":0.0005026307537534127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9766.1227 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0005009101743816664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":619,"viewportWidth":1277,"weight":0.000499617149829054,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0004991746545940742,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000498999282581988,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0004975484050682103,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":709,"viewportWidth":1031,"weight":0.0004969817792917985,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0004967934544271417,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0004962537940563633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":135.53125,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1600,"screenWidth":900,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1208,"weight":0.0004945237602383812,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.000494002641003484,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.6,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0004939173570956652,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.2,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":360,"weight":0.0004927817455265222,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.0004917734876760649,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":959,"viewportWidth":1920,"weight":0.000489326146663115,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.0004873727795898904,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.55,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":616,"viewportWidth":1358,"weight":0.00048680497392638374,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0004865615115632223,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00048451402845781755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":2,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":734,"viewportWidth":1290,"weight":0.00048376434153940247,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":542,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":542,"viewportWidth":320,"weight":0.0004825777069555038,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":854,"viewportWidth":430,"weight":0.0004820918182423922,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":748,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":360,"weight":0.00048163994871128923,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0004802893789474705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0004778775873645358,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1280,"screenWidth":800,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1208,"viewportWidth":800,"weight":0.00047524735342024244,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00047453057445704354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0004733800412649419,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000473014182139037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1280,"viewportWidth":2552,"weight":0.0004723241990873706,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0004721868603617286,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":828,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":1264,"weight":0.00047190595085440146,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.000471571569859394,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0004701276138209902,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00046951130336535604,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":1344,"weight":0.0004687389728269582,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":426,"weight":0.0004678905821281088,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0004670250703732864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1333,"screenWidth":2371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0004669157099704771,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00046682111436250435,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.0004665630334149487,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0004664253375616529,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0004660276721302444,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":402,"weight":0.0004652912700223328,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0004637851396344547,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.0004631848222785701,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1593.1768 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004620614271050572,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":684,"viewportWidth":1406,"weight":0.00046186815124822194,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":712,"viewportWidth":414,"weight":0.00046130258016188443,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00046117847583931887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.5,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1280,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1146,"viewportWidth":2048,"weight":0.0004600730886194666,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00046000358672104757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.65,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":767,"weight":0.0004583133968834134,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0004583080999633481,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00045755887985684737,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.0004571521013975122,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.0004571114687852468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0004570702036331374,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00045682490027324066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0004567365627905947,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00045624742675744303,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1534,"weight":0.0004554490545636933,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":393,"weight":0.00045487052862637283,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00045335453564901207,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0004528808056635403,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0004523473330514362,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00045143238166719935,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0004514251326509434,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.0004513866266962825,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.0004507457891997753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00044989004298959305,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0004494640939002911,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":776,"viewportWidth":440,"weight":0.0004490577236817066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00044830193228340837,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0004482152159888753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.0004473411366862454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0004462464587801245,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00044544291367703637,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":842,"viewportWidth":440,"weight":0.0004454109190070553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7854.1189 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00044513013234919314,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":594,"viewportWidth":1366,"weight":0.0004435016431814611,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00044337560578854224,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00044320878072855516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.05,"effectiveType":"4g","rtt":250},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1920,"weight":0.00044310367128879785,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1194,"weight":0.00044231337119560404,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.95,"downlinkMax":100,"effectiveType":"4g","rtt":250,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.0004418770610337811,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":527,"viewportWidth":320,"weight":0.0004415512484131531,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":932,"screenWidth":424,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":423,"weight":0.00044091177477836987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00044036600836105076,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":646,"viewportWidth":390,"weight":0.0004403427582746201,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00043988164735829234,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.0004392586783052654,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00043860708617201764,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.45,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00043679360691087886,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00043658272577851013,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.00043579577010078956,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0004357927549735549,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":393,"weight":0.00043472107090640754,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.00043392103417655604,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.00043372151170869617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5587.1710 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004335299327590579,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":842,"viewportWidth":440,"weight":0.00043316333169036303,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00043276760025449994,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/23.7.5.717 Yowser/2.5 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1905,"weight":0.0004322649530882359,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.0004320873432470831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1440,"weight":0.0004318790551106627,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0004317136767985989,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":763,"viewportWidth":440,"weight":0.0004306901820591935,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":430,"weight":0.00043035441624730266,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0004292757743056156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":932,"viewportWidth":1714,"weight":0.0004290219087366556,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8400.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004290206064497975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6085.1137 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00042895700887475054,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00042834694436489777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00042829485687567395,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.00042791862207622,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1073,"viewportWidth":820,"weight":0.00042784032056626155,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.0004276165867370824,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00042737849581808484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":684,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":684,"viewportWidth":384,"weight":0.0004273402161518654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":411,"weight":0.00042672959873113383,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00042646905391998074,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00042537218675895344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2724.1652 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004253487828941702,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00042448773927144135,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00042398245917544094,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00042390952918588243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8624.1287 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00042374185136273784,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00042373253709036775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":688,"viewportWidth":1209,"weight":0.00042360027731787867,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00042355247567655283,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0004234275643818672,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0004232136558708645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":772,"screenWidth":1372,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":626,"viewportWidth":1364,"weight":0.000422491094533061,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.1,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00042234230795685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.0004220050755669777,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":375,"weight":0.0004215583122958914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0004210349928501824,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00042018660245418096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0004198620343292249,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.0004190111057096389,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0004189636307314929,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000418913608966764,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.0004187944346822705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":679,"viewportWidth":360,"weight":0.00041875413931226514,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":906,"viewportWidth":1366,"weight":0.0004182323236819994,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0004182124675856099,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":753,"viewportWidth":384,"weight":0.0004177239358749963,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0004176904381173118,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":426,"weight":0.00041743412672000797,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.0004170159185902501,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0004169118697239866,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00041679531828268295,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.25,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":712,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":637,"viewportWidth":320,"weight":0.0004163959705499241,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00041638146751690286,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000416283294208476,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":873,"viewportWidth":430,"weight":0.00041539692222051583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.0004153538814482806,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1050,"viewportWidth":1680,"weight":0.00041503718320580935,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00041462447342383864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":687,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":616,"viewportWidth":320,"weight":0.00041460670974523316,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1334,"screenWidth":800,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1165,"viewportWidth":800,"weight":0.00041453030229125765,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0004143895643775594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00041411469082808076,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.6,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00041350477528257683,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.0004134879188097688,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000413235741952991,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00041237685174521765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0 (Edition std-2)","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1598,"weight":0.00041229833346942044,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00041185833448941796,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.00041119887678435014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00040997109358003545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0004096777373091072,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":904,"screenWidth":407,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":406,"weight":0.0004089343266083467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22B91 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":390,"weight":0.00040869060742457946,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":528,"viewportWidth":312,"weight":0.00040823447034777044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00040795837100987006,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00040789235038316473,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.00040773227833537954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00040751385945947773,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00040712851606232746,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00040689561511486925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.95,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.0004068852143808981,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00040685875849811367,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0004065448773946398,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00040581025055976824,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (iPad; CPU OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.0004054651086430016,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00040541766554646965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2209.1279 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00040480270281455683,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":712,"viewportWidth":1440,"weight":0.00040475728821013946,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.0004042007434783936,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0004037891897104943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0004036732835978907,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00040319055738842106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00040289543651439013,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00040215726435962484,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.0004018282820919323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00040125715343809916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":938,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36 OPR/88.0.0.0","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":411,"weight":0.000400148556314168,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0004000789802092069,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00039956651501215626,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00039953091611671655,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00039944031765167155,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003994171183702631,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":606,"viewportWidth":1218,"weight":0.0003990167206131886,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":768,"screenWidth":346,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":345,"weight":0.0003985973840117141,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":852,"viewportWidth":1517,"weight":0.0003985546360606347,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":889,"viewportWidth":518,"weight":0.00039823739291132014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00039821933532394743,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":1280,"weight":0.00039796638772989477,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":937,"viewportWidth":1920,"weight":0.0003973159711547141,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00039728399007445185,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00039712722637330887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.0003969203600719159,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":845,"viewportWidth":1006,"weight":0.0003957839640920507,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003954368528580907,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00039478446206934185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0003945375691304249,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00039429728937883735,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00039299696386435227,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0003928605618429687,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1440,"weight":0.00039282864486397105,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0003926231217331688,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.000391711037507508,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00039128522542361234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00039101662124143205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0003905180455553272,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":987,"weight":0.00039019591289720263,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00038930971924694364,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00038910203067972704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0003884499656221036,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1000,"viewportWidth":1366,"weight":0.00038819536222710414,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00038797117210101646,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":756,"viewportWidth":1220,"weight":0.0003873276618062248,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003870589966125055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":709,"viewportWidth":1470,"weight":0.0003868145328749446,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0003867389753366298,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00038599686229972153,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00038568978696888945,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00038545241748183875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":605,"viewportWidth":338,"weight":0.00038502210160604086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.0003845650828122283,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003845573341124327,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0003844682419305959,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00038366577125527177,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.33 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":790,"viewportWidth":1080,"weight":0.00038311912252224383,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.0003830461387195664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.00038286156796076167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7858.1014 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00038222265131009536,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0003819081635031507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00038155321893996015,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003815313187022928,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0003813835800226466,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":514,"viewportWidth":320,"weight":0.000380812178635586,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00038050250705739803,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003804624610454191,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9680.1676 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003796298564718738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00037920575935084856,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.00037898193443831754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5423.1539 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003787259601922308,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":535,"viewportWidth":375,"weight":0.00037812628641246943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000378015396189358,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9251.1928 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00037780609782767316,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00037768281310478316,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00037763438006256205,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":936,"viewportWidth":2042,"weight":0.000377585248670341,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00037756078227565185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4029.1441 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00037724263262972494,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.0003763046488161248,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.0003760442029970548,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.0003755785434285907,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00037551490243530197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.15,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00037539093859874036,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003748991564481653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00037458633913631907,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00037455231895020734,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0003734889471453933,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00037332603742539974,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00037087687564693145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.8,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":589,"viewportWidth":1366,"weight":0.00037081467533237245,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003707494886399968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1126,"viewportWidth":2579,"weight":0.00037040769807904466,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00037007289512481616,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00036982056376610626,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0003698015454153256,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00036942467023211854,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00036888984211034306,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":795,"viewportWidth":1296,"weight":0.00036885247606262495,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.0003684224511189237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1872,"weight":0.0003683179441096671,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.0003682655159655102,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":1440,"weight":0.0003681045365830965,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00036768050844498273,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":690,"viewportWidth":393,"weight":0.0003675041473668025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":412,"weight":0.0003674234818123999,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.00036725410658650846,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.00036677221025816756,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003666445011904157,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":414,"weight":0.00036547242886849664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":843,"viewportWidth":1311,"weight":0.00036546490899148687,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0003651008515835972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00036441106999770764,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00036419835434027103,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00036411699327263644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.5,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":384,"weight":0.0003639421981298902,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0003635691795131504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00036345258693805014,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":702,"viewportWidth":360,"weight":0.00036266666124710117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0003626387642800621,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.0003623962403793545,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00036136149953352884,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00036134070719149946,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00036098350315685483,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00036021492706323914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":719,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":412,"weight":0.00035961802921841943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00035934701570230506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00035906121641875156,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003583278320139226,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":411,"weight":0.00035828792133579725,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00035828419753256203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":918,"viewportWidth":1904,"weight":0.00035822085649467994,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0003577273447440496,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000357508955693502,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0003574315931766122,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":902,"viewportWidth":518,"weight":0.00035719843358235175,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003571116473546875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00035695604299444277,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003567861439189126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"downlinkMax":100,"effectiveType":"3g","rtt":550,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0003564703156624856,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00035556001643651013,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":636,"viewportWidth":1266,"weight":0.000354845988027558,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00035468715507777903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00035413057245823557,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.00035401053278008316,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00035395107425243973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 OPR/116.0.0.0 (Edition std-1)","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1478,"weight":0.00035332650067769055,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003530175371319525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00035268523159082344,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00035247639149630906,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000352394640293079,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00035201919300110237,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00035171587550052825,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.0003516155724524528,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.0003515911943595684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":618,"viewportWidth":1272,"weight":0.00035119082562546137,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1172,"viewportWidth":2240,"weight":0.0003508034827621995,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00035072834040687144,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003506351381475938,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":852,"viewportWidth":393,"weight":0.0003504780263746239,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00035037655789592754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8286.1956 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00035010494168729705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0003496556665168064,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.0003495655547161604,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.1,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":384,"weight":0.00034906318713446985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":806,"viewportWidth":344,"weight":0.0003487383002669545,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 15; 2312FPCA6G Build/AP3A.240905.015.A2; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/134.0.6998.135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":838,"viewportWidth":392,"weight":0.00034870254906773767,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.0003483709238222829,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.65,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":937,"viewportWidth":1920,"weight":0.00034795342114782025,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":733,"viewportWidth":1470,"weight":0.0003478387624350921,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003477496516928526,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0003477196674121912,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003471360298787993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1039,"viewportWidth":1920,"weight":0.00034706288358125984,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4066.1146 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003466792274055366,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00034635121818420297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":702,"viewportWidth":1424,"weight":0.00034610123354933707,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":428,"weight":0.000345988504243939,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3402.1280 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00034580775344814714,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1012,"viewportWidth":810,"weight":0.00034484581512779164,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.0003446441434806364,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0003443025891589586,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00034422359005235924,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0003439588247768232,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1073,"viewportWidth":820,"weight":0.00034382939899476526,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0003436831013949331,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00034366763628934026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000343265022651972,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003422793722730065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4967.1192 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003413237566942027,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0003413055135272504,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00034115053331851974,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00034114187190206746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1317.1046 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00034073486177542704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003407263642151819,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0003401470634435775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00034009625891201484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.65,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00034007193971772904,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":551,"viewportWidth":414,"weight":0.00033977904442206283,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00033954723440437036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.2,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":904,"viewportWidth":1709,"weight":0.0003395259295711696,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":7,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.0003394794339461363,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.0003392413799096846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0003391924733659801,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.0003391635424666533,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0003385432210271172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00033828544081427735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0003377098173552343,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.95,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00033760208141275425,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00033703227116094745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0003369662688135,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":559,"viewportWidth":375,"weight":0.00033676558685826635,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8125.1628 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00033627300484487623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003359066662350123,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":430,"weight":0.0003357287251188624,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":1440,"weight":0.00033557953069937444,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00033551612063238874,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00033551508185483654,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.0003353258508368208,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00033491672060605886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":2048,"weight":0.0003346186687088673,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 14; SM-S916U Build/UP1A.231005.007) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.135 Mobile Safari/537.36 OPX/2.7","vendor":"Google Inc.","viewportHeight":790,"viewportWidth":384,"weight":0.00033456315709526097,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1194,"weight":0.0003341190824542075,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.0003338043660633301,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003335168305215257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":5120,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1270,"viewportWidth":2558,"weight":0.00033316431802957934,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000332812086737389,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0003326380046216039,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/333.0.671582647 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00033212798784674883,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":1440,"weight":0.0003319468293832893,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":704,"viewportWidth":1194,"weight":0.00033178449149212343,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1050,"viewportWidth":820,"weight":0.00033151280228856935,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00033067496361143553,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00033055851640073506,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.0003301986552347894,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003299079597585836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":661,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":661,"viewportWidth":384,"weight":0.00032989187077200535,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003295223820895343,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.0003291282730198161,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0003290805708798603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.0003279282144011513,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0003275599064735278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00032739951429846143,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.0003272386204808392,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.95,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":910,"viewportWidth":1513,"weight":0.00032719068368878174,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003269832333475826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00032697210013355534,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1333,"screenWidth":2371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0003269558343765126,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.0003263993151702167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1760.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003261984700289984,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":2560,"weight":0.00032592389695330584,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":2,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00032581045400803077,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0003255756493524969,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":932,"viewportWidth":1672,"weight":0.0003250440969274428,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":2,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":862,"viewportWidth":1846,"weight":0.0003249849619374421,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00032486903356932975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0003242575882132536,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00032413189540833886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000323823555924109,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000323460104184406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00032305242068814247,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1194,"weight":0.0003229516096515694,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0003224984543046357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":1392,"weight":0.0003224543316943275,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00032236640958248965,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00032225712793031413,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1879,"weight":0.0003219329336294171,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":586,"viewportWidth":440,"weight":0.0003213782932667889,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":981,"screenWidth":1570,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":823,"viewportWidth":1570,"weight":0.00032084828577588336,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.0003206434638189876,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0003203991989455009,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00032014113678023603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":636,"viewportWidth":375,"weight":0.00032008485763308217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00031996729974346745,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00031985273774976343,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":747,"viewportWidth":428,"weight":0.0003197740232512563,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":3440,"weight":0.0003197056734125263,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00031956803551712874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":3840,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":952,"viewportWidth":1239,"weight":0.00031935880035787503,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":414,"weight":0.0003193494051299285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.05,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":713,"viewportWidth":1520,"weight":0.0003191735995110838,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":375,"weight":0.0003191677049420626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000318910273631956,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0003185467229234563,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00031816258614605875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0003180446575351681,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00031786428784985084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0003177969883877121,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1248,"viewportWidth":1024,"weight":0.00031777304385743893,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1000,"screenWidth":1778,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":843,"viewportWidth":1779,"weight":0.00031763593038104275,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00031753007899087277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00031750794310960535,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":448,"weight":0.00031704524773113743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":645,"viewportWidth":390,"weight":0.00031700877711989906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 14; Pixel 8 Pro Build/AP2A.240905.003.B1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/134.0.6998.135 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/500.1.0.71.108;]","vendor":"Google Inc.","viewportHeight":875,"viewportWidth":448,"weight":0.0003165036606748082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1318,"weight":0.00031649525369682984,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1318,"weight":0.00031626700755837164,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3159.1726 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031620449323534655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5962.1366 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003161943058742234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.0003161169702979231,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000316062540955994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00031528705476062353,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0003149337060892663,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00031476397636918843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003146895096368323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.0003145787463800057,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00031453282797488794,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":864,"viewportWidth":1512,"weight":0.00031431763070199475,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00031302483606419034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1470,"weight":0.0003127720524180601,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0003125759031190992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0003124470854123814,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00031240628172681466,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":704,"weight":0.0003122647938933729,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7717.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003120812753091087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":2,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1447,"weight":0.0003116156548265931,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0003113644219179902,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00031115775179714966,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.95,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":792,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":360,"weight":0.00031102030195715406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1333,"screenWidth":2371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0003109330314662705,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":938,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":803,"viewportWidth":411,"weight":0.0003106915621536316,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003104629010703315,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00031032812950596136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1153,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":2040,"weight":0.0003102185307719819,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003100486981154322,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":510,"viewportWidth":320,"weight":0.00031004075914208565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1728,"weight":0.00030993227153755043,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0003098800547887322,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0003096116176846631,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00030958628684149005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003094290617237895,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":390,"weight":0.0003094288356976319,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00030934434920106994,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":615,"screenWidth":1093,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":547,"viewportWidth":1215,"weight":0.0003093112160885014,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0003088186409009851,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":428,"weight":0.00030877030338221175,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00030875226742404783,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0003087161864533628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.0003086564313856761,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00030845703357672456,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003082682072547369,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9604.1072 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003081640522240898,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000308007829684911,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00030788913489266436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8","vendor":"Apple Computer, Inc.","viewportHeight":773,"viewportWidth":1094,"weight":0.00030777567517209617,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":753,"viewportWidth":430,"weight":0.00030760357789912806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0003072440607038237,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":772,"viewportWidth":1470,"weight":0.0003065409156786094,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0003065190401762591,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0003063790729558585,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003060430814161072,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00030603757116426904,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":813,"viewportWidth":432,"weight":0.0003058299201758089,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00030562312300422593,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.0003053408613361096,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1000,"viewportWidth":1728,"weight":0.0003050803214316728,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":767,"viewportWidth":1512,"weight":0.0003050664635242777,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.0003049269199818974,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":402,"weight":0.00030472284900760885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0003045830241943284,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":608,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":608,"viewportWidth":360,"weight":0.0003041350641629072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.7,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":384,"weight":0.0003041184703169154,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":948,"screenWidth":1685,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0","vendor":"Google Inc.","viewportHeight":841,"viewportWidth":1110,"weight":0.0003037706251375022,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000303656356155927,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00030364248194736273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00030356524654120417,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":626,"viewportWidth":375,"weight":0.00030352312742504343,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.0003034141404778606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":411,"weight":0.0003033597243654061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00030306209033520995,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.0003028120036794792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.15,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":740,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":612,"viewportWidth":360,"weight":0.00030274244007482326,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/136.3 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.0003024034858753363,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00030215482048744774,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00030213414416989826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00030204015734673704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":800,"viewportWidth":1199,"weight":0.00030152119442911876,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":390,"weight":0.0003013113401676286,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00030128163321765163,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0003012705062844891,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000301177634539977,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00030108048469702537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00030069569161722965,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00030050661601486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00030048865548856394,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.0003004764568730554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":697,"screenWidth":1241,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":577,"viewportWidth":1241,"weight":0.0003004649840087347,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.0003004644262951549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0003004150633141211,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":787,"viewportWidth":1194,"weight":0.0003002274592556032,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":795,"viewportWidth":1197,"weight":0.0002998178653342674,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.45,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":360,"weight":0.0002993602872997533,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8481.1746 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029922805787437827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00029792374222732,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1082,"viewportWidth":1912,"weight":0.0002977520441335313,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":676,"viewportWidth":1346,"weight":0.0002975265023916221,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":603,"viewportWidth":390,"weight":0.0002972946285555937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1115,"viewportWidth":1292,"weight":0.00029709409610282516,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.0002970591301926798,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0002970167690762762,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":1014,"screenWidth":468,"userAgent":"Mozilla/5.0 (Android 15; Mobile; rv:136.0) Gecko/136.0 Firefox/136.0","vendor":"","viewportHeight":897,"viewportWidth":468,"weight":0.0002968130771520874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":694,"viewportWidth":1430,"weight":0.0002967685397711765,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00029622134686961224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00029603770739756807,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00029591520264165487,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.1,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00029575344220126795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0002949310759054902,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0002943637405880031,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.0002942093858148971,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0002940590846313917,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":899,"viewportWidth":1920,"weight":0.00029329632057492703,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.0002929245385574141,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00029272329558833505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00029200879196660266,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":642,"viewportWidth":1358,"weight":0.00029196895185795333,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":821,"viewportWidth":711,"weight":0.00029196722648868536,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002918772725754091,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00029169440560473226,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00029167165557767306,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00029138778034981417,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0002909949981512034,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.0002908486172077311,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00029039954351388976,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00028974527322595705,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000289463341655422,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.000288892247692595,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.0002888858043776317,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":842,"viewportWidth":1144,"weight":0.00028880399237881814,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00028872862213296464,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.85,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.0002886786927693589,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0002886292979459331,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002885371258076924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0002884841633754305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00028844858072897057,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002880557080240526,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":610,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":610,"viewportWidth":360,"weight":0.00028789751433866753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.0002878788345963499,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":428,"weight":0.0002878263582535366,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":620,"viewportWidth":414,"weight":0.00028781044475704385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00028763889897962235,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":959,"viewportWidth":1920,"weight":0.0002874913430216655,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":523,"viewportWidth":320,"weight":0.00028730711134145693,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0002871031595646939,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002870842804168571,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":960,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":790,"viewportWidth":852,"weight":0.0002864492874508002,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":835,"viewportWidth":414,"weight":0.00028642071974262575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.000286271163076512,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00028619552442337847,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0002861526353247536,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":972,"screenWidth":712,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":972,"viewportWidth":712,"weight":0.0002856406542475902,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":7.4,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0002855480657121035,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.0002855325731730842,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002853917125713602,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.0002853225694313536,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00028515465731027536,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00028504804734345873,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002846240078422866,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0002846068469237668,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00028453853914889554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4197.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028440914809970953,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00028434996895330104,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00028430774474646884,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0002842739886268033,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002841765706955289,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002841565758975696,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":518,"viewportWidth":320,"weight":0.0002841284181534131,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0002840512177432797,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000283736324571737,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00028368540931401036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00028360078209960053,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00028344756414976134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.0002832762410138249,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00028312796491655935,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002830735290482893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000283051398256511,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1997,"viewportWidth":827,"weight":0.00028278644522636704,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.00028278381413115625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00028273475476468503,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00028265581425059846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":920,"viewportWidth":1470,"weight":0.00028257409474451514,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.0002825223857259134,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00028245330745052034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":392,"weight":0.00028242829654367215,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00028242357546890475,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002822529230162934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00028223056397236464,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00028220884259984313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":384,"weight":0.00028219365962924465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00028157182855718943,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":888,"viewportWidth":1712,"weight":0.00028136304382852395,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":681,"viewportWidth":402,"weight":0.00028132564728690346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0002811651414643567,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00028110043210624673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00028083170784568007,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":728,"viewportWidth":384,"weight":0.0002807411104642582,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2025.1370 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002803174996638739,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.0002801767171648903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00027991100472579163,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0002798255673993117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002798097003479172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00027979426794821476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6982.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027976784455871386,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002795807754404322,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.95,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0002795452139298642,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":954,"viewportWidth":768,"weight":0.00027900265089017117,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00027897903294761106,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":552,"viewportWidth":375,"weight":0.0002787573109667346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00027874864319160517,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00027868528746541815,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":762,"viewportWidth":440,"weight":0.0002785455066154385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00027840800194952795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0002783912648249695,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00027799995248121664,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.0002779730831536335,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00027760653972020127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0002774705358843757,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":831,"viewportWidth":1470,"weight":0.0002774396561610123,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002773833263749165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002773548079566063,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0002771015858503457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0002769834717610499,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00027698247952057234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15 Ddg/17.3.1","vendor":"Apple Computer, Inc.","viewportHeight":850,"viewportWidth":1776,"weight":0.0002765892690241314,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":946,"viewportWidth":1866,"weight":0.0002765683902663081,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00027640073776738185,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":927,"viewportWidth":1920,"weight":0.000275802099285907,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002757708440025217,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0002755991668694819,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0002754772397906645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0002753660139186001,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002752986903998731,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00027505843884300686,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":901,"viewportWidth":1920,"weight":0.00027498728748628307,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00027487879375681927,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.0002745633047860257,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00027441068288223047,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":835,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":375,"weight":0.00027432726555998713,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.0002741474382844081,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002740456960937833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00027392664335776574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002738162474292925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.0002737854125032217,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00027353810464052496,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.0002733556679309898,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002732622657363944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0002731161636774198,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.0002730062989132469,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0002721980740005955,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002720115737988104,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00027197754033718587,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00027197148119415345,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":1194,"weight":0.00027187588623268097,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":384,"weight":0.00027179055042448995,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0002716973483627783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1092.1592 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002716816246733829,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1440,"weight":0.00027149634690564655,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002714947109229753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":604,"viewportWidth":384,"weight":0.0002713768158624687,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00027134012034158545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":579,"viewportWidth":1280,"weight":0.0002712139252773023,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.0002708367762350369,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":1277,"weight":0.00027075296113623595,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00027068654442717756,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00027059097640577743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00027027265981714434,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/134.0.3124.77 Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":428,"weight":0.00027023391719042386,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00027012397339961383,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0002699385516529476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00026968673733078323,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":428,"weight":0.00026941699957392886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00026941354692648585,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002694093350187833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.4,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00026940276654409525,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":402,"weight":0.0002693817110703218,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00026924140563001886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":1440,"weight":0.0002689330653132913,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00026892101281869335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.0002688842308235329,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":897,"viewportWidth":1366,"weight":0.0002684884075014789,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002684152464634786,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002683913788430405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":723,"viewportWidth":1180,"weight":0.00026836234251920627,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.00026833705311229066,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.15,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.0002682302232410892,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00026805656676957753,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00026799307320315676,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0002674508845293535,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":875,"screenWidth":408,"userAgent":"Mozilla/5.0 (Android 14; Mobile; rv:136.0) Gecko/136.0 Firefox/136.0","vendor":"","viewportHeight":776,"viewportWidth":408,"weight":0.00026738713168057086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"downlinkMax":100,"effectiveType":"3g","rtt":750,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":4190,"viewportWidth":0,"weight":0.00026738184515339884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0002673167453258249,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00026722300805922573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.35,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":937,"viewportWidth":1601,"weight":0.0002671739028256346,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0002671655632958772,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00026678044074258874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0002667651803934188,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15 Ddg/16.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":1440,"weight":0.0002665090449313528,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8918.1814 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026642479225636004,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0002663416702620368,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002662611401612328,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002662319351526444,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.00026618696409503294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00026613138638210737,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.05,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.0002659463862013486,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Linux; Android 9; AEOHY) AppleWebKit/537.36 (KHTML, like Gecko) Silk/132.4.1 like Chrome/132.0.6834.209 Safari/537.36","vendor":"Google Inc.","viewportHeight":980,"viewportWidth":1920,"weight":0.00026584575698593456,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0002658120518218133,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.0002657957447007974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":1403,"weight":0.0002657926489041843,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.0002653638402026126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00026534775572277074,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0002652293167308204,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5586.1215 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002651553687847063,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00026469452040909185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0002646396752336644,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0002644934126662915,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.35,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0002640942446277592,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002640855927914151,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":989,"viewportWidth":1728,"weight":0.000264034256872554,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.0002639611381559425,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00026384255792924374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":901,"viewportWidth":1920,"weight":0.00026359040855282375,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002634554026315999,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":904,"screenWidth":407,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":818,"viewportWidth":406,"weight":0.000263218245220113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1352,"viewportWidth":2560,"weight":0.00026312783347852447,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":506,"viewportWidth":1093,"weight":0.00026290136606592416,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7502.1695 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026288711568781524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.000262838930535285,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1017,"viewportWidth":1710,"weight":0.00026268767444577635,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.0002625409509117145,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00026253512903357055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":870,"viewportWidth":1638,"weight":0.00026253042605208366,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0002623759855987898,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2745.1438 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026231533561863347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7875.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002622907549003114,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00026146543191707053,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":942,"screenWidth":1708,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":938,"viewportWidth":1707,"weight":0.00026122414638327644,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002607373554687382,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3348.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026049321458580555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":710,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":710,"viewportWidth":412,"weight":0.00026041515100729673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0002603495701936627,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3897.1400 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026030435667191265,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0","vendor":"","viewportHeight":937,"viewportWidth":1920,"weight":0.0002599628037749653,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00025990229230101066,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0002597847748922634,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002596567028567669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0002596410031913902,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0002596292752730857,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002595746273036974,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00025935232328916336,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002593130776597775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.00025884148987890583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2943.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002586934217721925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00025839364575134025,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00025834680457680374,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00025833602119685944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002581182636557949,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000258088899127825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1138,"viewportWidth":2240,"weight":0.0002580654599272228,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002580109065538407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0002578408927675961,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.000257648178582054,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00025758901735386126,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00025756443601916246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":200},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":902,"viewportWidth":1728,"weight":0.0002574735063420514,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0002574439087858473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00025737074579262247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6008.1876 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025732170640371035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":600},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1528,"weight":0.0002572587975994931,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002572151216477559,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00025714750517141376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":2,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":679,"viewportWidth":1366,"weight":0.00025701376904949043,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1002,"viewportWidth":1518,"weight":0.000256867111013157,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6899.1155 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025679157480861187,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":411,"weight":0.0002565349353049177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00025619328277245757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.75,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0002560855147030815,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.2,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":384,"weight":0.00025598885274620374,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002558812224733479,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":983,"viewportWidth":2048,"weight":0.0002557249333527249,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00025563922627022743,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8147.1129 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025550833910213905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":955,"viewportWidth":1920,"weight":0.0002553652837804666,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.000255164065910968,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.0002551629116757048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2861.1128 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002550304677642572,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00025500434970111597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.85,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.0002549200635216216,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00025488854261891393,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":430,"weight":0.00025488575585035425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1993.1975 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025481852625825174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1210,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1210,"weight":0.00025464804670713393,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00025445266341749136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00025434295134243995,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0002542709718242904,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":393,"weight":0.00025381093919768277,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00025369589547315934,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00025338211010935666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1294,"viewportWidth":1688,"weight":0.0002531996143251517,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00025290141659790936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00025285832071154506,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0002528242220500191,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0002527666182564842,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.0002526904951256582,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000252643500685047,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00025251117418092334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002524417107012454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002524324968121048,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.0002522088675234779,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0002521254011648876,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0002519481974060095,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.0002518489470157345,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00025168034458406636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3709.1176 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002516380939495825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00025160136545060896,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":788,"viewportWidth":1363,"weight":0.00025130885460105697,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2158.1763 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002512960845926851,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00025128941479385614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000251204555669429,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5064.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000251080883656311,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6440.1600 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025084160971032245,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.0002507981418013888,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.0002506500579803355,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":390,"weight":0.00025053691860547287,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.35,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00025046664472204666,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002503913690384985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":904,"screenWidth":407,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":406,"weight":0.0002503155104910219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00025026576394240077,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.4,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00025023947901982676,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.00025021065932046135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.0002501786423680666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0002501779440732734,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002498367695171508,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":2560,"weight":0.00024973971377638903,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":646,"viewportWidth":390,"weight":0.0002497312837358776,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":393,"weight":0.0002496084946276972,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00024950904363141567,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":626,"viewportWidth":393,"weight":0.00024902068187558933,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00024861218824084045,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002483095502695162,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002482705945269905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":390,"weight":0.0002481404504903277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0002480740156659308,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002480658300897531,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.2,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00024800736095788377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0002477386783882123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00024771696630009635,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00024752912330514785,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00024740478713025323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/360.0.736230278 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":679,"viewportWidth":390,"weight":0.00024700799287846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002464061928890581,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00024608773005302295,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00024589486671578825,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00024579229339865996,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002457281330688507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":814,"screenWidth":367,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":679,"viewportWidth":366,"weight":0.0002456341524344645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00024541111941663247,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0002454085125797801,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002453665237090914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0002452954123839496,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":827,"viewportWidth":1536,"weight":0.0002452738184027208,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3005.1518 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002448741320485482,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.0002448081360275255,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0002446347294767173,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00024421984683855333,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002439999022587,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00024376574910013035,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.000243740112058577,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.00024371364417342256,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00024365890922491905,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00024356552047155464,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":639,"viewportWidth":1301,"weight":0.0002433448991604128,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00024300391751179464,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002429061844488425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00024283382230717903,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1038,"viewportWidth":2240,"weight":0.00024267510374923474,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.0002426690009486441,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00024243375765353346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002423432091271775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0002423343964888563,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002420358775780792,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00024170364304445255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":995,"screenWidth":444,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":828,"viewportWidth":443,"weight":0.00024163129328388496,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":863,"viewportWidth":1280,"weight":0.00024147921718552036,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":817,"viewportWidth":1093,"weight":0.0002411163237077074,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":1440,"weight":0.00024097943556320505,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":666,"viewportWidth":1257,"weight":0.00024093622325708643,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.1,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00024088320075802018,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002408360225770119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00024082669304257998,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":521,"viewportWidth":320,"weight":0.00024072076496133398,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.00024051735339707998,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00024044076043689436,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0 (Edition std-2)","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":1490,"weight":0.00024040260390644153,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00024027775944069065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00024024163158491813,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":768,"viewportWidth":375,"weight":0.0002402008275456772,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00024011006044015595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":861,"screenWidth":388,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":387,"weight":0.0002400649728590634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0002400036702323004,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6856.1590 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002398510225562202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1169,"screenWidth":1800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":950,"viewportWidth":1421,"weight":0.0002398083325482526,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.3,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00023979363655278642,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00023979339560834662,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00023969061573110697,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":430,"weight":0.00023948242564369014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.0002394649728025771,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1728,"weight":0.00023945986434898938,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.65,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00023938782925054267,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1318,"weight":0.00023923858514997653,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":767,"viewportWidth":428,"weight":0.0002390103485022421,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":728,"viewportWidth":1112,"weight":0.00023898276273898707,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":697,"screenWidth":1241,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":577,"viewportWidth":1241,"weight":0.00023880079677426365,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.0002387042198134572,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1423,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":670,"viewportWidth":1424,"weight":0.00023847674600441083,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00023846112119676107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.0002383679207635648,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00023820523421006775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00023807470440619205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00023802738860148042,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":870,"viewportWidth":1710,"weight":0.00023798521447013414,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00023788416127503443,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00023779011544559797,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00023773770129068106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00023769019984158304,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.000237366650777025,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00023717608717771906,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":519,"viewportWidth":320,"weight":0.00023707954316027236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.75,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":608,"viewportWidth":1358,"weight":0.0002370778689682032,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00023704688525747768,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00023702725481670417,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00023700361931030723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":393,"weight":0.0002369406874266552,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000236906842990171,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00023689688614265576,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.0002366754332712405,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1347.1025 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002365774519232036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"downlinkMax":null,"effectiveType":"3g","rtt":350,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":567,"viewportWidth":320,"weight":0.00023656310344130423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3712.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023647466965827246,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002361257406817909,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6524.1763 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023605424502336203,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0002360299729810817,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.0002359851112143379,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":2,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":861,"viewportWidth":1920,"weight":0.0002359680952447201,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002359575707765644,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00023585336847238206,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00023584410335946237,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00023582583134007417,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00023581092384138057,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3217.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002357687741891436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00023564616894572964,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0002356368217565584,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1097,"viewportWidth":2400,"weight":0.00023560673657651627,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00023529595650186464,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":840,"viewportWidth":411,"weight":0.00023520916940498107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.000234985615513411,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00023481249706497426,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00023476473478942103,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00023461041372429582,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":965,"viewportWidth":1785,"weight":0.0002345117931035585,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.65,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00023441345385913752,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00023434556889029106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002343105883524745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00023422827320074516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00023400731989217392,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00023399586315192512,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":991,"viewportWidth":2048,"weight":0.00023390460337032704,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":2560,"weight":0.00023383876718010316,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.000233831998349569,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00023373227723044867,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00023359086714489267,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0002335683423415112,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00023317930868589794,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00023317364189788973,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":552,"viewportWidth":375,"weight":0.00023295217561155305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00023293205035395415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.25,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":644,"viewportWidth":1271,"weight":0.0002327862026375496,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.0002327426188472912,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":985,"viewportWidth":573,"weight":0.0002327302457402343,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0002323527116603418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00023229956753976848,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00023222626204774826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00023220614008846445,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00023211823412796267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.0002321018755694763,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":947,"viewportWidth":1920,"weight":0.00023203655385318288,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00023194928180896108,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00023193735612169963,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00023182677141984635,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":1920,"weight":0.00023182092049161678,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00023141868836253345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1747.1359 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023133955835832505,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00023128392974861603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":747,"viewportWidth":428,"weight":0.0002312431392398618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":889,"viewportWidth":1536,"weight":0.00023107541524142487,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":969,"viewportWidth":1920,"weight":0.00023104611292372243,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.6,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":661,"viewportWidth":360,"weight":0.00023085005551913698,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002306118120988034,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00023060132594261647,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":730,"viewportWidth":430,"weight":0.0002305184702427699,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":640,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 6.0.1; SM-J700F Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/95.0.4638.74 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":640,"viewportWidth":360,"weight":0.00023035646606919084,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":638,"viewportWidth":384,"weight":0.0002303557568412472,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0002303337715369926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":0,"screenHeight":472,"screenWidth":553,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":472,"viewportWidth":553,"weight":0.00023032128756335867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/23.7.1.1266 (corp) Yowser/2.5 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1905,"weight":0.0002302814125061337,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00023021292942543468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00023011789479252418,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9539.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002300093237268843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":384,"weight":0.00022993894019075913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00022992657934959126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":150},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00022954141890970043,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":739,"viewportWidth":1536,"weight":0.00022930792120002017,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0002292917963561563,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.0002292157813909702,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.0002291357194898353,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":1080,"weight":0.00022912586118358454,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00022912030868705148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.7,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00022910138644635856,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00022898654997494984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00022897703159072757,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00022893778376812779,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002289113780903623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00022873146069217817,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00022871459092083945,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.6,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00022869625231615573,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.0002284441522133076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00022821787736971436,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00022819744928103994,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00022803545531324435,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":855,"viewportWidth":1280,"weight":0.00022801582936145078,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00022801515903783805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0002278995513232907,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000227892811657843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00022784424893262787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0002277692607882717,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1005,"viewportWidth":1920,"weight":0.0002277309259216117,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00022771242221028,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.55,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":829,"screenWidth":691,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":690,"weight":0.00022757401685911008,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/353.1.720279278 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00022754522407269942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8906.1509 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002273910528036556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00022732014152735829,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00022713393081984218,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002269829492877575,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00022695807758879485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":1358,"weight":0.00022681876844823072,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00022679885035056192,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.0002267475824139258,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00022664169857945971,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":838,"viewportWidth":411,"weight":0.00022644751191593465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00022637006037940912,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00022612238178975548,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":519,"viewportWidth":314,"weight":0.00022583034052593901,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.85,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.0002258181166297905,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00022568618341385833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00022568266388134622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1517,"weight":0.00022550457543417214,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0002254989893084116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00022538345106351538,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00022537784008197406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1033,"viewportWidth":1493,"weight":0.00022532005631468584,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00022531359938537533,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.0002252682822372402,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":375,"weight":0.00022518353692961793,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4697.1381 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022512144045850848,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00022511752562860577,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.00022502426607974712,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002248619201428561,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00022475814934573687,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1030,"viewportWidth":2047,"weight":0.0002247343665151319,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":1440,"weight":0.00022449222702527485,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0002244702800868539,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":889,"viewportWidth":1728,"weight":0.00022440946649049195,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.00022430051943641869,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00022427351893486092,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":705,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":360,"weight":0.00022420908832037655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00022415927173179606,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0002241125298612009,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1432,"weight":0.0002241049598283578,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.35,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":799,"viewportWidth":1440,"weight":0.00022407710447793576,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00022400452169427863,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00022394328191541136,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00022393185786682087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":1439,"weight":0.00022385498861251594,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":696,"viewportWidth":1180,"weight":0.00022367623862500554,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00022355665773880773,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":643,"viewportWidth":1366,"weight":0.00022335623603535984,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":697,"viewportWidth":384,"weight":0.0002230544545429754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00022291906317897363,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002227984219769711,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":789,"viewportWidth":1463,"weight":0.00022213688208917322,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00022211473894073546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0002220060868152728,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00022160706509878446,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":773,"screenWidth":2262,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":2258,"weight":0.00022144465935474138,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00022122866002054456,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00022113755933298108,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00022080439818114944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00022069449002284745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00022059864895178905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0002205451369333959,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":625,"viewportWidth":1366,"weight":0.00022047116533950012,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":873,"viewportWidth":430,"weight":0.00022040528987659927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":983,"viewportWidth":2048,"weight":0.00022020304044164296,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":3,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36","vendor":"Google Inc.","viewportHeight":907,"viewportWidth":1680,"weight":0.00022019770340318126,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":581,"viewportWidth":1366,"weight":0.00022016911025544481,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":1536,"weight":0.00022011029891195178,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00022002228166575054,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":787,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":787,"viewportWidth":384,"weight":0.00021991128531846925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6447.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002198065838476026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00021944400876234627,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Linux; Android 9; KFTRWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/132.5.3 like Chrome/132.0.6834.209 Safari/537.36","vendor":"Google Inc.","viewportHeight":614,"viewportWidth":1280,"weight":0.0002193865027058643,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":3.45,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1280,"screenWidth":1512,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1280,"viewportWidth":1512,"weight":0.0002193260270886426,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0002192563631701389,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0002190220417988134,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.55,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":520,"viewportWidth":1086,"weight":0.00021891985569093533,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.0002186512570152743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002185647317995813,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021848913898476802,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1047,"viewportWidth":2846,"weight":0.0002184452261585893,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000218410201354711,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021836292873411275,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.0002181316335374086,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.0002180558120437812,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00021799898563212828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00021799785668869751,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":150},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00021779528586289118,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00021763807825406851,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00021761334378763816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.0002176034037836445,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8147.1320 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002174652793850219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00021724982592668165,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00021714852400616972,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.0002169062281610281,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021685878049382468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00021684296136865075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.2,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":810,"viewportWidth":411,"weight":0.00021684123898534267,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00021671684959600958,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002166167330360598,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":393,"weight":0.00021660746780960993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":764,"viewportWidth":411,"weight":0.00021659222897840564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00021657738485780228,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00021652582869169777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00021649417819900857,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00021646955816653898,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00021646401677730067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.95,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.00021645215140800978,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":664,"viewportWidth":1370,"weight":0.00021639241210954198,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002162237212709634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":912,"viewportWidth":1856,"weight":0.0002161743950245469,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002161012275886076,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00021608279359530488,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":990,"screenWidth":1760,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":833,"viewportWidth":1760,"weight":0.00021607494483940042,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4765.1664 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021592706220837523,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1920,"weight":0.00021589787989995647,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":393,"weight":0.00021588134900883191,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00021564800484695718,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00021561001207318428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":533,"viewportWidth":1280,"weight":0.00021559503417756582,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.00021543905344970259,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":411,"weight":0.00021540261578457967,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.15,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00021538797016852995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00021534619359932217,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":947,"viewportWidth":1920,"weight":0.00021525113160991886,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":851,"viewportWidth":1536,"weight":0.0002151790629612064,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00021516179421094065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00021508045512961356,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0002150664947249143,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00021468677196013477,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021458270614435572,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0002145176630118895,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0002143569988083367,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00021424148319637972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00021419847412969115,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":618,"viewportWidth":912,"weight":0.0002141595071724821,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00021397460233468855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":896,"viewportWidth":1452,"weight":0.0002139049281286564,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00021390082394177486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00021389775876446408,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":857,"viewportWidth":1512,"weight":0.00021386671430571264,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":430,"weight":0.00021384333084527074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00021382922881031798,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00021382436633099084,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002137807876966344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":934,"viewportWidth":1298,"weight":0.0002137413848889941,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.0002136857452251036,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00021357502127878868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1079,"screenWidth":486,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":937,"viewportWidth":485,"weight":0.00021356119552696438,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00021350896653283416,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0002135033368068926,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00021348185243420692,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00021342303527844414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":3840,"screenWidth":6830,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00021313710961480398,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.0002131066907410058,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00021305692269045837,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00021291578661815323,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.0002129040023237017,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0002127158696135136,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00021231414883653952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1272,"weight":0.0002122433956844235,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4508.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021214638208405713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2395.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021209733074457866,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (iPad; CPU OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/131.0.6778.154 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":1024,"weight":0.00021206103105730106,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021185094607325348,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":855,"viewportWidth":1536,"weight":0.00021185088390561794,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":927,"viewportWidth":1920,"weight":0.00021179148875912415,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1436,"weight":0.00021177103578843496,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00021176960034192125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.0002117427065718394,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00021171825671404722,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6911.1666 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021170625686991218,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00021152861780754725,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":352,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":658,"viewportWidth":351,"weight":0.00021152109834488955,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021137929278010922,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.0002113681030345214,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1656.1640 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021132525942983775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00021101409648817548,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1310,"screenWidth":3128,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1020,"viewportWidth":1873,"weight":0.00021100758673897466,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":430,"weight":0.00021096100978372503,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":1194,"weight":0.00021070000784916473,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00021064885415988767,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":752,"screenWidth":1336,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":598,"viewportWidth":1328,"weight":0.00021047586368852866,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":607,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":360,"weight":0.0002104736724183106,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00021036944310059242,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1047,"viewportWidth":1920,"weight":0.00021029073089306205,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00021019250565066638,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":564,"viewportWidth":342,"weight":0.00021013223510191618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":1470,"weight":0.0002100808693119476,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":543,"viewportWidth":375,"weight":0.00021005725012667974,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00021004711658659082,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0002100324726715513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0002098793587966608,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00020968645144007708,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00020944218919354528,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.0002093924039044468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.3,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00020936894452896394,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00020930080017699467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002091684300159555,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00020916636350871938,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00020907916509646673,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002090764961550589,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002088949183447033,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.4,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":432,"weight":0.00020885366883098121,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":393,"weight":0.00020877015599446875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2641.1026 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020874827220736196,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00020872968433023555,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00020856628802743224,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.000208478717035901,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":695,"viewportWidth":430,"weight":0.0002082338684861966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00020823375676572005,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00020821780637382518,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9172.1387 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020818254352470295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":803,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1018,"viewportWidth":360,"weight":0.00020802021526806632,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00020800831626095146,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":6,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:109.0) Gecko/20100101 Firefox/115.0","vendor":"","viewportHeight":731,"viewportWidth":1380,"weight":0.00020795966876965054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.25,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":942,"screenWidth":424,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":795,"viewportWidth":424,"weight":0.00020788492181963433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002078289592113236,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0002074540539666878,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002074054063721266,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00020729438296753926,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.0002072594644331844,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002071030295334646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 YaBrowser/25.2.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1905,"weight":0.00020708061960957532,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00020657790886959698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":947,"viewportWidth":1710,"weight":0.00020646733754632303,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00020635308466567583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00020628703350357398,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0002061797423308186,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00020606240877628888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":922,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":771,"viewportWidth":411,"weight":0.00020598507153888018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00020597055382733955,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.00020559190608425966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.2,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.0002054777868953244,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00020544223001702804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":638,"viewportWidth":338,"weight":0.00020496775021380071,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00020485525504416438,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":648,"viewportWidth":393,"weight":0.00020476803698625534,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":535,"viewportWidth":375,"weight":0.00020473833073365424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":630,"viewportWidth":1280,"weight":0.0002046685902786907,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00020462762148304578,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":929,"viewportWidth":1920,"weight":0.00020458221104438962,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00020457909729911357,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00020455532766396764,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2556.1819 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002043871806795525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"downlinkMax":100,"effectiveType":"3g","rtt":650,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.00020438496461684715,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00020438328486267824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1047,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1047,"viewportWidth":412,"weight":0.00020411678449642505,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00020410797635121562,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00020407366953794265,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":430,"weight":0.00020396194546244134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0002039299068513352,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":712,"viewportWidth":414,"weight":0.00020378863524985247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00020378122905342813,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":393,"weight":0.0002036821692266955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":740,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":612,"viewportWidth":360,"weight":0.00020361018546665642,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00020353588286434911,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00020351826040305204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00020339537894185577,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002033607912735983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8671.1156 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020316583508167777,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00020299384958220244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00020289994194065623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00020263370347559263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00020260429611081322,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":430,"weight":0.00020252777977660934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":852,"viewportWidth":1694,"weight":0.00020250467555912825,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00020239435172561725,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00020239416865878597,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.00020231714728851936,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00020210157852630414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00020208874872291795,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":419,"viewportWidth":250,"weight":0.0002020123174188071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.0002020061148930538,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":430,"weight":0.00020180839236159893,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00020174731379306746,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00020165963090017043,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00020153968314764442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.15,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1003,"screenWidth":1504,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":877,"viewportWidth":1496,"weight":0.00020149391147343028,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":835,"viewportWidth":432,"weight":0.0002013847150124521,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00020136858670155797,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002013184337211633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00020130496959407817,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":393,"weight":0.0002011484995529937,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":4,"screenHeight":820,"screenWidth":1505,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":813,"viewportWidth":1497,"weight":0.0002011095951252777,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":767,"viewportWidth":440,"weight":0.00020110380591712053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00020107317668296783,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00020104149665280469,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.00020097587585021806,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00020094696298267233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00020073223942614144,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":375,"weight":0.0002005645035947993,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00020053861137233432,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00020046957625158995,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.0002004325517151843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0002003512412575056,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00020029172578247276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":848,"screenWidth":1506,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":1507,"weight":0.00020007266373861255,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.00019998732749836585,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.95,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":747,"viewportWidth":1536,"weight":0.00019996710918922294,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000199965131070013,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00019993848485683785,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00019988139308943997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.65,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.0001998405099549564,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00019972331247330728,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00019967319390288828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00019961758162575648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.05,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":789,"screenWidth":1402,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1402,"weight":0.0001995943872417895,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00019957202809245628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5356.1224 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019945417567737543,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.0001994463449738003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1900.1646 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019944420881621693,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00019942399488710716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":743,"viewportWidth":1712,"weight":0.00019935650593394758,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.00019922605785671532,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2230.1879 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019908268553079617,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/319.0.638705450 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00019894888178142528,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7584.1227 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019880980304923682,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5994.1314 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019877928276589837,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00019876364677744472,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.00019875239799572956,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00019870951559244738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1921,"screenWidth":1080,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1799,"viewportWidth":1080,"weight":0.0001985518807968849,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00019838337767795903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":428,"weight":0.00019837260337359725,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":414,"weight":0.00019832414800340087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":929,"viewportWidth":1912,"weight":0.00019818709832007447,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.00019807417055846897,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00019803783554065302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00019802935162311974,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00019802328981727432,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00019800747847284803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.0001979144009580229,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7592.1256 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019791128328700607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.85,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":1619,"weight":0.00019783179313654056,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4540.1144 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019780907277097958,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.00019777073574725785,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00019771202239702673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1854.1560 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019765726150550972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00019765282670446027,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00019747050689799717,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":1080,"weight":0.00019717866467515818,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.9,"downlinkMax":null,"effectiveType":"4g","rtt":250,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.0001969874696162018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.7,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00019680603347910913,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00019677479154233467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00019674622278025884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":859,"viewportWidth":1920,"weight":0.00019667246596078298,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00019635549119558383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":642,"viewportWidth":1358,"weight":0.00019633943550188032,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00019631164832891384,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":831,"viewportWidth":414,"weight":0.0001961693954619702,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00019612338277886625,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":538,"viewportWidth":375,"weight":0.00019601125423838488,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00019598751710991902,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00019589805082468177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":507,"viewportWidth":320,"weight":0.00019557069008312625,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001955680913619748,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001955230995666868,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":687,"viewportWidth":390,"weight":0.0001954793222173998,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0001954277682476654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":918,"screenWidth":424,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":423,"weight":0.0001954262324777007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00019533656679616513,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":652,"viewportWidth":393,"weight":0.00019521650896822958,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00019486785562944177,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00019475990880805553,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00019461085454253253,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00019459907647880506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.0001945873891490499,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.0001945684976382678,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.15,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.00019454493880634386,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00019450305340575186,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00019445906814680262,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/360.1.737798518 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00019415809280385078,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001941474536663483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":627,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":627,"viewportWidth":360,"weight":0.00019403178605576047,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00019399546404876887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.65,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":1506,"weight":0.0001937706882957116,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":4,"screenHeight":857,"screenWidth":1500,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":854,"viewportWidth":1496,"weight":0.00019373239507340624,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00019363304264979073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.85,"downlinkMax":null,"effectiveType":"4g","rtt":250,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00019355637868124205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":706,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":345,"weight":0.00019355347569972712,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":932,"viewportWidth":430,"weight":0.00019354773642256092,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1441,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.00019332439562682184,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0001932616855961579,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00019308883454563416,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00019297193913871287,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00019292908946415358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00019290499580401282,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":919,"viewportWidth":1920,"weight":0.00019290158965922202,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":1003,"viewportWidth":1879,"weight":0.000192782489033992,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.95,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00019271689739982093,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00019267342831438114,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0001926530515944204,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001926133579203187,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001922273837213239,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0001922017389073315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":981,"viewportWidth":1710,"weight":0.0001921958927652811,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00019203489844658397,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":856,"viewportWidth":430,"weight":0.00019177003496981685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001917286784604121,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":907,"screenWidth":1451,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":775,"viewportWidth":1451,"weight":0.0001916469984676903,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00019163385911247512,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00019152750761925233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00019149764811781303,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00019145604576285778,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1154,"viewportWidth":2509,"weight":0.0001913426340733562,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00019130399821293075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":412,"weight":0.00019130069478070515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00019125110346273662,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000191203631073003,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.0001911365686062402,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/121.0.6167.138 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00019092113268072994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001908011878775313,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00019075798664586858,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00019060456813236126,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":640,"screenWidth":288,"userAgent":"Mozilla/5.0 (Android 15; Mobile; rv:136.0) Gecko/136.0 Firefox/136.0","vendor":"","viewportHeight":525,"viewportWidth":288,"weight":0.00019042396353712815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0001903511687254825,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.95,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":411,"weight":0.00019032784295581264,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001903120883613679,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":947,"viewportWidth":1920,"weight":0.00019029424233637268,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6991.1317 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019016566667515644,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00019016134423874666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":912,"screenWidth":1368,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":1368,"weight":0.00019009916668155357,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":636,"viewportWidth":375,"weight":0.0001900263502839847,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0001900034134543261,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":1439,"weight":0.00018983144717745428,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":1920,"weight":0.00018979132272034264,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.6,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.0001895850688092737,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00018954025234620546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00018947811853941665,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00018931964139605722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":601,"screenWidth":962,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":433,"viewportWidth":961,"weight":0.0001893099269312115,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00018926096592951637,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018915074864629458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1049,"screenWidth":485,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":484,"weight":0.00018900538752148545,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00018898562228882132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":932,"viewportWidth":1707,"weight":0.0001889695291259929,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00018877774097297446,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1409,"weight":0.00018877683385653743,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":1440,"weight":0.00018872508373857035,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":901,"viewportWidth":1920,"weight":0.00018849349292704174,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.25,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.00018844474767834205,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00018829923440435843,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00018825941521205102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":711,"viewportWidth":1299,"weight":0.00018811503536375466,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00018809346956220882,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":708,"viewportWidth":1112,"weight":0.00018805100451872855,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018801985239936473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00018798288066893562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8324.1934 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018795663298415018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.3,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.0001877964293871501,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000187746953886723,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.85,"downlinkMax":100,"effectiveType":"4g","rtt":250,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00018767073367272763,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1206,"viewportWidth":2122,"weight":0.00018753722822130935,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":430,"weight":0.00018743902796763176,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00018738861548066324,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00018733655028005516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.2,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1238,"viewportWidth":2560,"weight":0.00018705771817168054,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00018701961520863669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0001869521578660101,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001869194621883782,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2883.1050 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001865523065530469,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00018634024413582956,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000186263412112794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.0001861396513322312,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/131.0.6778.154 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00018611630839627125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1366,"weight":0.0001860013345963723,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00018585610579443848,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0001858531062199556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":753,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":625,"viewportWidth":338,"weight":0.0001856950816717592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1920,"weight":0.00018568977513080297,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":0,"screenHeight":1600,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36","vendor":"Google Inc.","viewportHeight":1600,"viewportWidth":1600,"weight":0.0001856809806051783,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":411,"weight":0.00018555150272952213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00018549108388263313,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00018542127212379684,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00018535332832100336,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00018534422078197652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":816,"viewportWidth":1904,"weight":0.0001851754943335236,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00018505871989907873,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00018503299475213967,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00018483611612265006,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00018474667903641134,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018470864184154094,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":631,"viewportWidth":375,"weight":0.00018464654211527802,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00018453788094689765,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1169,"screenWidth":1800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":888,"viewportWidth":1324,"weight":0.000184483180649639,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.0001844782474126087,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.0001841722161269469,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":873,"viewportWidth":430,"weight":0.00018413975270607482,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.3,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":835,"viewportWidth":432,"weight":0.00018410302215007552,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.00018409950293927704,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.25,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":889,"viewportWidth":1680,"weight":0.00018409828060780633,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":672,"viewportWidth":402,"weight":0.00018404984254087494,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00018396993158865558,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00018392104941142366,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00018381375479189675,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":545,"viewportWidth":375,"weight":0.00018378075303511702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00018368669305214496,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00018359516711257228,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.0001835542980614503,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00018351811530960702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9693.1421 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001834828582580059,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00018339765269620955,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00018337649114115434,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2052.1054 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018324337042861712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":730,"screenWidth":1300,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":1300,"weight":0.0001831540900153546,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":958,"viewportWidth":1842,"weight":0.00018308932055042837,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.1,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1470,"weight":0.0001828312175312173,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018281955792321056,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00018270257914853073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00018266434050717413,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.95,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":866,"viewportWidth":1745,"weight":0.00018260355294797518,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.0001824950825772607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":910,"viewportWidth":1620,"weight":0.00018246448440986874,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00018242276339122435,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00018237887766656098,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00018230150713743223,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00018229039239424158,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.9,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1707,"weight":0.0001822710800092171,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":384,"weight":0.0001821795026144198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00018210487640890754,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2463.1641 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018210361188395504,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001819617547821815,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0001818350172303941,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.00018178064944511751,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00018173979043518122,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6956.1380 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001815739435928222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1512,"weight":0.00018151022123772466,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018146923856034018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018144076914092033,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00018140096197236775,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":347,"viewportWidth":814,"weight":0.00018139983621978743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00018136274734462416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00018133938296938343,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0001812480313936081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.75,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00018120659680165153,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":919,"screenWidth":413,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":413,"weight":0.0001810886480874717,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.0001810718261469488,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00018102914768127515,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00018100437793277163,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.00018090920165277473,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":881,"viewportWidth":1680,"weight":0.00018087838836106847,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001808547507083635,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.00018085205443891348,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00018075745892304898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.25,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00018045171934695812,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.0001804252474801698,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0001804094752659649,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00018035838509624792,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000180337353979431,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018020145574921,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00018007964862493873,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":906,"screenWidth":369,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":368,"weight":0.00018007840364476412,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":608,"viewportWidth":1358,"weight":0.00017995982022951868,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00017994477401973171,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00017991276787860606,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017991239148888407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.00017984377836081412,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":320,"weight":0.00017972542774481962,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00017970145303022953,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":981,"viewportWidth":571,"weight":0.00017968578556420338,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00017967025474237538,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001796488545874894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00017948811212094705,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":559,"viewportWidth":1280,"weight":0.00017942945056021606,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.15,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00017940445259989916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.000179380537193273,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00017919048418800056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0001791389306932741,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001789633936410851,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00017894069489781376,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00017892242653480195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.0001788910400815532,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00017871827304114145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.00017861813446178526,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":384,"weight":0.0001785716613180443,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00017844803817817663,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.00017843965685911576,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3431.1176 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017836353114610785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.25,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00017834309530033644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":1920,"weight":0.0001782623799980388,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00017819193472720047,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":414,"weight":0.00017809640241628425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":835,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":375,"weight":0.00017801391089092264,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017800679726516803,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.0001780040597581586,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1279,"viewportWidth":2560,"weight":0.0001778979056976299,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00017786483267308062,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00017771159539584457,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00017768946416748244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":704,"viewportWidth":1080,"weight":0.000177593953127059,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017734444603064014,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.0001771949355885017,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017709985325139546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.00017700096366832276,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00017692098832020444,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017690514224518567,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000176786034234172,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":795,"viewportWidth":1439,"weight":0.00017674929452005607,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001767274201512271,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":984,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":432,"weight":0.00017669885085601965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0001766695449606461,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00017662967093961081,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.0001763144152345864,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017617084892958962,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.0001761653277604169,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00017612718431611688,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00017612599394148645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00017611207307979406,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/101.0.4951.58 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.0001761095766708853,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00017608285107935615,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":919,"viewportWidth":1920,"weight":0.00017603056199762726,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":430,"weight":0.00017597830900880729,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000175976615337889,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017571438546318274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00017556320207948823,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":384,"weight":0.00017552766359908568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00017545065174659737,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":559,"viewportWidth":320,"weight":0.00017541179023460883,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5173.1831 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017534881229712505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":701,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00017528511109778309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00017527186610274802,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.2,"effectiveType":"4g","rtt":200},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":857,"viewportWidth":1512,"weight":0.00017524675522242095,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.0001751023232741685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00017505386899013226,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":832,"viewportWidth":1512,"weight":0.00017490380697701358,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00017485649857385636,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00017480308015029706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00017479546798370858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00017458922835794725,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00017449405192918147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00017442404898926635,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00017435657065646313,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00017433161484535321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.0001743213313603554,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00017421353346989258,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.9,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00017412383643795846,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00017409243781838738,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":763,"viewportWidth":1210,"weight":0.00017386081580685555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.0001738532360445364,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.00017376311020600901,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1709.1380 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001737420106312065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1562.1027 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017373252501800881,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00017365798516528745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001735902490610116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.5,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00017357553534356763,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/132.0.6834.100 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":900,"viewportWidth":1366,"weight":0.00017352230043275174,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPad","pluginsLength":0,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1180,"weight":0.00017341168942837623,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0001732715286279946,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017321929169038616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.00017320463401401142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.55,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":667,"screenWidth":1187,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":499,"viewportWidth":1187,"weight":0.00017313663201513213,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000172937641823849,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00017290001822516031,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.0001728993076991938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.85,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00017287423154367404,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017281544181280343,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.65,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":775,"viewportWidth":411,"weight":0.0001728013019468383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3009.1936 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001727901973154541,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00017278949523651048,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.0001724718514854259,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00017243680888749075,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0001723682839360135,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001723127883993061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":596,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":596,"viewportWidth":360,"weight":0.00017230927940213827,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00017228343979245453,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00017227935147253013,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":912,"viewportWidth":1918,"weight":0.00017226749484117087,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0001721458453025427,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017209447822325922,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017204171033928495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.00017200255940995156,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.05,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00017198365659451385,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00017182913757816958,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.00017182635088109204,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00017182344944444077,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017182061956420204,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":750,"viewportWidth":440,"weight":0.00017180028447011655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00017171705142517613,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0001716997008217885,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00017166621038376621,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017165518971021433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00017155746486424562,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":1706,"weight":0.00017154416260900068,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00017151198190772126,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":402,"weight":0.0001714973127837234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00017140146112909355,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.00017134870219888792,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017133931587131007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.9,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":411,"weight":0.0001712599736571597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1920,"weight":0.00017124216671149622,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00017118446515304039,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6537.1821 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001711527925360067,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00017111975564417146,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00017109655393701115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00017100019821720226,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0001709437366983729,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":100,"effectiveType":"3g","rtt":1250,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.0001708376325136224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00017079084129188285,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0001707019537770911,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.00017067920903658359,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00017067802312177558,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00017067676054631183,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00017040407848374972,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017039359974213307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":878,"viewportWidth":1273,"weight":0.00017020648508569628,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00017018740104110983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.5,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00017015553227388416,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1600,"screenWidth":3840,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":830,"viewportWidth":1849,"weight":0.00017015200927596836,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001701395640188283,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00017005966031633478,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017000901878744384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00016990779531012305,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001698646805986136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0001696879377413794,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016955916986725279,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1181,"viewportWidth":2400,"weight":0.00016951566496361072,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":535,"viewportWidth":1048,"weight":0.0001694983140194305,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.0001693759802620431,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001693413776722836,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00016933562941009295,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.000169195808943256,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00016908091334722923,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001689592407716031,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.85,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.000168869335746312,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00016878779995439694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0001686746389318508,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":864,"screenWidth":1537,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00016867078035461174,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":663,"screenWidth":306,"userAgent":"Mozilla/5.0 (Android 14; Mobile; rv:136.0) Gecko/136.0 Firefox/136.0","vendor":"","viewportHeight":552,"viewportWidth":306,"weight":0.00016860360694687289,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001685371507832337,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":737,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":737,"viewportWidth":412,"weight":0.00016847232471355717,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00016841125921553704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016841121570682364,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00016839002746413926,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00016819940860897734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00016815765439299514,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00016815749221945727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00016806256484608122,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.0001679973674102686,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0001679787464866123,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00016765568913313937,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016756123077452407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.95,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00016755476222222592,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016751220946461086,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00016721818862362284,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1096,"viewportWidth":1233,"weight":0.0001672160035785722,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00016721031362324697,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":925,"screenWidth":1376,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":925,"viewportWidth":1376,"weight":0.00016706991943963922,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.05,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":869,"viewportWidth":1500,"weight":0.00016702727686029265,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.00016701566087520454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00016695422306026912,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016692427479817143,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":994,"weight":0.00016689581185269102,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1044,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1044,"viewportWidth":412,"weight":0.00016679316320983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":384,"weight":0.00016677720179738745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1 Ddg/18.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00016664223406956424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":2560,"weight":0.0001665487528358658,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001664815220958127,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":695,"viewportWidth":1280,"weight":0.00016644465202566563,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0001663737370960216,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6192.1776 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016636865307532425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016631863101193556,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00016621004048580958,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0001661670999165523,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":923,"viewportWidth":1680,"weight":0.00016608630999069814,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0001660661658891282,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00016598605375638942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00016598033420915528,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016580409928988138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00016577925880930562,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016574102294922923,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":774,"viewportWidth":1592,"weight":0.0001656714353776197,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00016565776661333376,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016565415127887031,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.00016563912749361243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":1366,"weight":0.00016563554107094434,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00016557872813384596,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.7,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":812,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":360,"weight":0.0001655639849515892,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00016544711068939059,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1040,"viewportWidth":1912,"weight":0.00016531766117585953,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1000,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":801,"viewportWidth":1281,"weight":0.00016518799013071,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00016513678811069527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.00016510027762187344,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016506084067306623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":344,"viewportWidth":786,"weight":0.00016505438071910363,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016502156062173537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001649937124799795,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00016483259324076913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016480271532950553,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016474106304096032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1728,"weight":0.00016472342001709275,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016472223298295017,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.15,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":1528,"weight":0.00016456310289189615,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":519,"viewportWidth":390,"weight":0.00016446933596155733,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00016445985485154572,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1314,"viewportWidth":2552,"weight":0.00016431054803123604,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.0001642949895013787,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00016428424769652903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001642336024364121,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1360,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1360,"weight":0.0001642238804695258,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":667,"viewportWidth":375,"weight":0.00016417147662345228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00016413835550848867,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016411968718538125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1000,"screenWidth":1500,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":831,"viewportWidth":1500,"weight":0.00016407816107577033,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.0001640411759879407,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016402645723048807,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":880,"viewportWidth":1202,"weight":0.00016399796764893863,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016396828489603676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00016389621442799618,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":861,"viewportWidth":1728,"weight":0.00016377781467496566,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00016374389999785933,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016370123017923582,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":784,"viewportWidth":1507,"weight":0.00016367438529078,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":637,"viewportWidth":375,"weight":0.00016367117767928087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6450.1116 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016365946762501846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016362701128703566,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016348615487551388,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":430,"weight":0.00016348005771776994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001633581115744812,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000163316363636007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.5,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.00016331170345235124,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":914,"viewportWidth":1046,"weight":0.00016330067856852262,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00016326086243253707,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00016317603455090035,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0001631572594036545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.0001631520290281887,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":100},"platform":"Linux armv81","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 13; 22101316I Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":874,"viewportWidth":394,"weight":0.0001631206423518145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00016309239687652954,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00016307095982941543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0001630477117379437,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00016304704315578587,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5899.1188 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016304685418704927,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":854,"viewportWidth":430,"weight":0.0001630400763088789,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":430,"weight":0.00016299348797016387,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00016293185600870264,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016279540495762597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.65,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0001627503836669477,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00016267176777536152,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016260914185616513,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016259816310490596,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00016252851597611508,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0001624560041238905,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.85,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":505,"weight":0.00016237396407600514,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00016227142483897598,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":706,"viewportWidth":1180,"weight":0.00016223432540633605,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":625,"viewportWidth":1366,"weight":0.0001622213839971732,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.0001622050119788447,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.3,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0001621079681635212,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001620242922229104,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016201934407159932,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.0001619735781317327,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.00016184632846557242,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8993.1808 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016173421461411215,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001617315115099025,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":4,"screenHeight":1061,"screenWidth":1923,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1055,"viewportWidth":1920,"weight":0.0001616987486513781,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":683,"viewportWidth":1440,"weight":0.00016165931814258395,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00016131948681565554,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001612717360306881,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.000161251549667431,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00016112133254229976,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00016092702170345934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":734,"viewportWidth":384,"weight":0.0001608868383055888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00016088452634840597,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00016074963530570416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1317,"viewportWidth":2560,"weight":0.00016072558538699508,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016066959657789405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000160637881846792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1470,"weight":0.00016040930026595224,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":874,"viewportWidth":1920,"weight":0.00016040294074008192,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":640,"viewportWidth":1272,"weight":0.0001603837678666911,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":716,"viewportWidth":384,"weight":0.00016030854825269995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000160305026375845,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":430,"weight":0.00016019327302205537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":679,"viewportWidth":390,"weight":0.00016013193018788038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"downlinkMax":null,"effectiveType":"3g","rtt":400,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.00016012948762050947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016009925296888683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5867.1618 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016007418124479037,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016007154960486804,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016002950485509987,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.0001599985808291415,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00015995601227060218,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00015989522299391333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5264.1179 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015986790732073943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001598602681956385,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00015981232810412035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.8,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":432,"weight":0.00015979074893979005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0001597712651959308,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1149,"viewportWidth":953,"weight":0.00015965139458416883,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001594102329340246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00015940395495184394,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00015939203136907976,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00015930590937386621,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00015927424746744464,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1277,"viewportWidth":2457,"weight":0.00015925281727860113,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00015919888345261186,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.7,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":0,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":602,"viewportWidth":1272,"weight":0.000159188513561498,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":632,"viewportWidth":375,"weight":0.0001590983444519678,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":428,"weight":0.00015908974906270865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00015908321775589293,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015903342946396167,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00015900774568623874,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":606,"viewportWidth":1280,"weight":0.00015900292584264248,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":630,"viewportWidth":360,"weight":0.00015891181570983594,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":967,"viewportWidth":1286,"weight":0.00015888623625911206,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1220,"viewportWidth":1977,"weight":0.0001588395105916474,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015883117394629287,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.4,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":1440,"weight":0.00015882020166290583,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00015875441213229077,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001587405467506519,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":736,"viewportWidth":393,"weight":0.00015871944312398362,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001587191989726884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00015866862015427723,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001586058713379505,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015860513657111404,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.0001583931506677345,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015836717726663848,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0001583447824762891,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0001581931663920297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.00015816879140432717,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":1462,"weight":0.0001581519292323343,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00015811594537509433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":1440,"weight":0.00015809205235176046,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.5,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00015808226971013336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00015803610344935663,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001580070245414989,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.0001579877923213598,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.15,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2752,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":986,"viewportWidth":2476,"weight":0.00015798632301616285,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0001579842550657575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":550},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.6943.127 ADG/11.1.4796 Safari/537.36","vendor":"Google Inc.","viewportHeight":614,"viewportWidth":1418,"weight":0.00015793233569281846,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":360,"weight":0.00015788597382685455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.9,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00015787913603568007,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000157860802875452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00015784275199657067,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00015779006468605994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":648,"viewportWidth":1272,"weight":0.00015772890646639694,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00015772040037487155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.65,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.0001577180555044949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.5,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.0001577128303774449,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015769807512106297,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0001576194965562309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00015761417060363635,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00015760359560936137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.00015758581430095128,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015753092112340907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0001574995509478273,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015742756088619003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.6,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000157409866002907,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":777,"viewportWidth":390,"weight":0.00015731966042717435,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015730080195253558,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0001572640930641359,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00015720966521824345,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00015710926402462042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":855,"viewportWidth":1536,"weight":0.00015702561119678354,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.0001569975273414903,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.0001569302017009354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":853,"viewportWidth":1619,"weight":0.00015681472934210054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7387.1769 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015681099619226134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.0001567710687677468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":1432,"weight":0.00015675216717819337,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.65,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":984,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":432,"weight":0.00015675043040951588,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00015674997421543464,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015671160829895114,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00015670418402940963,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00015660030081949668,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001564976700894977,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00015647045094555076,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001563522733306602,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0001562243165550311,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.05,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1074,"viewportWidth":1912,"weight":0.00015616922157076957,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000156148285684324,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00015607494418163554,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00015605809867526632,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00015603476148199055,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001559665839252425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001559285858279392,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.00015576831535449933,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00015575477439088554,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015564225991522075,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00015564093140517352,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":544,"viewportWidth":375,"weight":0.00015558410595937035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.3,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0001554167786111066,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015538241280528458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5563.1007 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015537602406736172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.00015532986981901846,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":983,"viewportWidth":2048,"weight":0.00015524861472182032,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1134,"viewportWidth":2477,"weight":0.00015523734174305163,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00015522528955725837,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001552159619098145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00015521445437205827,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015515553964615272,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00015504404244519787,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00015503407236155646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015501572726264636,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00015499920091770788,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00015498843218057282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":1434,"weight":0.0001549857294250062,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.05,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00015496164297649636,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015479226421176415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":603,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":603,"viewportWidth":360,"weight":0.00015479078647269982,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015472038829328607,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015471172391993377,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015470920283703062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":549,"viewportWidth":375,"weight":0.00015466381154080242,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001546633834595624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.6,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00015463537681181124,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.6,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":696,"viewportWidth":1534,"weight":0.00015457145527515218,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00015455060955078427,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00015441108802297532,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00015435051903499306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.05,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":1358,"weight":0.00015433680021710399,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":414,"weight":0.0001542459975604846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00015422724780246998,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00015421236133124537,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00015420689067629196,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015413439837460495,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.00015412567073248804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00015396971617921416,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":638,"screenWidth":1318,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":637,"viewportWidth":1314,"weight":0.00015391873713228177,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00015383975035759937,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015378738553576226,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015371634952731156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.0001535558744281018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) AvastSecureBrowser/1.1.0 Mobile/15E148 Version/18.0 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00015345617022827706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":728,"viewportWidth":459,"weight":0.00015331840782219488,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015330407030117246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":411,"weight":0.00015324299110846116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4180.1300 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015305795660411199,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015295872757814042,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00015292154426317086,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00015291560937909197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00015282686018178296,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00015281813838528024,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.0001528112064159015,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00015279365693188394,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.0001527686211899914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1918,"weight":0.0001527553428990888,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00015272808240723913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/137.0 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00015272630541370843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00015271497373606037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":742,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":412,"weight":0.00015269880119867172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015269020601708106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00015268779115183112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0001526155679884505,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00015258001840902315,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00015254368743903389,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.000152526175388679,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0001525021861017454,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00015247597923385,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/136.3 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0001523136346949973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1209.1132 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015220806451821703,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000152137696326161,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00015198308079006318,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.95,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.000151948104900266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1094,"viewportWidth":1268,"weight":0.00015191665992692874,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.0001519032775701008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.0001518203884776737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":831,"viewportWidth":1470,"weight":0.00015168807103684145,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015166174014255264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1280,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1140,"viewportWidth":2048,"weight":0.00015146273535449018,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":854,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":694,"viewportWidth":1272,"weight":0.00015135771364297335,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":440,"weight":0.00015127142394672364,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":633,"viewportWidth":375,"weight":0.00015125465513713557,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015119183658506114,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.0001511847480586716,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":696,"viewportWidth":1080,"weight":0.0001511052291610945,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.2,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":736,"viewportWidth":1530,"weight":0.000151103568306702,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00015108958603092976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.0001508225088707456,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0001508107831852202,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00015076258279464932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.00015074563012934064,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.00015069978319254867,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015068990331033798,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":923,"viewportWidth":1324,"weight":0.00015066327607273064,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":936,"viewportWidth":1710,"weight":0.0001506582335732338,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00015059784524879967,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00015044102681957867,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1247,"viewportWidth":2002,"weight":0.00015042876223995963,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.0001504064210502062,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":717,"viewportWidth":414,"weight":0.00015035133768022282,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":848,"viewportWidth":1440,"weight":0.00015033029370335624,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0001502852937597135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00015024626146753673,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2383.1501 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001502237388308949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0001500650288142814,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00015002127341120068,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00015001185033474904,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.0001498861775063819,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.8,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00014987856264947488,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00014981726010385486,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0001497251105678004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.55,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00014965998209932782,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00014958497253933568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00014956056022019055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":925,"viewportWidth":1680,"weight":0.00014955149449217376,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014946066371259099,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0001493963365964149,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.0001493636088350566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00014932047045127815,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00014930568763944912,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014913931365839915,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00014907124022303333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":728,"viewportWidth":1376,"weight":0.00014900946192792372,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.4,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1318,"weight":0.00014888896757124574,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1031,"viewportWidth":1920,"weight":0.0001488664662805908,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00014883199967053172,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00014871044334017426,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00014856419257968043,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00014852978074146781,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014849981238768906,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001484938670752305,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.00014847098532779705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00014845228980475675,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":1334,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":619,"viewportWidth":1333,"weight":0.00014843632270565758,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014837048236945573,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014835195685256264,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014819172384629718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00014812140640495437,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001479977792602897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00014798360750518195,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014794373906671374,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.00014770434499358055,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00014770387004939164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":618,"screenWidth":1098,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":457,"viewportWidth":1098,"weight":0.00014754997749950475,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00014754166188756285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3814.1871 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014743002704581387,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000147355651404102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.3,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":740,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00014726724965962942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00014724277565076848,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00014713643696712635,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00014711302571491892,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1169,"screenWidth":1800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1041,"viewportWidth":1734,"weight":0.00014704800361685507,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1329,"screenWidth":2056,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1198,"viewportWidth":2056,"weight":0.00014704683077014074,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001470260893472382,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.0001469487276220382,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5637.1619 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014690456680515154,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1708.1652 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014688869721531716,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014683931828754395,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00014675119475787804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00014672297604074078,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":808,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":675,"viewportWidth":392,"weight":0.0001467111931381201,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014663311516297214,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014662830950659653,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001466078369348712,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014656698071240074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00014656062104075778,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2084.1293 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014648688655741158,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":989,"viewportWidth":1710,"weight":0.00014644232086172393,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014634645316838148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0001462373408295711,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014619787030295713,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:135.0) Gecko/20100101 Firefox/135.0","vendor":"","viewportHeight":942,"viewportWidth":1920,"weight":0.00014611317838766238,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00014608033272440975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014604070260071608,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00014602328200211603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00014602102950958423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":648,"viewportWidth":360,"weight":0.0001460023243763709,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014597422045257606,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001459405984456045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.0001459252010581963,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2258.1174 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001459205670198161,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00014589923839500863,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.25,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":697,"screenWidth":1241,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":529,"viewportWidth":1241,"weight":0.00014587049381744517,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":579,"viewportWidth":1366,"weight":0.0001458517843262172,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":1592,"weight":0.00014579046766961408,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014572990243816905,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":360,"weight":0.00014569235913250287,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":591,"viewportWidth":360,"weight":0.00014567455811384004,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":848,"viewportWidth":414,"weight":0.00014560137970791407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":713,"viewportWidth":1085,"weight":0.00014556717983063702,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00014554915128565024,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00014553341710952657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":676,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":627,"viewportWidth":320,"weight":0.0001455328713421669,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/331.0.665236494 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00014551203378427712,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":873,"viewportWidth":430,"weight":0.00014550863759837062,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":392,"weight":0.00014546618426052336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9679.1773 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014542693160959132,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00014531494746610623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00014529278224568697,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001452504290035745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014517012713832214,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.0001450346769039291,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00014499541432178855,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00014498806040039755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.85,"downlinkMax":100,"effectiveType":"4g","rtt":250,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":740,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":668,"viewportWidth":360,"weight":0.00014498162175363173,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00014495496308194892,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001449296974666271,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1229.1670 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014489021437758947,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00014483641693143512,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.00014483173835441322,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00014477327665649546,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":675,"viewportWidth":402,"weight":0.00014462095546776153,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":390,"weight":0.00014457844275596763,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":414,"weight":0.0001445535253445536,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00014454379246159818,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2144.1121 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014452219357835775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00014450322201627728,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00014449717486039184,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00014447062445171435,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.05,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":808,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":675,"viewportWidth":392,"weight":0.00014442385958001065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00014441711345218133,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":865,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":1528,"weight":0.00014437381395991905,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.6,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00014431781668266695,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00014431476966638335,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00014423483000785097,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0001441899474022473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014397230588759945,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014394467139311245,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0001439417488740642,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0001438886474175662,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00014370476842685313,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014368107334333932,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00014362929758701752,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.0001436223371249055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00014355801955986662,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014354292264423643,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001434961586562433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.15,"downlinkMax":100,"effectiveType":"3g","rtt":1000,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":895,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":753,"viewportWidth":392,"weight":0.0001434367367980646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001434316011217405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00014341179321262815,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001434111018799827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":1366,"weight":0.00014340308851521405,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00014334119015488124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00014331854498534358,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00014327457934301934,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00014323459951659523,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":887,"viewportWidth":1540,"weight":0.00014316121565401463,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00014314485666886703,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.00014312241157104686,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00014307353133977135,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001430660331234839,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014304506253244166,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00014300882455780156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.0001429711483863366,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1244,"viewportWidth":1526,"weight":0.00014296577476329508,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.0001429228095635249,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":889,"viewportWidth":1280,"weight":0.00014291790901687525,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3662.1004 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001429123377420471,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00014289368063076613,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00014286033625412898,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014282074992009403,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0001428189063197974,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014279641596860794,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014270347430212418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.35,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.00014266092875043525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5997.1847 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014265983611787232,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014263494967223957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00014262316725350497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014259712880998696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5049.1832 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014258685190621053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":653,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":653,"viewportWidth":384,"weight":0.00014253054481898957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00014252049121726826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":602,"viewportWidth":1272,"weight":0.00014247937378733495,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.0001424514677606195,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.000142422539362396,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00014239718141971372,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00014237443585293083,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":393,"weight":0.00014236883608068998,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014233769558384503,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.0001423220735076757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00014231727784308782,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":521,"viewportWidth":320,"weight":0.000142211396786046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":560,"viewportWidth":320,"weight":0.0001421391731984411,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014212441274295134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014211172624602395,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.0001420816171948142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6774.1146 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014206565915914215,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00014202095264777406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1274.1559 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001419908448050136,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.0001419329658687371,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00014186297299075609,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00014185793193348213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":0,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":650,"viewportWidth":1024,"weight":0.00014185382051837755,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2761.1936 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014185263721207093,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014182709853694593,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014182011419286872,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00014177742684521263,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00014173696513105477,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":839,"viewportWidth":1470,"weight":0.00014169648959774388,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":632,"viewportWidth":1280,"weight":0.00014161916195292666,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00014159785699925206,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1512,"weight":0.00014158208968083073,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.15,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":384,"weight":0.00014157658364134362,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.7,"downlinkMax":null,"effectiveType":"4g","rtt":250,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.00014140598756924553,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014136332324078755,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0001413631971056893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00014135891278199627,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00014133179290446856,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0001412978958412321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":609,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":360,"weight":0.00014129562507213733,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00014128687119879135,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00014123666355219189,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":587,"viewportWidth":1280,"weight":0.00014116785547302877,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00014116511916139268,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0001411405383615882,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00014109349377419123,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00014101985409438553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":1515,"weight":0.00014097712321088662,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":527,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":527,"viewportWidth":320,"weight":0.0001409659218012456,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00014074408917851903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001407352925962593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1024,"weight":0.0001407166401247884,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":779,"viewportWidth":1518,"weight":0.00014067372806534606,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00014065319159368812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0001406110694261568,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00014056211930135344,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00014051855566281213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014040253785419936,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":899,"viewportWidth":1920,"weight":0.0001403895646344414,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014016672124674072,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014006774054790255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.25,"downlinkMax":42,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00014005578687215406,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":848,"viewportWidth":1280,"weight":0.0001397066207370169,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013967289373357903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013955211042695142,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001395475499705488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.75,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00013953237480428908,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001394056745922088,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":801,"viewportWidth":411,"weight":0.0001393846741843586,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3898.1874 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001393592057595065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0001393159253108952,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":1080,"weight":0.0001392909631363918,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001392805683587357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00013926288136061865,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.35,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":878,"viewportWidth":1920,"weight":0.00013921914326860894,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00013920349770216346,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.75,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":668,"viewportWidth":384,"weight":0.0001390921487442843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00013901087824180042,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00013892982630411604,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001388942070722621,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00013884115786699615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.6,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00013883445397009977,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.00013874182411637278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013866639832441993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0001386612550304859,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00013862274972332758,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013856925464245296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00013848254634222232,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":657,"viewportWidth":384,"weight":0.00013845930884487416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.9,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":1280,"weight":0.00013842323661647965,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":442,"viewportWidth":786,"weight":0.00013837712751855251,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00013830397674199205,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1307,"viewportWidth":2560,"weight":0.00013824140036717544,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013822866425173812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0001382240430783269,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00013816802964825085,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013804324291610985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00013802482567695974,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013802428134702697,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.85,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1318,"weight":0.00013801143951230874,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00013795986997220175,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00013795872502171965,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":750,"viewportWidth":440,"weight":0.00013783480449425353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1528,"weight":0.0001378201965562843,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00013782019344475447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00013781497990340093,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00013780484324812475,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00013779838288948044,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":360,"weight":0.00013777472627934408,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00013776198011073343,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.00013767365630038578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00013756487832866028,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 14_8_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":622,"viewportWidth":414,"weight":0.00013756094441674005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":840,"viewportWidth":1200,"weight":0.00013752710801048334,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1169,"screenWidth":1800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1089,"viewportWidth":650,"weight":0.0001374131448923435,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013741194967444595,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00013738786835663962,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":1272,"weight":0.00013733431739431653,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013729191130285417,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":907,"viewportWidth":1699,"weight":0.00013723129231357607,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.55,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":720,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":592,"viewportWidth":360,"weight":0.00013716889467852743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00013716381173480311,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2658.1766 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001371627392426968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00013715078807154265,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":636,"viewportWidth":375,"weight":0.00013706544901844974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":871,"viewportWidth":1879,"weight":0.00013702968250212507,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013692880437428414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":764,"viewportWidth":718,"weight":0.00013689740973201421,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00013673973300984513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00013672125354349774,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001366538962296052,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":833,"viewportWidth":360,"weight":0.0001366175221241192,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001365859293703244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00013657000930177054,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013656406959735223,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":632,"viewportWidth":375,"weight":0.00013647138231190177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013644679163425774,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013641236435704124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":763,"viewportWidth":1512,"weight":0.00013638990374110777,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5042.1017 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013632411088122605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00013630915894366697,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.0001362784681264847,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":648,"viewportWidth":375,"weight":0.0001362688175884135,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001362369826094568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00013621987787460925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.0001361214348569657,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":1180,"weight":0.00013605259259007548,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000136045469173628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1298,"screenWidth":2808,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":949,"viewportWidth":1887,"weight":0.00013581695342623122,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":360,"weight":0.00013578721532563791,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00013573142254284072,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013571559291381284,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013561429338268926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":411,"weight":0.0001355211628338332,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":649,"screenWidth":1154,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":601,"viewportWidth":1282,"weight":0.0001354049433807395,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":717,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":412,"weight":0.00013539827621999496,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.0001353395787129596,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.0001352816586329108,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1322,"viewportWidth":2552,"weight":0.0001352593953438174,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":1470,"weight":0.00013524313315170261,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013513633791704176,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0001351126782110883,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1030.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001350323946388644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0001349240193784332,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4755.1618 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013486555755717368,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013482126987090593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00013481160789271545,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00013479623399291675,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00013472778585201854,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":693,"viewportWidth":393,"weight":0.00013471810847454638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00013465138636041017,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00013464090867083177,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":430,"weight":0.00013464031688980888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"downlinkMax":100,"effectiveType":"3g","rtt":250,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00013460005342365248,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00013456975637585785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":823,"screenWidth":708,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":707,"weight":0.00013456854120421347,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":910,"viewportWidth":1839,"weight":0.00013456127874582184,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00013454645211460545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":855,"viewportWidth":1420,"weight":0.00013448567238662907,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":696,"viewportWidth":384,"weight":0.0001344722121735959,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013434502023945645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00013431511018881023,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00013429647666768078,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4873.1262 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001342609411294766,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00013425175035926322,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013397482384754612,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00013387366314330333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00013377973788411763,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000133742383569856,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013362360478465354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00013360804913863295,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00013357883775381126,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013356772500697713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00013352543837989272,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.0001331925155006108,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0001331697804505123,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00013315437967549812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00013309182355613876,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.0001330778375625967,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00013306388106201994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":964,"viewportWidth":1511,"weight":0.000133004091131179,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013299116425291338,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00013298751693984842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1440,"weight":0.00013293743768200267,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":773,"viewportWidth":393,"weight":0.00013290272466191132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":734,"viewportWidth":384,"weight":0.00013268190514888821,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00013263837432095696,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1680,"weight":0.00013263454651300514,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":792,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":652,"viewportWidth":360,"weight":0.00013258027021230843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013252425283880468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"downlinkMax":null,"effectiveType":"3g","rtt":450,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.0001323728464654197,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00013236295723994645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001323578861754444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":2,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":1365,"weight":0.00013230237297555056,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7384.1504 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013217932571299895,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00013204632210707344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00013200889296504677,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00013197250242967802,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00013196966983300767,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013192613187010564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00013190953833803231,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.0001318813821674046,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00013181955879896438,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3734.1255 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001318101054058757,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001317180553668338,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013158737772057228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6324.1421 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013157910893064737,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":444,"viewportWidth":320,"weight":0.00013157843004807523,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000131572843986481,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00013152348192847692,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0001314251384294839,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001313879343462048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00013137063218803254,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.0001313557716884098,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1040,"viewportWidth":1912,"weight":0.00013134431752254424,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.0001312085779590943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00013120609822390598,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":1440,"weight":0.00013116175726249642,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00013105359095275362,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00013094218792137518,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":384,"weight":0.00013088544092728822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":384,"weight":0.00013088222213840657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.1,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1279,"weight":0.00013079353747531803,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00013071571238469496,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00013070256295887018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00013069455563781177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00013068951460717273,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013052494170775466,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":652,"viewportWidth":393,"weight":0.0001304173375769546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001304137352523126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00013040362734250002,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00013032248802366953,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013031825850983757,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013028283434296056,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1307,"viewportWidth":2509,"weight":0.00013026884961920863,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":916,"viewportWidth":1272,"weight":0.00013018813002976606,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00013010043934865201,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1019,"screenWidth":573,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1019,"viewportWidth":573,"weight":0.00013009261982172636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7829.1949 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013002106002137575,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00012999750906561255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00012997362412792157,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012996158597052769,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":537,"viewportWidth":375,"weight":0.00012995402321742158,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1272,"weight":0.0001298853956838816,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00012978336575423453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00012969105697800419,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00012967662121515992,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012952013572197957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00012945032338910716,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00012940420212298278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001293810011801212,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.15,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":937,"viewportWidth":1920,"weight":0.00012934054253638204,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":609,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":360,"weight":0.00012930687072342127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.0001292960553035433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001292669117549676,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00012926256108959348,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00012923440100880864,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00012922628291095296,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":393,"weight":0.0001291730487612677,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":629,"viewportWidth":1366,"weight":0.00012913284855264063,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00012897002572482863,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00012892886632203426,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":586,"viewportWidth":360,"weight":0.00012890174298151448,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00012889604869679034,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":873,"screenWidth":1397,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":743,"viewportWidth":1397,"weight":0.00012886673189465702,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00012882670204910596,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00012879888002926006,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.0001287976070283692,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00012864181268174756,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":586,"viewportWidth":1326,"weight":0.00012852374745669172,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7895.1737 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001284305315538283,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00012841845716622633,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00012835428918545996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0001283530685089938,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001283178691353931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7310.1728 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012827969116455272,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":601,"viewportWidth":338,"weight":0.00012827066251963024,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00012827005273147372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00012820965838381213,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":519,"viewportWidth":390,"weight":0.00012819662285285882,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012813937257741316,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012813060216581998,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001280094113447762,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":897,"viewportWidth":1761,"weight":0.00012800387644807586,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.35,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00012790760924482117,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0001277951429826935,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":662,"weight":0.00012766361262438525,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00012764600156770569,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00012764514222406267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012764205981416842,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00012755261378915236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3147.1764 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012752028311680452,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":776,"viewportWidth":393,"weight":0.00012743066839493656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1248,"viewportWidth":3424,"weight":0.00012729206270605832,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00012729070549429816,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00012724816733790482,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":402,"weight":0.00012724689902907004,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012723694458530505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1920,"screenWidth":1080,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":930,"viewportWidth":1078,"weight":0.00012716974217540772,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000127145582831418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.000127009732079338,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00012697237073199956,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00012695714639867348,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00012694646917022932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":604,"viewportWidth":338,"weight":0.0001269410634658928,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.45,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00012688309112658428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.75,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":790,"viewportWidth":412,"weight":0.00012683673080425271,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8626.1966 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012674390069027455,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.0001267334751576365,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.75,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1600,"weight":0.0001267059407394947,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.45,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":1280,"weight":0.00012657941522423445,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00012642639525947759,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00012634675212439624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00012623735937597287,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":767,"viewportWidth":1388,"weight":0.0001262174972851182,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000126191447081417,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.0001261866551528015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00012612901557508145,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00012587680536096615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":560,"viewportWidth":1235,"weight":0.00012580096629616612,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":2552,"weight":0.0001257261210046646,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.00012570008109633366,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.0001256769494389239,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012566439086066214,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1009,"viewportWidth":2031,"weight":0.00012564784356469815,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":756,"viewportWidth":440,"weight":0.00012562777837140304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00012549863903671022,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00012544329810315337,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012541721403993113,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00012525869808162058,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0001251824302220269,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":1440,"weight":0.00012515427655089098,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00012513899053291918,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00012512522679578462,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00012509507472591047,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.65,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00012508860622323194,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00012492934442302726,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001249200524761493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000124889473640303,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1280,"screenWidth":800,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1112,"viewportWidth":800,"weight":0.00012484912812533918,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012482580337542102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00012479882639476197,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001247818817269281,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":833,"viewportWidth":1684,"weight":0.00012472168965315742,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":100,"effectiveType":"3g","rtt":450,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00012466117235482993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0001246245687730036,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00012455541399512794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.00012450745117992244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00012434821147300698,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012427773720897326,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001241868554432881,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012415324987099185,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00012411582943610105,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8406.1731 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001239254083099753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":790,"viewportWidth":1440,"weight":0.00012390801594563703,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00012379820197420144,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012374279318095463,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00012374200334442723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":636,"viewportWidth":375,"weight":0.00012362430275968553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":918,"viewportWidth":1352,"weight":0.00012360782464194143,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00012357691700190157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":682,"viewportWidth":360,"weight":0.0001235595772789547,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00012352253554863573,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00012352199247288228,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":667,"viewportWidth":1280,"weight":0.000123431167245479,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00012340622690006805,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001234005472330822,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00012336788772064833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.00012322815447099767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":1920,"weight":0.00012316819652546078,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00012314397926435898,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.0001231070461946407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00012308342636451136,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012301062105936404,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":440,"weight":0.0001229645535322195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.0001229399160647201,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.00012289940114571814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":712,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":630,"viewportWidth":320,"weight":0.0001228914971028464,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.00012288565447540168,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00012285296547697176,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5105.1855 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012283160453827025,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0","vendor":"","viewportHeight":720,"viewportWidth":1280,"weight":0.00012281868280569863,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.85,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00012274713320035662,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012256243991332975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.00012244423443402426,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":668,"viewportWidth":402,"weight":0.0001224129766258943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001224016785902696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0001224011235409192,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012235698645543918,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":764,"viewportWidth":411,"weight":0.00012233543896466987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":428,"weight":0.0001222868966733975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0001222187220344842,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001221819847811225,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00012218069741546506,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.00012212591799572008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.5,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00012207840768911003,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":768,"viewportWidth":1470,"weight":0.00012203443048119235,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00012203298520575452,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00012197030202496005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001219407369172495,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00012192690022580877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":811,"viewportWidth":432,"weight":0.0001219249882704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":897,"viewportWidth":1680,"weight":0.00012180485041435237,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00012179960889333682,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":955,"viewportWidth":1920,"weight":0.00012179702328435292,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00012179262026140519,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6894.1755 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012171595902856396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1344,"screenWidth":1344,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.72 Safari/537.36","vendor":"Google Inc.","viewportHeight":1344,"viewportWidth":1344,"weight":0.00012167014827714054,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":952,"viewportWidth":1920,"weight":0.0001216496755186363,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012159893841478251,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012155587524235468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00012154774453604082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00012150776907573447,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1047,"viewportWidth":921,"weight":0.00012150064616410571,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":899,"viewportWidth":1275,"weight":0.00012142542746059453,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":753,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":623,"viewportWidth":338,"weight":0.0001213064699462325,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00012129002627016963,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00012125676657223102,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.4,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00012123308335488095,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1176,"viewportWidth":2560,"weight":0.0001211243837101938,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012111428390806005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00012109130770451268,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00012105680556334545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":912,"screenWidth":1368,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":794,"viewportWidth":1360,"weight":0.00012104493706238919,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":375,"weight":0.00012099945978350318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00012099809934493097,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.0001209711544435609,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":596,"screenWidth":1281,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":591,"viewportWidth":1280,"weight":0.00012096736227575697,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012085546466322837,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00012083099298611603,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4233.1063 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012079721410074378,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00012078312226418051,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8944.1701 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012072644994788342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1517,"weight":0.00012061782769665205,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012057097486525075,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":877,"viewportWidth":440,"weight":0.00012052494762385575,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012050486602829,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":708,"viewportWidth":414,"weight":0.0001204420936508795,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00012031265689592539,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012029768664011628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.3,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":697,"viewportWidth":384,"weight":0.00012029611778723843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00012023438389332392,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.65,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00012022470471241449,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00012016344739608603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.00012011511122154066,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00012011407731969619,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011995529802469174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":724,"viewportWidth":428,"weight":0.00011994004780670793,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":375,"weight":0.00011993745057533827,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.00011982504632714083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1366,"weight":0.00011980274578496532,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.15,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":384,"weight":0.00011979943060242826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00011978882460181424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4803.1056 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011961663474976507,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00011960975976962273,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.000119578160839024,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00011955649222714899,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":668,"viewportWidth":390,"weight":0.00011954942460186878,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.00011951915853426092,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 [FBAN/FBIOS;FBAV/506.1.0.77.87;FBBV/714726354;FBDV/iPhone14,3;FBMD/iPhone;FBSN/iOS;FBSV/18.3.2;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBRV/0;IABMV/1]","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.00011950919798781917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00011950427343418262,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":740,"viewportWidth":384,"weight":0.00011945463398250703,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6032.1180 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011944896862978955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":569,"viewportWidth":542,"weight":0.00011944771270998006,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1279,"viewportWidth":2560,"weight":0.00011941165661226464,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00011939353869823516,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00011939280047865947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011936866340831799,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011934364339707071,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011931929784858504,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00011930786993285062,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":1470,"weight":0.0001192852003101584,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011925832870195312,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00011925401949530737,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":696,"viewportWidth":1180,"weight":0.00011922739362148584,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00011918216996012998,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00011916454121490576,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00011914283248090929,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.00011913300259406124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7391.1733 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011910184160873909,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011909995289190524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00011899574335872497,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":849,"viewportWidth":1710,"weight":0.00011899262523697275,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00011892891069442868,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.000118884937693934,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00011885595235823218,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011879944032977239,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":748,"screenWidth":1601,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":743,"viewportWidth":1600,"weight":0.00011870693867591492,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00011865920333338827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36 OPR/89.0.0.0","vendor":"Google Inc.","viewportHeight":743,"viewportWidth":411,"weight":0.00011851134607684081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00011833415786451951,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00011824252235286337,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.0001182305271601671,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00011819059849786764,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0001180243080672626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00011799250399428435,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1440,"weight":0.00011795801291806684,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":667,"viewportWidth":1080,"weight":0.00011794480091741761,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":430,"weight":0.00011791921613181421,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00011791795573326547,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011790912541651398,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.0001178994443762383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1399.1772 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011789863613291495,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00011785291496974732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.00011782947381292085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.00011780372783374203,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/327.0.656162734 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.00011777383236760854,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000117698936468042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00011768020789023976,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00011767372233279389,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011760830058181394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":986,"viewportWidth":1892,"weight":0.00011757822900634446,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":734,"viewportWidth":384,"weight":0.00011757817732241206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00011750513957606527,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2282.1695 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011750219462995747,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00011746175349992506,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00011739066472398492,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":375,"weight":0.00011737814859072844,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00011724873246890462,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001172471132165931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1440,"weight":0.00011724459713024115,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":639,"viewportWidth":375,"weight":0.00011724027109878854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.65,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1441,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.00011719855479707846,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00011714346278843996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.1,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00011704932072531817,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":767,"viewportWidth":1600,"weight":0.00011702845008190126,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001170218417925743,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1063.1503 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001170213324800116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.00011688615462362452,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.00011680001291111714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.95,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":384,"weight":0.00011679855171172939,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011677956810430337,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":859,"viewportWidth":1920,"weight":0.00011669958478104079,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011669390948843212,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001166938272098089,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":663,"viewportWidth":1168,"weight":0.00011661386793703911,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0001165150629383305,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00011649741981438545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":1440,"weight":0.0001164055337131555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1128,"viewportWidth":411,"weight":0.00011630151472182724,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00011626944998738199,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00011619479013893213,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00011614446961650903,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00011614211979047954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00011613626195262097,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011610683926899985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011607936652857908,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3058.1687 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011607076270878821,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/329.0.660098639 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0001160565957524552,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00011599791617421551,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":393,"weight":0.00011598254148934298,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1051,"viewportWidth":1572,"weight":0.0001159618037561168,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":918,"viewportWidth":1904,"weight":0.00011594798314891721,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4161.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011590681356663703,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00011583595883926481,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00011578654317954411,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0001157442005242247,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011574094579473296,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011571272203517512,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":1180,"weight":0.00011570836523220914,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00011569747184171366,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00011558256448811588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00011556513795540874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00011554918337381197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00011552096328333559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00011548895568134084,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00011539939601098884,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00011539787107930014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":730,"screenWidth":1300,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":1300,"weight":0.0001153812456652595,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":797,"viewportWidth":1470,"weight":0.00011537693260851295,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00011535810923555864,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1155,"viewportWidth":2197,"weight":0.0001153436193479795,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00011526472359892767,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011526156788548841,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011526116183885705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1696.1391 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011524884261639704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00011519112083754562,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011513914245825408,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00011500999026474809,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00011497255010541007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1314,"viewportWidth":2552,"weight":0.00011492275822908383,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001149122422800198,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00011484865746545813,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":831,"viewportWidth":1536,"weight":0.000114823609076258,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":716,"viewportWidth":1395,"weight":0.00011478420918525282,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001147601427199427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00011470146058331122,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.3,"effectiveType":"4g","rtt":250},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.00011470063140313538,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":0,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":1528,"weight":0.0001146815504753867,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00011467447860677421,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00011467153521514739,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":769,"viewportWidth":1242,"weight":0.00011463704222453186,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00011463053568214115,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2921.1718 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000114547863062039,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00011451698051624614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":1080,"weight":0.00011450872650770784,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":709,"viewportWidth":1600,"weight":0.0001145050946963908,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00011443322718292973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.00011442828321639219,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00011442537524861505,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011438976402512174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00011432375372964781,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.00011432062641953274,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":611,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":611,"viewportWidth":360,"weight":0.00011429940003898718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.75,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00011417842340167151,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00011416026065866379,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011416016960909447,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00011413295749350484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00011408820221442088,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":798,"viewportWidth":473,"weight":0.00011407667185500137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":881,"viewportWidth":1919,"weight":0.00011399690260169193,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00011392425436960268,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":683,"viewportWidth":402,"weight":0.00011391923999416231,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00011387824059257739,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.0001138035980435768,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1325,"viewportWidth":2560,"weight":0.00011380213099642773,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1005,"viewportWidth":1762,"weight":0.00011374925241707017,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":832,"viewportWidth":1462,"weight":0.00011373892495327074,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00011371450302978738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1920,"screenWidth":1080,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1794,"viewportWidth":1072,"weight":0.00011367106132328734,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":774,"viewportWidth":1592,"weight":0.00011363152779193481,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00011361700366618478,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011355303288374021,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":688,"viewportWidth":901,"weight":0.00011353709362348065,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":820,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":360,"weight":0.0001135187559831742,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00011349736237827622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00011338427161919931,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00011338173711641861,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4844.1214 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011326770210225768,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00011324706015040536,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00011317408944868867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9437.1533 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011313392823546954,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011310099061280144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":2,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00011306880854398465,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00011302812788147261,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011298850065593778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1528,"weight":0.0001129803696846167,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":527,"viewportWidth":921,"weight":0.00011293495890169963,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00011293340161879379,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.0001128914550797167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.00011285916624239128,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00011284913535237712,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":761,"viewportWidth":1545,"weight":0.00011281995708352595,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00011278212240637771,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00011270888066420578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7452.1248 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011261917601022961,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011257049659232312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1528,"weight":0.00011253467381536934,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":934,"screenWidth":1494,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":799,"viewportWidth":1494,"weight":0.00011253230082139839,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":921,"viewportWidth":768,"weight":0.00011249953596681047,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1990.1383 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011246442806660756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00011245622236094463,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00011244330270267339,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1536,"weight":0.00011241758386060902,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9458.1961 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011237767508138619,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1440,"weight":0.00011221153514766776,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.00011207578973978588,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00011200403391038967,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011200327835942494,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000111936388371681,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011189470650816512,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0001118508698739486,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011176648659936928,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00011176513540764327,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00011172863166139397,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00011171476326396564,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001116588059875784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.05,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":838,"viewportWidth":1536,"weight":0.00011157178182728123,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00011156460670333765,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011150222279675559,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011148695322181911,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00011147636318656629,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00011146243975107254,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":540,"screenWidth":960,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:109.0) Gecko/20100101 Firefox/115.0","vendor":"","viewportHeight":700,"viewportWidth":1368,"weight":0.0001114426636578886,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011139373670338248,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.0001113736298353669,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00011136494693386129,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011132949393409076,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":1440,"weight":0.00011132577034703059,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00011128917492355838,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.15,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00011125207948471902,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00011122608377670294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00011121066410573739,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00011120007943940981,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":713,"screenWidth":1180,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.0001111498791211893,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0001111355879529694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":724,"viewportWidth":414,"weight":0.00011113218314529666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00011111387588587059,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0001110716979736933,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6670.1918 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001110651214250548,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001110259334211379,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4749.1919 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011100479762253478,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00011098019277980985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.1,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00011094766298289454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011089262479031686,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011088743454560856,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.00011087035540621212,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011085546441697769,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":640,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A510F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/21.0 Chrome/110.0.5481.154 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":461,"weight":0.00011075355107407286,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":798,"viewportWidth":414,"weight":0.00011073676815052857,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011069989501076486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5920.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011063734686905676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5019.1874 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011062306228874444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.0001105885927158625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00011057074567008459,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00011038360683340143,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.00011036793574282758,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00011034537406107609,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011032157607553252,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":1512,"weight":0.00011031133246566429,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Norton/133.0.0.0","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00011030608391652302,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00011029866309772822,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00011028520985565109,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5287.1561 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011022206504855816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00011020521179883283,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.00011020176914958468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011018476430151913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00011012851919788346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00011006447439576315,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.00011005871806567808,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011001236264283354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00010996372503237984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010996142016923857,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.00010995534683883951,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1819.1701 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010994351131541396,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00010980228373865048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00010976369982612976,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001097214262281091,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00010971808547904067,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1003,"screenWidth":1504,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":843,"viewportWidth":1496,"weight":0.000109666163379117,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00010961949075677142,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":653,"viewportWidth":1348,"weight":0.00010960036720464013,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 OPX/2.7.0","vendor":"Apple Computer, Inc.","viewportHeight":682,"viewportWidth":402,"weight":0.00010959431738082589,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/120.0.6099.119 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":622,"viewportWidth":414,"weight":0.00010951837243441007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.0001094741986311628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00010945997986113292,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010943714094540696,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/135.0 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00010940558699113967,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.00010933137583575618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":868,"viewportWidth":440,"weight":0.0001093286746788048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1059,"viewportWidth":1708,"weight":0.00010928130618918762,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.00010926937311935896,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00010923268232217128,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00010920040027235657,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00010919238344065792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":550},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1280,"weight":0.00010919208841294307,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010912940778964945,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.95,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":617,"viewportWidth":360,"weight":0.0001090928523294777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00010895624232710573,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00010886640297658607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":714,"viewportWidth":1421,"weight":0.00010885310861525633,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":1440,"weight":0.00010884387863234006,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00010881662935869085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00010877990580891234,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00010876042279225538,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00010873629137696932,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00010869000731111541,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/119.0.6045.169 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00010868454745790146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.25,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00010859798660393039,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00010858517307591434,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1210,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1097,"viewportWidth":834,"weight":0.00010857244973185934,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00010851339747818997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.15,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00010849737123667127,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00010849637604902951,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1233,"viewportWidth":2254,"weight":0.00010846604177722461,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00010845347899786508,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010842881942512395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":710,"viewportWidth":411,"weight":0.00010840138781586863,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":676,"viewportWidth":1269,"weight":0.00010838957850068225,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010833038338045507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00010829504250472624,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9456.1202 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010829247817590454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1120,"screenWidth":1792,"userAgent":"Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","vendor":"","viewportHeight":971,"viewportWidth":1474,"weight":0.00010828649680803067,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00010825835043189869,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00010823673488231094,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010822249178373123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.0001081950698087801,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":879,"screenWidth":1561,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":1562,"weight":0.00010808806007258746,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010808306836616877,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":690,"viewportWidth":430,"weight":0.00010807711026294025,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010805363564249889,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":569,"viewportWidth":393,"weight":0.00010798849121612886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":414,"weight":0.00010798192358000956,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010794295541639047,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010791180155837667,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00010776479138113195,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010772086157750467,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.45,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00010766176964982691,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"downlinkMax":null,"effectiveType":"3g","rtt":750,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":432,"screenWidth":984,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":352,"viewportWidth":890,"weight":0.00010764858955224266,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00010761090243086732,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/345.2.700885593 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00010758254665692429,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.00010751885011710137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00010747258635425878,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00010740249563973841,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":777,"viewportWidth":390,"weight":0.00010733254799271984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00010733024264554227,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0001072793540442672,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":647,"viewportWidth":1280,"weight":0.00010725568587577778,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.0001072552896967821,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00010724313730623546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00010724114168668207,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":776,"viewportWidth":440,"weight":0.00010719985065258493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":843,"viewportWidth":448,"weight":0.00010711594894794341,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00010704540086713409,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010701591523109643,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00010696674953307403,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.0001069640746507701,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1692,"screenWidth":3008,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":4167,"viewportWidth":2749,"weight":0.00010690914359461132,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010688503154356377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00010687834096323112,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00010685051623720328,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00010674744743647528,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010673131139864512,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":639,"viewportWidth":1280,"weight":0.00010670266574677454,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00010662871129090573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00010661152369952797,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010657295456754809,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":2560,"weight":0.00010652101541523049,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1352.1496 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010648394968693858,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0001064618589450411,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00010635385392933454,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0001062940209423084,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":428,"weight":0.00010625688780373814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00010620744244867329,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010619648157545746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0001061243587332329,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00010608153039017247,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001059567453261274,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010594438834394915,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010591525661377442,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00010590909149450145,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":667,"viewportWidth":1280,"weight":0.00010573653777911821,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00010571266864650011,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00010565624700971889,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00010559501130636422,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00010556741412470806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":984,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":432,"weight":0.00010555751392784214,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":1080,"weight":0.00010553249788799711,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 13; SM-S135DL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":412,"weight":0.00010552758253973353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8811.1232 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001055165769975655,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010550266093901675,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010548390359607891,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010546514819053197,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":888,"screenWidth":1571,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":888,"viewportWidth":1564,"weight":0.00010542514685691038,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":899,"viewportWidth":1920,"weight":0.00010542235169256935,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":863,"viewportWidth":1280,"weight":0.0001052952149592415,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00010526510833486155,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":402,"weight":0.00010516620429504256,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.75,"downlinkMax":null,"effectiveType":"4g","rtt":250,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":392,"weight":0.00010514114020945879,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":384,"weight":0.00010512829297104476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0001050634900980038,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":0,"screenHeight":1112,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":899,"viewportWidth":1649,"weight":0.0001050322619106285,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010499361567946581,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00010498605618705628,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010498579970231205,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001049780758219394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":100,"effectiveType":"3g","rtt":350,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":740,"viewportWidth":384,"weight":0.00010494906323682466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00010490474459043172,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1512,"weight":0.00010489655925183681,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00010485033899207925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00010470928244444513,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010470815123913377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3790.1818 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010469049678097756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.55,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00010468223726777307,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":390,"weight":0.0001046436666759782,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":934,"viewportWidth":807,"weight":0.00010458792615353958,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1528,"weight":0.00010453976412378669,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00010452425145478441,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8483.1602 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010449024982453467,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00010448407183740756,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001044432572341172,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00010443542674488189,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1180,"viewportWidth":2035,"weight":0.00010434014827216554,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.95,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00010428933744251793,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00010426943267898425,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00010423570033649541,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010420199627862026,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010416442319922088,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"downlinkMax":100,"effectiveType":"3g","rtt":1300,"type":"cellular"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 12; SM-A125U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.88 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":415,"viewportWidth":384,"weight":0.00010410097621333395,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":824,"viewportWidth":1460,"weight":0.00010409777832531055,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00010403695184196305,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00010391877601237795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00010391174555478971,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2392.1334 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010387983654726675,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00010387918635632936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1366,"weight":0.000103826263300509,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010378247585019153,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00010370513974985475,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":1470,"weight":0.0001036788034595406,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010366885465439013,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010363452048593014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":922,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 14; moto g24 Build/UTAS34.82-97-1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/134.0.6998.135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":829,"viewportWidth":411,"weight":0.00010363072396136886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010360400694331274,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00010350634631047266,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00010349500601742629,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001034931313075577,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":411,"weight":0.00010347052492968292,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7622.1539 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010339587781253926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2331.1690 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001033593173881143,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010335717534621843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.1,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":411,"weight":0.00010333716064968228,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010327786737213848,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5762.1219 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001032521506853732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.35,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1050,"viewportWidth":2133,"weight":0.0001032475518233879,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0001031617751838104,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00010309243181552752,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00010304500181508766,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010301588196840528,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00010295485567024134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.0001028960620935743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00010286313267454245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4643.1194 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010282765462761165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010278344744293536,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00010276482730151342,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001027216817513599,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1294,"viewportWidth":3440,"weight":0.00010266915123882178,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00010252023818918455,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010250135013295586,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":645,"viewportWidth":390,"weight":0.00010247135168660736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00010241844314544256,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":800,"viewportWidth":430,"weight":0.00010241815671761581,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":773,"viewportWidth":393,"weight":0.00010240623589153582,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00010236619008841242,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001023561717650665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00010235045351206741,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00010234872513321132,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00010232691623234983,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":919,"viewportWidth":1920,"weight":0.00010232485074776042,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010229558873641918,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":2560,"weight":0.00010225759092239048,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00010222434128953415,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010210479764976515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00010209700271203057,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0001020709768822641,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00010207013379739142,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00010206151552809601,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00010203334242830318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.0001019955606771447,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1324,"viewportWidth":2560,"weight":0.00010197832391091027,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00010192409184997914,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00010191411916563068,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":310,"viewportWidth":734,"weight":0.0001019029106229548,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00010189643860781405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.000101794393862347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.4,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00010178399440383385,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.05,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00010175483495867371,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0001017358262685129,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.0001017199855244564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0001017056651099185,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00010168222171571532,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001015907142294679,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"downlinkMax":null,"effectiveType":"3g","rtt":500,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":384,"weight":0.0001015439908431617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00010147167184857575,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.95,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00010141098276899542,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":619,"viewportWidth":393,"weight":0.00010136351375404314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1609,"viewportWidth":2880,"weight":0.00010135448994023414,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010133311433859605,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00010128138550537392,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.0001012743206090529,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00010123700664642117,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":914,"viewportWidth":1891,"weight":0.00010122921563176829,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00010118361338252181,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":430,"weight":0.00010118186916363418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.95,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00010116123807951323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00010113046901626558,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00010109124604130328,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":390,"weight":0.0001010841305587117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010101775347870047,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00010087382870104543,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00010085960304341004,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00010083411529426969,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010082605608249395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7880.1408 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001008098512679437,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001007610720605707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Linux; Android 11; KFTUWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/132.5.3 like Chrome/132.0.6834.209 Safari/537.36","vendor":"Google Inc.","viewportHeight":614,"viewportWidth":1280,"weight":0.00010075640740591568,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":664,"screenWidth":1181,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":529,"viewportWidth":1181,"weight":0.00010074351070008081,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":717,"viewportWidth":1080,"weight":0.00010073776501374862,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001007043174142845,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":4,"screenHeight":1007,"screenWidth":3289,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1002,"viewportWidth":3287,"weight":0.00010064227595198594,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":805,"viewportWidth":411,"weight":0.00010055301248033171,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001005412634498547,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00010051326388381403,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":852,"viewportWidth":1600,"weight":0.0001005101846498236,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.00010047792585587674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":753,"screenWidth":1205,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1204,"weight":0.00010047675017820207,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":927,"viewportWidth":1920,"weight":0.00010046277219512787,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00010046126193958116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.00010038146747063943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00010035024060769681,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1512,"weight":0.00010034143576740207,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010031388354649764,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001003003563368501,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001002090800579713,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.00010019915510313808,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00010007606267703475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":851,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":734,"viewportWidth":371,"weight":0.00010007037719687746,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009999209721393455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":767,"viewportWidth":1512,"weight":0.0000999865339657839,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009998499390207239,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00009996180605345888,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009971043698105673,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009968830658862829,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009959809365065466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8364.1621 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009958014212761054,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.8,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00009957172944859792,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000099542864571503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.55,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00009951947132545588,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009950964529660257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.7,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":384,"weight":0.00009947994869637478,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00009943425342438034,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00009943120708672673,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00009939794399146076,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":852,"viewportWidth":414,"weight":0.00009939760115578356,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00009935030678395724,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00009931570916826058,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1206,"viewportWidth":2320,"weight":0.00009931441544939444,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.2,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.0000993086607970338,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00009926965388501515,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00009926799429450602,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.8,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0","vendor":"Google Inc.","viewportHeight":644,"viewportWidth":1358,"weight":0.00009926726882432863,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.95,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00009922407968691569,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00009918394317865474,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36 OPR/88.0.0.0","vendor":"Google Inc.","viewportHeight":613,"viewportWidth":360,"weight":0.00009918126552790682,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00009912241958281984,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00009910800608793219,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00009908834720171728,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009908712926367136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.00009902846577411977,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00009896964977475548,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1069,"viewportWidth":1365,"weight":0.00009892357392894663,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00009891005051019967,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00009880587208738961,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":411,"weight":0.00009880127749939718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.0000988006779605407,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00009879449555907335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009878729765536578,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":430,"weight":0.00009874309846194354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009866356763839962,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009862349743332989,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":887,"viewportWidth":1546,"weight":0.00009860229313349858,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009859886097285412,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009856955620495102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00009855913134020865,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009854924326104848,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.00009852814486043652,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":790,"viewportWidth":1080,"weight":0.00009846538177605982,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000984438172049764,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.0000984416962920986,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":1194,"weight":0.00009843318636517756,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00009841328663424811,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":864,"viewportWidth":1920,"weight":0.00009833161093926378,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":642,"viewportWidth":1318,"weight":0.00009832344076096924,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":675,"viewportWidth":393,"weight":0.00009830710149041253,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":919,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":810,"viewportWidth":411,"weight":0.00009830011055768951,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00009824591132442695,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009814758123441206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":1424,"weight":0.00009812295869475163,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00009807872837693283,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00009805995335742601,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009803151260094956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":1492,"weight":0.00009800747088953949,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.1,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":819,"viewportWidth":1446,"weight":0.0000980029261035422,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009799038518046756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2871.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009795329177566696,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0000979053144316854,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00009785391360879761,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00009782319524530822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1033.1074 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009780908690082062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00009778135682903333,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00009765659727533061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00009763960016932364,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009761774212015237,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":638,"viewportWidth":375,"weight":0.00009759617818519616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00009756593668251708,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00009754173879701787,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00009752884751135513,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1072,"viewportWidth":2048,"weight":0.00009752660873690724,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":390,"weight":0.00009751678566055431,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00009743462833571799,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":921,"viewportWidth":1366,"weight":0.00009742229559891135,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.0000974081249787228,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":393,"weight":0.00009738609796269109,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00009736718101780897,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/360.1.737798518 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00009733071444239663,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1183,"viewportWidth":2337,"weight":0.00009732602296701403,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.8,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":569,"viewportWidth":1222,"weight":0.00009717091489491018,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009714574671710574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00009712787751857265,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009710532492432983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00009709776638787945,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000097097351601632,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":765,"viewportWidth":440,"weight":0.00009707127614325187,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00009704166780692716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1270,"viewportWidth":1718,"weight":0.00009703097247085624,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":1465,"weight":0.00009701961614049861,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.6,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00009699758929738119,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":null,"effectiveType":"3g","rtt":300,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":712,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":320,"weight":0.00009696249771092804,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00009693131515481034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00009691829554328633,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00009687352910782492,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009686243691060558,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00009681800092694111,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009674870174581298,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":1212,"weight":0.000096712185534854,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":957,"screenWidth":1928,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":951,"viewportWidth":1920,"weight":0.00009665646199214199,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000966540784835862,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00009661887242595905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00009660999647689661,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.0000965967449257474,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009653432693731113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00009649030357389355,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.0000964902165234158,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00009646941923712612,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2412.1162 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009639879661968586,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00009639033740131882,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00009636950397891447,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":725,"viewportWidth":390,"weight":0.00009636626818839806,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":800,"viewportWidth":473,"weight":0.00009628689859007551,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009627644697410044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009625393156077302,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009623495512211699,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.0000962184072595658,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.00009609387167379222,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00009609017333294943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"downlinkMax":100,"effectiveType":"3g","rtt":450,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":906,"screenWidth":369,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":767,"viewportWidth":368,"weight":0.00009606721563190327,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.0000960387708462982,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00009602510384042294,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":440,"weight":0.00009599742754477349,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2752,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":990,"viewportWidth":1427,"weight":0.00009597650580603579,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00009594942651161511,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00009578715303326717,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00009578398630925062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00009577508303207481,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00009577291780729112,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009572944146372361,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00009569081802177457,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00009558197014666468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":542,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":542,"viewportWidth":320,"weight":0.00009549020547758686,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.00009548529863822835,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":753,"viewportWidth":440,"weight":0.00009545611826824424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.00009544219255995598,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00009533483712890318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.0000953339703171102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":4,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":1366,"weight":0.00009531978987729851,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00009530778821161822,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009528071214051851,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.75,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1205,"screenWidth":753,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1132,"viewportWidth":753,"weight":0.00009526586719295195,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":864,"viewportWidth":448,"weight":0.00009525147524696671,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/355.0.723646882 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00009520178406300892,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00009518944374784099,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000950866817277341,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":880,"viewportWidth":1548,"weight":0.00009499460618708327,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009496475996087279,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":942,"viewportWidth":1920,"weight":0.00009492296980330046,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":1330,"viewportWidth":780,"weight":0.00009489859427885971,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.55,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1029,"screenWidth":1829,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":863,"viewportWidth":1830,"weight":0.00009472558383548621,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00009470571685253005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009464445345480135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.0000946098747967902,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009459191844648631,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009456135178193674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00009452960291657568,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00009452808032445346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":2560,"weight":0.00009449418229978697,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":636,"viewportWidth":375,"weight":0.00009440964423038457,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00009439942684317272,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":884,"viewportWidth":520,"weight":0.00009438543429878185,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":883,"viewportWidth":960,"weight":0.00009437252501586243,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00009433602577890891,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":799,"viewportWidth":1240,"weight":0.00009429093773119333,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000942833615467749,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1273,"viewportWidth":1623,"weight":0.00009425086832047973,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0000942407792687987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000942282985584963,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009419496263097734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00009415337169870676,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009405484756468356,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":393,"weight":0.00009397484983145403,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009395460846499642,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009392496619224527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.00009391560581833663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.00009389839168713764,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00009388108468874966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.00009382217358836761,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1205,"screenWidth":753,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1036,"viewportWidth":753,"weight":0.00009376638149423263,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00009371957083635854,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009371448749948469,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009370917419386961,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00009366071774121018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00009365488334266726,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00009362576139458143,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.0000936111053112264,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1460.1991 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009359949932751302,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00009351660126470272,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009351486298022495,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009351182742005853,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00009345008539843559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5679.1960 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009333458555107507,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00009329595421764092,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00009329469256068642,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00009329120286437864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":774,"viewportWidth":1432,"weight":0.00009325964841838617,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00009317577801429175,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":632,"viewportWidth":375,"weight":0.00009317499837290301,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.00009316601282183838,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00009315835257856708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":null,"effectiveType":"3g","rtt":300,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00009315004317056136,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00009310262260726111,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00009309826334274818,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009309311993929606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.85,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00009308076380177845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0000930789576775489,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":396,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":395,"weight":0.00009303365406523557,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009302930281571445,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009298925448490861,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00009295933644534935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00009294885724949229,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009292289216901959,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1025,"viewportWidth":2097,"weight":0.00009287811843058735,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":921,"viewportWidth":1912,"weight":0.00009287208405083731,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.00009285923890947638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00009285501074016164,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":899,"viewportWidth":1680,"weight":0.00009282580211209896,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":852,"viewportWidth":1694,"weight":0.00009282274972785533,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009266055716527737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1031,"viewportWidth":1920,"weight":0.00009262232941768102,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00009258024224352317,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009251274599261132,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00009249674664049267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009249128301616124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00009246893287199322,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00009246553395513507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00009241517715808084,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.75,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00009238259473386828,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":701,"viewportWidth":1080,"weight":0.0000923702888935583,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000923324076849301,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00009231258329658164,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00009223121602040659,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00009220673035380629,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00009219762137679365,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1314,"viewportWidth":2552,"weight":0.00009219192730321245,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00009214453588960251,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00009207515853330434,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00009203944851269709,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.00009198088913832178,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":1412,"weight":0.00009193373698114111,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":685,"viewportWidth":402,"weight":0.00009192365322016918,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000919153092508854,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00009185050873201677,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009181193615730908,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.00009180411909645662,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":430,"weight":0.00009178112983322069,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00009162464812166146,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00009158185842227452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1073,"viewportWidth":1920,"weight":0.00009155679434269404,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00009149768605236629,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7240.1322 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009147552658909156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00009141942771555262,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5294.1861 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000914174251541345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00009140199427046753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009136957164531291,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00009135775860111672,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.00009135508687944839,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00009131155644161386,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009129556321522294,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009122753823399169,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0","vendor":"Google Inc.","viewportHeight":568,"viewportWidth":1272,"weight":0.0000912068769316552,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00009109272560732919,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.00009109173652247029,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1040,"viewportWidth":1912,"weight":0.00009108191980094559,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009103674538391593,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009102834578268928,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009100000660995526,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6075.1737 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009097443135698034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":1756,"weight":0.00009097150792942181,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":728,"viewportWidth":430,"weight":0.00009096906815586518,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/333.0.671582647 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":645,"viewportWidth":393,"weight":0.00009088576676441659,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0000908350587687522,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":624,"viewportWidth":1280,"weight":0.000090812316366377,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009076949634955428,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0000907675506463719,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009075815744333143,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/134.0.3124.95 Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":687,"viewportWidth":402,"weight":0.00009064863937276338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.2,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":951,"viewportWidth":1904,"weight":0.00009061650873414273,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1536,"weight":0.00009054937599788973,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000905333961158244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00009051130056296494,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00009044430546380815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.00009042011248040892,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1699.1867 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009036832995987763,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009029361451208111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":1358,"weight":0.00009026744598672929,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7650.1997 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000902646605765983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.05,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00009021592840969976,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009014959935519486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00009014243865553207,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1007,"screenWidth":601,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":934,"viewportWidth":601,"weight":0.00009013838867418948,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00009009286523066427,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":912,"viewportWidth":1708,"weight":0.000090091938929248,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00009005036667130735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.0000900494755304012,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000900388025445708,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":539,"viewportWidth":375,"weight":0.0000900312810772343,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":904,"viewportWidth":1662,"weight":0.00009002942642979832,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.65,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":919,"screenWidth":413,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":413,"weight":0.0000900083727453436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1600,"weight":0.00008988288222477025,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4396.1960 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008987801294677604,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008986970278839516,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008984220368207617,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00008975023845932321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.7,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00008964401112779531,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":762,"viewportWidth":440,"weight":0.00008962278610045368,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00008962167110392731,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00008961592079419743,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00008952373220842352,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00008944546294516209,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00008944534469987136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00008942922471178606,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000893994030492982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3253.1892 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008938923388349591,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00008937134887498727,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008934737014537878,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00008926379135480835,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.0000892459884668433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008922589069144944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008921346628837278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008921033838380979,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":740,"screenWidth":1645,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":1639,"weight":0.00008915424918420888,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":620,"viewportWidth":390,"weight":0.00008912574581234919,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":1920,"weight":0.00008909661865524577,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0000890917691442651,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008907756056493128,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00008903588108717294,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.0000890262602715487,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008902242598400087,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008902210806547588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7571.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008893596204598102,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008891745133393935,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":770,"viewportWidth":1471,"weight":0.00008889643724730166,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.0000888914404444828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008884481679269425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00008869156377523741,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008868583639297338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00008859224740978726,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":800,"viewportWidth":430,"weight":0.00008858817976587741,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1711.1112 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008856007500008484,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.00008855767294217895,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00008851648548681511,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":1440,"weight":0.00008842388364615538,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.5,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00008841735247685241,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00008838480543288894,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1062,"viewportWidth":1594,"weight":0.00008837903883154086,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00008837193046111674,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":660,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":660,"viewportWidth":384,"weight":0.00008834220122220948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1456.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000882123888301657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00008819545770129912,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1272,"weight":0.00008819248334287393,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":4,"screenHeight":886,"screenWidth":1345,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":879,"viewportWidth":1342,"weight":0.00008811913394725162,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00008811411164968282,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008811064868536854,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":1024,"weight":0.00008807873630297175,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1038,"viewportWidth":970,"weight":0.00008802332012366005,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00008801366962958418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":929,"viewportWidth":1920,"weight":0.00008798615007853395,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":771,"viewportWidth":414,"weight":0.00008797313221650828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00008789933543841142,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00008787605100779755,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":750,"viewportWidth":440,"weight":0.00008784376753859603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":927,"viewportWidth":1920,"weight":0.00008781591985500902,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00008779831683877676,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00008778971773800053,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0000876968106850431,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1280,"viewportWidth":2552,"weight":0.00008764653771438571,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8136.1978 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008760847087850134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00008760007954695025,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00008758702843600789,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00008758523890814419,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00008755231038412107,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00008752706839527106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00008749597059183894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00008749388483948763,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1294,"weight":0.00008740567445329801,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00008740179220013004,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00008734676726980792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00008729864128075394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":797,"viewportWidth":1470,"weight":0.00008718256256920039,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000871657332901121,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":866,"viewportWidth":509,"weight":0.00008714042081781124,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00008713801081511736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.35,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1528,"weight":0.00008711565385467245,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008708600619950632,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00008707018183565038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":338,"viewportWidth":1345,"weight":0.00008705716688257055,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":934,"viewportWidth":1728,"weight":0.00008705030054960882,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00008699952324707842,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008699842128898347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1333,"screenWidth":2371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00008695305820677217,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":983,"viewportWidth":1637,"weight":0.0000869450146909915,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00008693229665526909,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00008690158967792921,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":712,"viewportWidth":1324,"weight":0.00008689078404266326,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00008688584642944951,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/127.0.6533.107 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":926,"viewportWidth":428,"weight":0.00008687886626142754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":929,"viewportWidth":1920,"weight":0.00008685043850926416,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00008684692181050818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00008683793248230946,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00008678891826058599,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008678546925093604,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00008676003716096424,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00008673018588407944,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":934,"viewportWidth":1920,"weight":0.00008666237758700594,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":924,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":917,"viewportWidth":1920,"weight":0.00008664366655380491,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":762,"viewportWidth":402,"weight":0.0000866375981165555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0000866361836793347,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.6,"downlinkMax":100,"effectiveType":"4g","rtt":250,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00008663295903044258,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00008660955764576908,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008660864820268911,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00008658689295488842,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008658629651619673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00008657749407196141,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":690,"viewportWidth":1080,"weight":0.00008656910068007313,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000865550438046023,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00008654327854270553,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":393,"weight":0.00008653608454463883,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":725,"viewportWidth":1440,"weight":0.00008653337107509423,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00008650998986465938,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.0000865093365626198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00008650419158080472,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00008650009909915046,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Android 14; Mobile; rv:136.0) Gecko/136.0 Firefox/136.0","vendor":"","viewportHeight":745,"viewportWidth":360,"weight":0.00008649979641561534,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.35,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00008649727486055727,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":675,"viewportWidth":393,"weight":0.00008649066321855902,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1095,"viewportWidth":1748,"weight":0.00008647994484283733,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00008645042343101988,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5801.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008644983683266469,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.3,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00008644800556340484,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":749,"screenWidth":1544,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":1536,"weight":0.00008643582580273457,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00008639299626102573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00008636898357156477,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00008631140794885792,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00008630819280490433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00008627728391112409,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008627680028852712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":384,"weight":0.00008624883629735035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1313,"viewportWidth":2560,"weight":0.00008611647216506563,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":730,"viewportWidth":390,"weight":0.00008610904917798579,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00008609848324725947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00008607750426144104,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00008607487297737168,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008606314181579425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00008605719195824897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":3440,"weight":0.00008601020522414138,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1174,"screenWidth":528,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1015,"viewportWidth":527,"weight":0.00008600971667991649,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00008594619847427996,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":662,"viewportWidth":1440,"weight":0.00008592501913849864,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008591919408701896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00008585254775474589,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00008583383596536879,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1223,"viewportWidth":1913,"weight":0.0000858101862685438,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":1512,"weight":0.00008576138089841442,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008573005239941034,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00008569232226156152,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00008558369459445689,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":1584,"weight":0.0000855358349595872,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.35,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00008553501531880448,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00008548134373369383,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":4,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00008544570256844077,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00008542205682194278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000853861857900974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.4,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.00008537252388727743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00008530478619151157,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008527966318136434,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":863,"viewportWidth":1280,"weight":0.00008526747698601577,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2765.1311 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008519628996160841,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00008510426495883358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00008507299396478854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":805,"viewportWidth":1808,"weight":0.0000850691513140125,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00008502755460221876,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008501170519893953,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008500960974172731,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00008498379859040688,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":816,"screenWidth":377,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":376,"weight":0.0000849588611167474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00008494984286369484,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008492855286755669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.65,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00008486959821466811,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00008485433732129726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00008484933648025203,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00008473393295485605,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00008463332237518659,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.05,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.00008456620172011171,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":946,"viewportWidth":1893,"weight":0.00008456033976871096,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1280,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1111,"viewportWidth":2048,"weight":0.00008454447063766024,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.0000845363078044995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1920,"weight":0.000084508315728733,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008444633075162888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":411,"weight":0.00008442792565886095,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00008442772514901773,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008439027797918489,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00008437525377265194,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00008436904046751715,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008433376580961086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00008430379500654285,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.0000842739131644639,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00008426639245592969,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00008422571351662183,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00008417406677106449,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":1487,"weight":0.00008414221609106543,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008412008100725875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00008410333732699033,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":1514,"weight":0.00008405841299105554,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1600,"screenWidth":3840,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1424,"viewportWidth":2121,"weight":0.00008403628469819298,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0000840360022175001,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.00008402877479471313,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1133,"screenWidth":744,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":637,"viewportWidth":1133,"weight":0.00008400558604662889,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":1440,"weight":0.00008400343320399361,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0000839473706911675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00008393415479398469,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00008391185789206636,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000083894649050392,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.3,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":671,"viewportWidth":360,"weight":0.00008388756217985057,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00008384895778842168,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008382933830243571,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":595,"viewportWidth":1280,"weight":0.00008380964527300641,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0000838094813383815,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008377794639262011,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":747,"viewportWidth":428,"weight":0.00008377447024286257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":750,"viewportWidth":1530,"weight":0.00008375425343729638,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.85,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.00008374659204233804,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00008372177915230595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0000836712891828788,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00008361919505753844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.2,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00008358390780992308,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1272,"weight":0.00008350956073458674,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":926,"viewportWidth":428,"weight":0.00008350117738620312,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008347164362717879,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008343647320632344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.00008335851571282448,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":375,"weight":0.00008331726552014442,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":510,"viewportWidth":320,"weight":0.00008328144557142377,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00008327997960749826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00008324792471368648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3508.1345 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008323232436878107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1208,"viewportWidth":1377,"weight":0.00008318074425894997,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":707,"screenWidth":1080,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00008310325913497648,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00008307400901013245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00008306341786224405,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00008298831786354504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.95,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1280,"screenWidth":800,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1208,"viewportWidth":800,"weight":0.00008298143963560355,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8383.1854 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008294910903719062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00008290941354343798,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00008287732456714019,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1528,"weight":0.00008287389426117072,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":944,"viewportWidth":994,"weight":0.00008287338150000127,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00008284005062191504,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.0000828144297404623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008279342369738381,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00008275477286768279,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0000827396554888644,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00008269932173983837,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00008267488465865875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.0000826725792251824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":845,"viewportWidth":1546,"weight":0.0000826348541659868,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":446,"viewportWidth":320,"weight":0.00008263147188476617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3596.1896 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008261899492766299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.1,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1536,"weight":0.00008259906061423377,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000082555420561413,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1440,"weight":0.00008247099315652497,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":993,"viewportWidth":1920,"weight":0.00008246419074715226,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":708,"viewportWidth":673,"weight":0.00008242654032319345,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.00008240880643757571,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":907,"viewportWidth":1699,"weight":0.0000824059666191371,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008238805622461117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008238328640688898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0000823678189399231,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.000082334342790252,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.0000823226889567686,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008231749648350263,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00008229306135587,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.00008228173090640472,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00008221835039109882,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008219851413599753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 17_7_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":1112,"weight":0.00008217046463528367,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00008216967701883375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00008208696675319822,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":1432,"weight":0.00008206559342291341,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":390,"weight":0.00008205206989200128,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":900,"viewportWidth":1440,"weight":0.0000820445986837582,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1517,"weight":0.0000820365761655559,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00008199073315639348,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":1470,"weight":0.00008198407492210498,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.9,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":973,"screenWidth":1730,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":977,"weight":0.0000819346930247576,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000819256593912388,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.000081910368011518,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1427,"weight":0.00008190752803682263,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":715,"viewportWidth":411,"weight":0.00008188512312840985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.00008187537200049868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.0000818465032123327,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00008183264509511711,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008176966497858971,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00008175379340581288,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":561,"viewportWidth":320,"weight":0.0000817357258481489,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0000817047169399243,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0000816553194443121,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00008164235836793525,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00008151874527680692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.00008151443075437385,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008149790449417714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.5,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00008146588676865436,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008145757427932666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00008145085222036727,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00008144962475334763,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00008144493685224331,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":2,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00008141905625861195,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008139307917800477,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00008138532136340608,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00008128513457923029,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1517,"weight":0.00008122121572596293,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00008121189824586145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00008117763057333138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00008116259457465903,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.4,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0000811339867498291,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00008112913696494258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.0000810705913644858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.9,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1143,"screenWidth":686,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":975,"viewportWidth":686,"weight":0.00008106106095486136,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008100319888081353,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008098442137397689,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6765.1460 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008097287061606455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1518.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008095958146698823,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00008095044001160483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.25,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":1200,"weight":0.00008090920744404608,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00008089535355037531,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1440,"weight":0.0000808923685778002,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008088514415649515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.05,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.00008088497832787762,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008088298618857167,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00008082777067765742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00008081206124722378,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":393,"weight":0.00008076913635052824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":948,"screenWidth":1685,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":792,"viewportWidth":1685,"weight":0.0000807551639822015,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00008072962566987433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008071256487447358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008071092727900081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.75,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":1396,"weight":0.00008069884415565378,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":543,"viewportWidth":375,"weight":0.00008066725245525667,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0000806350090755789,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":799,"viewportWidth":1536,"weight":0.00008059287902097995,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00008053442463048732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8556.1173 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008052290486301751,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00008047659543459943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":732,"viewportWidth":430,"weight":0.00008046558059445723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":428,"weight":0.00008040696557938412,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008040126269831618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.00008038722645124002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":3440,"weight":0.00008036055048437767,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00008035098604365127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.15,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00008034044479575008,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0000803292578568385,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9304.1742 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008032658827052362,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0000802853400436065,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008026614016160736,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00008024838031151516,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00008023961161311446,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":7,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00008023189355948533,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008020223002183908,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00008019925162647391,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":375,"weight":0.00008015368243006109,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00008013972147236177,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":658,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":658,"viewportWidth":320,"weight":0.000080089778772095,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.0000800873101702934,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000800496346366442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":774,"viewportWidth":1661,"weight":0.00008003308845876787,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":307,"viewportWidth":750,"weight":0.00008002680454727588,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00008000442705174178,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":714,"viewportWidth":722,"weight":0.00007998353426425667,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.7,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":792,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":360,"weight":0.00007998310843325132,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00007994599563143295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0000799022077345751,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00007977798863929573,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":674,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":412,"weight":0.00007974394622760084,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00007966624038880515,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00007965506615490636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1890,"weight":0.00007964421459001596,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007959150165289397,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0000795815191281479,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":658,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":658,"viewportWidth":320,"weight":0.00007955960875184959,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00007953585493755206,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007952447480991268,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.00007950311005408713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.3,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1470,"weight":0.00007945580509976401,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":602,"viewportWidth":1272,"weight":0.00007943914946897196,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007943251798130715,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000793992875702658,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00007939680136467125,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00007939166274469297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":733,"viewportWidth":384,"weight":0.0000793178982233812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00007929482326151841,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.1,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.0000792307401032393,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.00007923030697692023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00007920945095444507,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":854,"viewportWidth":430,"weight":0.00007917103106079257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00007910516681144038,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00007909764821975324,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007907036532123403,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.7,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1272,"weight":0.00007906126206147568,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7852.1793 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007906036609344793,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00007903698750814357,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":544,"viewportWidth":375,"weight":0.00007898784719834987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":756,"viewportWidth":440,"weight":0.000078955518944685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":992,"weight":0.00007892530728463283,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00007885274237547348,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007882504107032694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007882425092069335,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00007874573003841127,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00007873306002451324,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8318.1958 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007869045310897832,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007869011232696188,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00007868902564219294,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007868483728396759,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00007867670331014334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00007862002783273934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0000785562432664538,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00007846342620341368,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00007841102627577915,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007840028540505992,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":950,"viewportWidth":1366,"weight":0.00007839057552783448,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00007837560430461233,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00007833729259545563,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":1033,"weight":0.00007832911321470199,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":849,"viewportWidth":1397,"weight":0.00007831242282751395,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.00007827657089549878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00007822099465054738,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.00007821459973390267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007821099288118436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":767,"weight":0.00007820886954648916,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2003.1401 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007818699473275942,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.0000781866845560556,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007813870243659304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9196.1584 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007812437442194068,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":393,"weight":0.00007811694846199435,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00007810495363682432,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":650,"viewportWidth":1024,"weight":0.0000780446318656642,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0000780320073398551,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9165.1441 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007801779812492818,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007797025059017787,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":829,"viewportWidth":500,"weight":0.00007794430637134993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00007793695370250555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 9; CPH1823 Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/131.0.6778.260 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":360,"weight":0.00007787353430913791,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":432,"weight":0.0000778653609209795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9177.1649 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007786504987078976,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007782708547641493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007782644921438143,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0000777618188538313,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007774949047868641,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00007773719022814829,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":874,"viewportWidth":1920,"weight":0.00007765752216975252,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.35,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":384,"weight":0.00007765642401635386,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4854.1821 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007759378207034963,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000775352584984476,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":747,"viewportWidth":428,"weight":0.00007752476933934093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7924.1870 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000774811462255279,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1106,"viewportWidth":883,"weight":0.0000774472580767022,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":1470,"weight":0.0000774209017028002,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6374.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007739225429268425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007738558268801328,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00007734927191064405,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":393,"weight":0.00007734248751773944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":1395,"weight":0.00007734043637017613,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5853.1820 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007727736321615374,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000772512407217903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00007724576597837442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1969.1966 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000772394136529734,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000772245021861605,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00007720324992292696,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":878,"viewportWidth":1688,"weight":0.00007720171339840572,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0000771512012981041,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00007712775795849991,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00007710656876953497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.00007710131052803442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6044.1802 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007703758132963799,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007699442351867268,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007698593523592585,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":689,"viewportWidth":411,"weight":0.00007697503840494089,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00007688949327252549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00007686411647391085,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1203,"viewportWidth":1600,"weight":0.00007686363177720112,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007681542401724082,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007679215716151781,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007678974643975965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1366,"weight":0.00007678473371340573,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.25,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00007675987176408119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":1180,"weight":0.00007674594620596895,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007669005248513321,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00007668987801044318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00007667496488710537,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00007667013601502168,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000766419630033014,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007656878149553569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00007655321068200583,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":428,"weight":0.00007654622714011859,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1438,"weight":0.00007651252964260353,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1512,"weight":0.00007637178777939466,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.00007629583289455255,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007627474296550885,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":1511,"weight":0.00007627205014446016,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007626436015707693,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":615,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":615,"viewportWidth":360,"weight":0.00007626350467183458,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000762052629655207,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007620293532190131,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":1396,"weight":0.00007611828838169966,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":1536,"weight":0.00007608646108233818,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007606441660481938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":1278,"weight":0.00007605965703331266,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.0000760474761170822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00007604598659663057,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000760060445010425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00007593435289175615,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007588589781150383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":611,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":611,"viewportWidth":360,"weight":0.00007584739772584277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3267.1066 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007579546701240336,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":1180,"weight":0.00007578768468613049,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00007576919189667497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007576884875763016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.0000756809062189723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007567253664767336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":360,"weight":0.00007564939217447145,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007564343255182775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1440,"weight":0.00007555822579743381,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007550252890543202,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00007550030290984008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":615,"screenWidth":1089,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":462,"viewportWidth":1088,"weight":0.00007547931784873659,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.0000754227190872549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":883,"viewportWidth":448,"weight":0.00007539711403085306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00007537067829248174,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0000753330504609688,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00007527748077717826,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0000752002392133269,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":828,"viewportWidth":426,"weight":0.00007517040474166035,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":652,"viewportWidth":393,"weight":0.00007513756326504006,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00007509554479160714,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":620,"viewportWidth":1285,"weight":0.00007506162561579256,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":344,"weight":0.00007500460137968267,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00007499407871243497,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007496241463448556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00007494381862388608,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":396,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":741,"viewportWidth":395,"weight":0.0000749402741164612,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00007492330147014431,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1376,"screenWidth":1032,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":958,"viewportWidth":1376,"weight":0.00007487223196139883,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":968,"viewportWidth":810,"weight":0.00007486690089561005,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007484267770447278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00007477539918763297,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007476649257730849,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4329.1032 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007475502609291056,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00007474135757408558,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":3840,"screenWidth":2160,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":905,"viewportWidth":1092,"weight":0.00007472822805918609,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2073.1785 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007471470866611532,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7404.1437 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007469437374602576,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":360,"weight":0.00007469233176799273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00007460987778928992,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/351.0.713349843 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00007459393372934338,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00007457383979307502,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007456587257464764,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00007455655383614712,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000745357057857664,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007449682975237167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00007449107265302318,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00007442411682170543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00007440654592329165,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1272,"weight":0.0000743803850273999,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00007429654067869943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":795,"viewportWidth":1437,"weight":0.00007406588091743874,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":1592,"weight":0.00007404390440135312,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00007400231873481019,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007399771098898327,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00007397834496927918,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":704,"viewportWidth":1440,"weight":0.00007397685313398716,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007397465435474601,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007390194032185591,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":956,"viewportWidth":1865,"weight":0.00007387132815061996,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000073834998593332,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000738010183292194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1517,"weight":0.00007378269522120693,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.65,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00007375413319578655,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007373548400563587,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00007372745734498962,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00007366822241177643,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00007366319914379134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.00007361287964576049,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00007351031895020111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9685.1321 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007350468853265852,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00007349478880073298,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":966,"viewportWidth":1848,"weight":0.00007342593794319311,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00007337168596377714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2983.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007336051301563228,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007331302723576865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":1358,"weight":0.00007331205046090007,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9612.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007327700166107469,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":910,"viewportWidth":1394,"weight":0.00007324140108564802,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007323607736403093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9942.1972 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000732136149129956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.00007313871389281473,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":900,"viewportWidth":1561,"weight":0.00007311227217220897,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007310529137224544,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00007300909394510066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007299048008986095,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00007298887971229921,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.15,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0000729805323172661,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9038.1698 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000729255843255628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":411,"weight":0.00007290578022845843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00007286721832291754,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":430,"weight":0.00007279163199523119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00007278460913701207,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007278404533143954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5016.1269 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007277393444487555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":716,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":577,"viewportWidth":338,"weight":0.00007276636832413659,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.0000727032729530541,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000726695977702722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00007266649065198523,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007265528933046924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.9,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00007264838389850053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":612,"viewportWidth":1422,"weight":0.0000726179139935087,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/96.0.4664.36 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007261721604201694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007261500162929759,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00007255146139208208,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":700,"viewportWidth":1386,"weight":0.00007254058050255086,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00007252666811186565,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1536,"weight":0.00007243276648560501,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":797,"viewportWidth":1470,"weight":0.00007242858016829315,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":899,"viewportWidth":843,"weight":0.00007239347806374343,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00007238140631831054,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007236814092855631,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":914,"viewportWidth":1912,"weight":0.00007236048640298758,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":852,"viewportWidth":393,"weight":0.00007235274532321237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4927.1626 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007234068194640917,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00007233752901941562,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00007232439304299887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00007231147473839822,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":901,"viewportWidth":1920,"weight":0.00007229499563260431,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00007228311595147002,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":535,"viewportWidth":375,"weight":0.000072262291224265,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1026,"viewportWidth":2048,"weight":0.0000722495467988808,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00007224937165367376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0000721911444390877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.15,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":936,"viewportWidth":768,"weight":0.00007218812627259644,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1070,"viewportWidth":1133,"weight":0.00007214831004594908,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007214705738896015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7093.1138 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007211381487523618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00007206388391202859,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007201938823366617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6978.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007194239452350781,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00007192823437147704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4028.1385 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007192259127806599,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007191314122640581,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007188664765404451,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00007188173828728467,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000718468202708268,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00007184627323085999,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00007184296582016422,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1226.1921 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007182769573290437,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":414,"weight":0.00007182441905308858,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00007178079236686345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00007173650303789233,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00007170334594462847,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00007170316769719612,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007168040656923266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":988,"viewportWidth":360,"weight":0.00007167067486661505,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":765,"viewportWidth":767,"weight":0.0000716678924034754,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00007165372584329378,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007164254399540908,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0000716053912154368,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007147054530674715,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007146945976196491,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007141898714107431,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00007140136000011795,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007136550716801611,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":772,"viewportWidth":1285,"weight":0.00007136438087625007,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00007135884287876187,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":541,"viewportWidth":375,"weight":0.00007132141509595947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":924,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":917,"viewportWidth":1920,"weight":0.00007129779313523542,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0","vendor":"","viewportHeight":720,"viewportWidth":1280,"weight":0.0000712836368494501,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.0000712464001263025,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007123635119113948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00007122806988432957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/346.0.703268850 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00007111255789867183,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":560,"viewportWidth":1272,"weight":0.00007110655295319073,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3358.1203 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007110364167442564,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00007106862949707254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":1920,"weight":0.00007106342649630127,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1600,"weight":0.00007103478215285257,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":580,"viewportWidth":1258,"weight":0.00007101999271007071,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":993,"viewportWidth":1857,"weight":0.00007100652339089148,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.75,"downlinkMax":null,"effectiveType":"4g","rtt":250,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":384,"weight":0.00007099714870822767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":692,"screenWidth":346,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":563,"viewportWidth":345,"weight":0.00007096428705444515,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00007096361094836138,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00007095358165861007,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007092087284223465,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007090849648336342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.7,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.00007090836915287584,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00007087738031485657,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007084950203012393,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":727,"screenWidth":1194,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1194,"weight":0.00007079657852842194,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00007073105011608665,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007065356357562668,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007064307613015246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00007060312801064366,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":869,"viewportWidth":506,"weight":0.00007049567773191502,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":390,"weight":0.00007049211519578442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1440,"weight":0.00007047870591333276,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":936,"viewportWidth":810,"weight":0.00007044439248204382,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00007034922129482571,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00007034745500730101,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00007034045898430039,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0000703333348305288,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0000703212347902201,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00007029420676037885,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007024468693971477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":450},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1332,"viewportWidth":1520,"weight":0.0000702218606982017,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":787,"viewportWidth":1592,"weight":0.00007022121885696234,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0000702182695514044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":626,"viewportWidth":375,"weight":0.00007021042482447029,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00007013904789986292,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007012076394362521,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00007011578729474318,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":754,"viewportWidth":440,"weight":0.00007010274426309251,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000700661408179493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00007005881007970487,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9327.1402 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006999236166610619,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00006992380512216817,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00006986046657711901,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":781,"screenWidth":352,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":351,"weight":0.00006985662305986704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00006983608570304537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006981070291810354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006980775512415036,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00006978861391338855,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000697833023067175,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006967874495022346,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00006967079585300615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":779,"viewportWidth":1470,"weight":0.00006964810976088638,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":590,"viewportWidth":360,"weight":0.00006962276187517131,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006962092140686843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00006955494589976856,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1512,"weight":0.00006950909625550464,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":412,"viewportWidth":390,"weight":0.00006949183121592406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":793,"viewportWidth":1512,"weight":0.00006948990061922763,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006948258739320325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1440,"weight":0.0000694574709100899,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000694376451505132,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00006939611963228063,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.89","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":390,"weight":0.00006934230698683703,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.5,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":728,"viewportWidth":1512,"weight":0.00006932250895279604,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00006931475346810412,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":606,"viewportWidth":360,"weight":0.00006928112938883847,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000692473958301957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00006922299440634519,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00006918057187378286,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006916024623639134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00006915189651267736,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00006914140317085176,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":871,"viewportWidth":1280,"weight":0.00006912545452865592,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00006909626029664287,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00006909133533884922,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":870,"viewportWidth":1599,"weight":0.00006908835278669928,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000690793863147258,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":707,"screenWidth":1080,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00006906713845867924,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.65,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36 EdgA/134.0.0.0","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":360,"weight":0.00006905855784085003,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006891207572830899,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006889849331374691,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006889350289394108,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1536,"weight":0.00006888704937661377,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006886105537862643,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006885913734459808,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8776.1520 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000688581475918495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":1536,"weight":0.00006882114594003013,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":428,"weight":0.00006875702635095539,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00006874964326015668,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00006872333273221374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.0000686814061083687,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1528,"weight":0.00006855867677782508,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00006854250910532828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00006852866719043081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1293,"viewportWidth":1999,"weight":0.00006850650962079287,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":631,"viewportWidth":375,"weight":0.00006847004861799715,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.25,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00006846011965307786,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006839462304987036,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006838851694015816,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006837680912274089,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00006832348409053048,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006829385796331968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) CMAC 2.1.2.01; Chrome/118.0.5993.119 Safari/537.36","vendor":"Google Inc.","viewportHeight":836,"viewportWidth":1470,"weight":0.00006823807228026583,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00006822738002341174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00006821933299358603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006820920933017899,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00006820045297907765,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006818759023448701,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":805,"viewportWidth":1308,"weight":0.00006816252945075231,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006814673145218003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":983,"viewportWidth":2048,"weight":0.00006813761296935067,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006811207413341019,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00006809814670402985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00006809147643261414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00006807576175211924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.55,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":642,"viewportWidth":1358,"weight":0.00006801116944366224,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006800161732648433,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00006798935735466877,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000679459014393664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":786,"viewportWidth":1463,"weight":0.00006794402548493876,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00006793935209355745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006793782199407075,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006793067715393913,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00006792490836627029,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":704,"viewportWidth":414,"weight":0.00006783067606932947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006782079491132743,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000067791328550978,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":878,"screenWidth":1352,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":764,"viewportWidth":1352,"weight":0.00006777947807517845,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00006777315989051263,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006774295148568321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00006765051685437242,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.00006760602434006144,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":615,"viewportWidth":1366,"weight":0.0000675995136211201,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006759204961694465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":712,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":576,"viewportWidth":320,"weight":0.00006758244760906863,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006755921256193848,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006753009327059508,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0000675182336546616,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/131.0.6778.103 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00006750565231551672,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":960,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":960,"viewportWidth":1280,"weight":0.0000674463204284811,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00006742544799257843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006729843513527009,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.75,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00006722675540750811,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":375,"weight":0.00006722309325953634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006716890099760529,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4338.1858 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006716367818494795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.00006714331496394933,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/346.2.705979365 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00006713706198496302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.3,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1470,"weight":0.00006712103057866206,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1073,"viewportWidth":1920,"weight":0.00006710792488005704,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006707583299867146,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":807,"viewportWidth":1440,"weight":0.00006704731930816943,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00006704341440260944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00006696752388278855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1047,"viewportWidth":1920,"weight":0.00006695845489054912,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00006695789728726256,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":899,"viewportWidth":1920,"weight":0.00006688799648209574,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006687743528661361,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":934,"screenWidth":1494,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":1494,"weight":0.00006686418911495719,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006684559734591985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.00006679685543690747,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":430,"weight":0.00006679079828049055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00006677022988384072,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006672536023674353,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00006671587874350782,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00006667082620550837,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.0000666522323585574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.0000666337343375471,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006662622443071221,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00006654582261934717,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00006654125840297117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00006646445104678534,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/356.2.728375747 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00006640310281329788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006639269616969131,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006636147244963864,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006635940772309542,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00006632138341164943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00006632012799090913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006631304146176367,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":662,"viewportWidth":384,"weight":0.0000662813640045024,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006627900519096031,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00006625883575036747,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0000662268937666723,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00006620971213734421,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.25,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":843,"screenWidth":1348,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":1328,"weight":0.00006618191525675589,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00006613426712452516,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1294,"viewportWidth":1523,"weight":0.00006613346674368327,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.2,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006613342436103614,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":441,"weight":0.00006613013712555072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006612654897227923,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.00006601205372363111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1318,"weight":0.00006597522729968248,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00006597472360379132,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0000659737663780706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.00006595552311635958,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00006595088424598175,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":929,"viewportWidth":1920,"weight":0.00006591807791072567,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006590073659864536,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":981,"viewportWidth":1710,"weight":0.00006589692027937372,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.15,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1179,"weight":0.00006587121328936769,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000658576107576503,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":773,"viewportWidth":1457,"weight":0.00006584850632639137,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006583099944179455,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.00006581415607666662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":723,"viewportWidth":1536,"weight":0.0000657434257592459,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.75,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.00006573291198955518,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00006558763183634433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":688,"viewportWidth":1358,"weight":0.0000655368634140048,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.2,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00006551220576614381,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000654814547546966,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006547637128804256,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006542810113134902,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00006540967393310962,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":905,"viewportWidth":1920,"weight":0.00006540456528580972,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.35,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":907,"viewportWidth":1659,"weight":0.00006537996796634559,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":927,"viewportWidth":1920,"weight":0.0000653753760155723,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006536160709178709,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1707,"weight":0.00006532462861225078,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006531098043487762,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00006530683076800189,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":615,"viewportWidth":1322,"weight":0.0000652983911733631,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":1080,"weight":0.00006529813480516556,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006529287369339697,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1023,"viewportWidth":1520,"weight":0.0000652739818882969,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006527353300538744,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":848,"viewportWidth":414,"weight":0.00006525122665063453,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00006520674625001114,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00006519874237923134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00006515115833385083,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":668,"viewportWidth":390,"weight":0.00006511550431235928,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00006510347640416517,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00006509709986071902,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00006508706253361217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00006503752084988789,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7277.1439 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006503526540541594,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006499818621196484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.2,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":617,"viewportWidth":1366,"weight":0.0000649880719260738,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00006498304848874774,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":723,"viewportWidth":384,"weight":0.00006496527065175661,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.00006493538732166733,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.00006493355997658146,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":384,"weight":0.00006488229229199664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.2,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00006485398326982702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.00006485084964778991,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006483180020870543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":714,"viewportWidth":1350,"weight":0.00006479019992905809,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006478647661596254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00006477496939146235,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00006477240766552626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":1706,"weight":0.00006476769812531046,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006473957283560782,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006473910748789289,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006467993962257144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":900,"viewportWidth":1440,"weight":0.00006467791289511473,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00006464403737911218,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006462272600684913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006461256556623203,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":808,"viewportWidth":1272,"weight":0.00006458856607198701,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0000645771970127543,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":390,"weight":0.00006457669411407207,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3936.1791 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000064559437413231,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":686,"viewportWidth":384,"weight":0.00006455753773108259,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00006454671820322439,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6596.1079 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006453621626179953,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00006443528967376412,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":540,"viewportWidth":375,"weight":0.0000644264483413021,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006439806532426432,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":632,"viewportWidth":384,"weight":0.00006437610603511954,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006436158481821061,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00006430728168490237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00006430386601344752,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1172,"weight":0.00006430277958262257,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":2560,"weight":0.00006430005672998669,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":709,"viewportWidth":1440,"weight":0.00006427889579994408,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1384.1972 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006424924501565425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00006424292689465542,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00006424051304207645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00006421698022001922,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00006420401790902977,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.15,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.00006415920700771074,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":755,"weight":0.00006411982395465871,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00006411654143369972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3897.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006411372954691374,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.00006407518329687818,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00006405271946221467,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":839,"viewportWidth":1488,"weight":0.0000640433713998484,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006401737370211959,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006399760907415751,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006399345041976066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00006397284336229832,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006388107302905297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00006385923480620791,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.0000638446606194841,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00006383149040591232,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00006378845406010769,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":801,"viewportWidth":1577,"weight":0.00006377638999504068,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00006376384094795642,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00006370322342020727,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":848,"viewportWidth":414,"weight":0.00006366882754774073,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00006365210615193568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00006362808343903496,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":781,"viewportWidth":390,"weight":0.00006362370177123083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9416.1720 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006357412436885512,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.0000635600748600378,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006353485625084867,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00006347890426262096,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00006346733855407898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.0000634558039745406,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00006344110329787076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":736,"viewportWidth":1277,"weight":0.00006340227662544332,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006339764307654299,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0000633911312401758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":1432,"weight":0.00006336941448863006,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.55,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.00006333621851156155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7700.1592 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006333606342004975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00006325875763454002,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006321185753169241,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":532,"viewportWidth":320,"weight":0.00006313714483295637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":918,"viewportWidth":1287,"weight":0.00006310419110897493,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00006307762541082735,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006306065183245721,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006302460377719695,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000630153808476197,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":842,"viewportWidth":1512,"weight":0.00006301075647573231,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006300989097193526,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":1,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":514,"viewportWidth":375,"weight":0.00006296852881015414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0000629274722465304,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00006289504905893057,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.75,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":952,"viewportWidth":1890,"weight":0.00006289393103542329,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00006287037159316418,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00006275085698181911,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0000627359355143991,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8293.1612 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006269045722084736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.9,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":384,"weight":0.00006268278920261069,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":671,"viewportWidth":1061,"weight":0.00006267724322447865,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":745,"screenWidth":1325,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":1473,"weight":0.00006266082306810652,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00006264362543144737,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00006263630496596886,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":853,"viewportWidth":1441,"weight":0.00006261252331009457,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006259037696154829,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1194,"weight":0.00006254125482861552,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":2,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00006253544951764591,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8253.1970 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006247140378148415,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006243990581097828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00006239315996763828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006239045925017741,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006232180168647888,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00006227286680599855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":806,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":360,"weight":0.00006227204988870436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00006226570355674593,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00006224719132392363,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000622461559099273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00006217847081440107,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00006216740211932441,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006214514231964062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006212092653552138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00006210810012444665,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1376,"screenWidth":1032,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1008,"viewportWidth":1376,"weight":0.00006206007586712316,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.0000619737715259498,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3651.1903 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006194023061718357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6062.1503 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006188572891224183,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1517,"weight":0.00006183230148748866,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006181837989816551,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.85,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":959,"viewportWidth":1826,"weight":0.00006178928335071213,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006178862228817783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00006173988277103436,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006171855594988557,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00006162862040139142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0000616193312045641,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":832,"screenWidth":1478,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":1478,"weight":0.0000616174384920555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7463.1224 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006159747765702503,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":858,"screenWidth":1525,"userAgent":"Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","vendor":"","viewportHeight":687,"viewportWidth":1525,"weight":0.00006159484755051556,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4860.1357 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006158917898974643,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00006158469431284433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":523,"viewportWidth":320,"weight":0.00006152807840963276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.00006151227826857008,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/134.0.3124.77 Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00006145746257068016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.0000614086309716572,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006139410712056149,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.0000613870091249928,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":428,"weight":0.000061374747447274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":411,"weight":0.00006128398487852426,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00006128268679594176,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":955,"viewportWidth":1920,"weight":0.00006123417085559949,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006121079324113168,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00006119382831921638,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00006117991707780944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00006114471104163968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":629,"viewportWidth":360,"weight":0.00006110492442957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":986,"viewportWidth":1600,"weight":0.00006109303827901286,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.0000610506912794588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":714,"viewportWidth":1280,"weight":0.00006100858822416512,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000060984451238029294,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":7,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00006095833614240638,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00006094623243457698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1707,"weight":0.000060892576749358,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.55,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":0,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00006086688876961956,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00006086238939038694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000060817326576641195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006080398715969748,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1344,"screenWidth":1344,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.72 Safari/537.36","vendor":"Google Inc.","viewportHeight":1344,"viewportWidth":1344,"weight":0.00006079006059853776,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00006076731788924353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":956,"viewportWidth":1720,"weight":0.00006074579167148851,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00006066740552638798,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006066533556391156,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00006062370852442074,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000060578702589544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":728,"screenWidth":1164,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":597,"viewportWidth":1164,"weight":0.000060541939447932256,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000060473932391430606,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000060460417472613655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00006044585543625875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/136.3 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.0000604418166349887,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":393,"weight":0.00006041279328220213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00006037211506940012,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1313,"viewportWidth":2560,"weight":0.00006036517281520032,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006035526966416408,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000060323654467904355,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000060323202772259146,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006027493356098364,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00006020435349634318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006018435482057713,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00006013539065267547,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00006012243030459314,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006002085490148421,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000060019296394118866,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005998689858212557,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005994206326784233,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005993707378825035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":702,"viewportWidth":384,"weight":0.00005993075304121619,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005987615813958854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00005987304390175545,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":912,"screenWidth":1368,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":610,"weight":0.00005984675004192832,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00005980670702311147,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00005969948353873858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1010,"viewportWidth":1093,"weight":0.00005960037401092044,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":710,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":710,"viewportWidth":412,"weight":0.00005948660771596042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000059469111118502016,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000059456112439515626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00005941965259229617,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00005941794532892755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":901,"viewportWidth":1536,"weight":0.000059404251227399584,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.000059391979964732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.75,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":716,"viewportWidth":1440,"weight":0.00005937120507380677,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.1,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00005933453487959313,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1 Ddg/17.5","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0000593333145645026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.6,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.000059262315152598404,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00005922788980927134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000592190442106126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6945.1857 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005918019786674138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":645,"screenWidth":537,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":573,"viewportWidth":537,"weight":0.0000591651314346576,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005914695294270991,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.000059139831146583006,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005913649458678017,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":3840,"screenWidth":6830,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.00005906409093132556,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/136.3 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00005905843193811459,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005902000847792244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000589225280481039,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9077.1753 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005891063853624317,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000058909227129119875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000058899919687739023,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000058899890445588385,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000058871975486201336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1225,"viewportWidth":1534,"weight":0.00005884968891892863,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":706,"viewportWidth":414,"weight":0.000058839415211070574,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":889,"viewportWidth":1680,"weight":0.000058837239029540836,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.00005883591479957315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00005881014140438478,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1440,"weight":0.00005880218434222025,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005876053108153375,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000058748128271887314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2843.1477 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005872382119999869,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":1470,"weight":0.000058721590720459116,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00005872077821209306,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.000058692593093540005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000058672987876122976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00005867221477593584,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000058659817111442685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005863524341566436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005862702998945435,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":1325,"weight":0.00005850210536453016,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005848483406738363,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000058436497998995144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3768.1962 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005834753253029739,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":982,"viewportWidth":1710,"weight":0.000058336556105140735,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005830206303549497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00005828669823531462,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00005818596273092223,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000058153290208489595,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00005810644906712383,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000058065479106119836,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00005806352372952022,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.85,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":793,"viewportWidth":1638,"weight":0.000058053383087518055,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00005804545567854362,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00005803068812076106,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00005803063485940074,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":552,"viewportWidth":375,"weight":0.000058013189126792516,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.000058011799196215185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00005784478500445366,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00005784081254955305,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00005782849396808529,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00005782275216295761,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0000578041033984681,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1920,"weight":0.000057786017829103826,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00005769919141525299,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005769594879843332,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000057674998200254974,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00005765513295415334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00005765266054240237,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":514,"viewportWidth":320,"weight":0.000057640266348051555,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00005763997106507318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":750,"viewportWidth":440,"weight":0.00005763536933025192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.00005755735710001472,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00005754987426895231,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.95,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":664,"viewportWidth":360,"weight":0.00005750322162203996,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005748799435614254,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00005745224459239977,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.00005745200477269741,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8677.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000574445551071337,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":393,"weight":0.000057424241730819156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":615,"viewportWidth":393,"weight":0.000057379008216914305,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":690,"viewportWidth":1080,"weight":0.00005735979623621136,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":800,"viewportWidth":1324,"weight":0.000057322924782881395,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00005730590109512535,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5507.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005730262128753162,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8961.1752 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005728987392621217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":684,"viewportWidth":1400,"weight":0.000057284871548692736,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":993,"viewportWidth":571,"weight":0.000057124716048276246,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.00005705356706438204,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.000057030280658738784,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005700764757291189,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00005696357249002298,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00005694649737460318,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00005690444600972148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.8,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":411,"weight":0.00005685683298920318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00005685143202358594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1707,"weight":0.000056832273584138546,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":587,"viewportWidth":1280,"weight":0.00005680905691617756,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1339.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005679308167225555,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000056786865304922985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000056758576241317156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":873,"viewportWidth":430,"weight":0.00005675508847663555,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000056738255238769164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00005663440780818219,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5735.1770 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056543778033184195,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005654296904792891,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1600,"weight":0.00005651379661187069,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005650827309813766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":933,"viewportWidth":1879,"weight":0.00005649559454683266,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00005648596439867993,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":393,"weight":0.000056482853107808726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"downlinkMax":100,"effectiveType":"3g","rtt":350,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":384,"weight":0.00005648059396135768,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.000056480009906099244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000056479897101177306,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00005645478106387255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":566,"viewportWidth":320,"weight":0.00005642862759627731,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000056395846024481426,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.75,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":411,"weight":0.00005638534267040705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000056351756869001835,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00005633305524695752,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00005631590870695503,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":821,"viewportWidth":430,"weight":0.00005624241268428954,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000056196402488424895,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":689,"viewportWidth":1600,"weight":0.00005615142638701734,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005614652042625943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":780,"viewportWidth":390,"weight":0.00005614116030151499,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000056100978781711335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005606129878489129,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":947,"viewportWidth":1710,"weight":0.000056061241849209215,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1526,"weight":0.00005605427921362199,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00005600477794544564,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000055989383069331114,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00005598175872433301,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000055952434294362106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000055929735314789085,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005590877993258491,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":1440,"weight":0.000055907031213298675,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":954,"viewportWidth":1366,"weight":0.00005588715906528734,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1560.1093 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005588682449679174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.000055865793814619826,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":926,"viewportWidth":1920,"weight":0.000055791481971319756,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":393,"weight":0.00005579052297045159,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":794,"screenWidth":358,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":663,"viewportWidth":357,"weight":0.00005575581665473304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00005569264692465899,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005569138177056125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":432,"weight":0.000055604081900810154,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00005560296049181704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":521,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":521,"viewportWidth":360,"weight":0.00005557600293594694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005557032703655668,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00005556246429671729,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":1424,"weight":0.000055554700520910014,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":1010,"screenWidth":454,"userAgent":"Mozilla/5.0 (Android 15; Mobile; rv:136.0) Gecko/136.0 Firefox/136.0","vendor":"","viewportHeight":878,"viewportWidth":454,"weight":0.00005549789602699342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000055477906776165566,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.15,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":1280,"weight":0.00005542696191905198,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000055417973090061744,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005538674239241603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00005536177007930455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000055350446742829514,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000055291081507054323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000055290073005067236,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00005528199799344818,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00005526957871101766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1920.1586 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055268907113855005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1313,"viewportWidth":2560,"weight":0.0000552410958209846,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":null,"effectiveType":"3g","rtt":350,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.00005521883414851265,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.000055149853647308985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00005512381877761285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":835,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":710,"viewportWidth":375,"weight":0.00005507280845750655,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000055055245601778295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.000055040581928764455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":639,"viewportWidth":1280,"weight":0.00005503838579825877,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00005499139670837525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1900,"weight":0.0000549688273184536,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.000054949694923274454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005492634021300555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.000054921761756249,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000054920279275448934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":0,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1279,"viewportWidth":2560,"weight":0.00005488602209076649,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":455,"viewportWidth":320,"weight":0.000054883024665094575,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005486546080119492,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.00005485362099745621,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00005483582576429122,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9334.1113 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054823756943708377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1920,"weight":0.00005481173898211319,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6966.1579 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005479354597720132,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":1319,"viewportWidth":786,"weight":0.00005477858112293568,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000054771238711732294,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7848.1060 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054751605639217953,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005473721450479337,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3484.1675 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054731197318052836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00005459688794203409,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000054582329830055466,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":927,"viewportWidth":1866,"weight":0.00005453493886233366,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1039,"viewportWidth":1920,"weight":0.00005453263113353328,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":779,"screenWidth":1384,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":623,"viewportWidth":1384,"weight":0.000054501254192505896,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1127,"viewportWidth":1564,"weight":0.000054494629288851955,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":750,"screenWidth":346,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":635,"viewportWidth":346,"weight":0.00005449005580382182,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000054457264853332066,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.000054354081850857894,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":745,"viewportWidth":344,"weight":0.00005434959821186322,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000054346210551644395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2054.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054307119155119575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00005428642701738424,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00005425428479204351,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.000054254198455946866,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":892,"viewportWidth":1920,"weight":0.00005423490593042443,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00005404594570188822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00005393087950982043,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005390421463484651,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.00005388432931801392,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.9,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":932,"viewportWidth":1369,"weight":0.00005388103530035432,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000053867515920127425,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000053866507011622894,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0000538366888497985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005378825487952946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5032.1467 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005378380810318634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":947,"viewportWidth":1710,"weight":0.00005377025924976525,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":646,"viewportWidth":390,"weight":0.00005374365937801273,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005373014010475006,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.05,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00005366836255127854,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00005365982705042705,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":827,"viewportWidth":428,"weight":0.00005362882734915895,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000053601764676763354,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00005356706504607571,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":390,"weight":0.00005354052834376553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.00005347608630273362,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":962,"screenWidth":601,"userAgent":"Mozilla/5.0 (Linux; Android 5.1.1; KFDOWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/108.16.2 like Chrome/108.0.5359.220 Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":602,"weight":0.000053452294413177894,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.000053438864919900965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.35,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":779,"viewportWidth":1440,"weight":0.00005343129462838639,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":932,"viewportWidth":1707,"weight":0.00005338510143815637,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3887.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005335597706083102,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000053333460606608904,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000053327591730227954,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4021.1792 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005331892168998506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9721.1644 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053264207764399174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":670,"viewportWidth":360,"weight":0.00005322462468298076,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1 Ddg/17.6","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00005314086743833584,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000053118811592763476,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005311626996950402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00005309664004555398,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":411,"weight":0.000053089074179003976,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005308622053380759,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00005305706461585256,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.85,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":384,"weight":0.00005304580998934213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005299580838236874,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000052936637963920396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":929,"viewportWidth":1920,"weight":0.00005292737141535253,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.35,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":360,"weight":0.000052909374859363884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00005290534604411619,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005276505331582759,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00005275459215126144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.1,"effectiveType":"4g","rtt":200},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1100,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1100,"viewportWidth":1280,"weight":0.0000526597666600381,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00005265232671720954,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00005264590645224904,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00005264543135644323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00005260074101967718,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000052546834914335843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7109.1413 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052481525656852215,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005244264835906333,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000052440661770706464,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00005242521080446171,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000052412201894269646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8591.1494 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052396263901461804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.7,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00005239114488003396,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000052375061736079023,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000052361057560110204,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.000052298213198485355,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000052291888382812767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00005224298330780222,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8405.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005217143522983552,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000052134511251867514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.000052122940970578427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.000052114209259710474,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005210720374996062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/20G81 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":390,"weight":0.00005207450714244307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00005206599291357277,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005202851438975284,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005202322776895501,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000052005387253168166,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005199035555841281,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":922,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":795,"viewportWidth":411,"weight":0.0000519639960213669,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005192283210336352,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000051901784981959456,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1287,"screenWidth":2564,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1285,"viewportWidth":2560,"weight":0.000051856358010901055,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":922,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.00005183612654456889,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000051811243476333823,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005177350962714223,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3883.1325 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051741452282517094,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1211,"viewportWidth":2560,"weight":0.00005173037394518818,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":840,"viewportWidth":1470,"weight":0.000051702432516478925,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":889,"viewportWidth":1680,"weight":0.00005169426382307513,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":613,"viewportWidth":393,"weight":0.00005168606611769599,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":617,"viewportWidth":1200,"weight":0.0000516851959375327,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00005164712793518831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00005163876844804172,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":617,"viewportWidth":360,"weight":0.000051590517485457926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.55,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1920,"weight":0.000051556707673031393,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00005155282806754226,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000051547234229907645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00005150397046212894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.3,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":1528,"weight":0.00005148942960117692,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005147470171941894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.55,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":763,"viewportWidth":448,"weight":0.000051469817092933554,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/136.3 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00005142141930247925,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005135574321093227,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00005128117660517406,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00005118248393983166,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00005118209604213612,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00005113782577069902,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00005110446421428937,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000510318514658898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3321.1436 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005101745023803328,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00005097504595435706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000050952775699408246,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":2,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":1440,"weight":0.000050945914763709755,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00005092619900932448,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000050911959743229714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2063.1332 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005090960870919602,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":777,"viewportWidth":1470,"weight":0.00005090820842027239,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000050835354817598,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.00005082119526932799,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":435,"weight":0.00005076885899048745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.000050767742190232826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6829.1491 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005076056610579049,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000507604091926221,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":1387,"weight":0.0000507366395929668,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":679,"viewportWidth":390,"weight":0.00005071737429405808,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000050698600518025736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"downlinkMax":100,"effectiveType":"3g","rtt":350,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.00005067712530992465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":639,"screenWidth":1138,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":518,"viewportWidth":1138,"weight":0.000050637620432352544,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00005060494160100988,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005060044892704305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":1252,"weight":0.00005058182696645795,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1697.1590 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005056439571323598,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000050563327400608086,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005056153351382954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":696,"viewportWidth":384,"weight":0.00005048022896333976,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000050478447841408015,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00005047247476717608,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005046928516640133,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005046694660147403,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000050413130583242414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00005037866951099002,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00005035192196212225,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00005034217633543789,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":566,"viewportWidth":320,"weight":0.00005031841012956506,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000050304001358239006,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005025631575700051,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":393,"weight":0.00005020259021159783,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.000050199598786504794,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000050189899574624776,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000050180135390137534,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00005017958561608588,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000050171586292025174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000050169930547966286,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.000050156959518466985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00005014142533152587,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000050105620707607196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":840,"viewportWidth":1436,"weight":0.00005008358763080471,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1366,"weight":0.00005004443936596684,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005003803546407003,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005002324671342481,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.15,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00004997562759350313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00004995882153058883,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00004992578132626048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":617,"viewportWidth":1366,"weight":0.00004984877819377859,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00004982009846564296,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0000498128724618119,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":750,"viewportWidth":1342,"weight":0.000049810410165754286,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000049803854643291816,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.000049796176015528225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8381.1344 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049729341568223966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":779,"viewportWidth":411,"weight":0.00004969845947202859,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"MacIntel","pluginsLength":5,"screenHeight":1066,"screenWidth":2527,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":839,"viewportWidth":1928,"weight":0.000049665409625664564,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.3,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.000049627455544336436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":0,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (iPad; CPU OS 12_5_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":1024,"weight":0.000049593809704107085,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":411,"weight":0.0000495044267657792,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004948089463906678,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00004944962036813989,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2780.1229 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004942026890937377,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000049414029500983516,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004939778078381482,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1344,"screenWidth":1344,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.72 Safari/537.36","vendor":"Google Inc.","viewportHeight":1344,"viewportWidth":1344,"weight":0.000049394578700091064,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000049381468300057716,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004932330295081118,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":604,"viewportWidth":338,"weight":0.0000492976641593476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1528,"weight":0.00004928307099338732,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.00004927322056276434,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000049185625763796484,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000049164807949545916,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004915234060390323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1279,"viewportWidth":2560,"weight":0.000049115042940620155,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.45,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00004911001872407275,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000049108953355863476,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":920,"viewportWidth":1920,"weight":0.00004910454866783768,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":449,"viewportWidth":320,"weight":0.000049099154824103637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":1280,"weight":0.00004908527739806064,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00004907953663432671,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.000049077052264566865,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.3,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.000049042948444468554,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004897511551349982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7964.1287 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004892555515667799,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00004891116522084994,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000048910791985299266,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004888267485010563,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004884122142381575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9027.1629 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000488201503381639,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00004881681175067816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00004881218789424882,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00004878604955192764,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000048770360760555546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000048764019593733445,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00004876115310171725,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":703,"viewportWidth":1536,"weight":0.00004875989523924243,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.3,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.000048748105200439866,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":927,"viewportWidth":1920,"weight":0.00004872516899318139,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00004869298996236042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00004868137102287557,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004866595889484875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00004865292864575136,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00004864192832871356,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000048628631696912975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00004858061873396543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":2,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1440,"weight":0.000048561217067502974,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00004855606737924856,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.000048532879178803905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000048499697151942055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000484746378541194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.05,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00004846866812633584,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00004844616148113817,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000048436603091869415,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00004840202886937724,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00004839004299244131,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000048375868907492666,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000048346069838862294,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":613,"viewportWidth":1366,"weight":0.00004833844938336637,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000482827717008001,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00004826971157119212,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00004824735194087091,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":786,"viewportWidth":411,"weight":0.00004824183964968573,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":499,"viewportWidth":1280,"weight":0.00004820839373906372,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":642,"viewportWidth":1358,"weight":0.00004819454274161387,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00004818751743916182,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6709.1755 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004815166427029568,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00004809787092896112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":774,"viewportWidth":1432,"weight":0.00004808168462866398,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6374.1206 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048066949828163716,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":525,"viewportWidth":320,"weight":0.000048062300139304,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000048044409323568444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.7,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":835,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":626,"viewportWidth":375,"weight":0.00004803998393636481,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6764.1689 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047943892959681646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00004789667313096575,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000047871692435672246,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":375,"weight":0.00004786860060687454,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00004784956703873778,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00004783174645441711,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00004782658769801898,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000047826222369592506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":823,"screenWidth":708,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":713,"viewportWidth":707,"weight":0.000047811785280706035,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004779131280393742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.000047790493214854085,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004776573933610514,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004776419305264489,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004774599557652573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00004774023484943363,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00004771550522120099,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":1103,"weight":0.000047695947941617986,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00004767084501949547,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00004766770100414148,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.75,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":411,"weight":0.000047655763936636535,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.00004764183192308263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00004764051977977239,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00004762266600939832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":728,"viewportWidth":384,"weight":0.00004759983269846086,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":831,"viewportWidth":1630,"weight":0.00004759943967797672,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.35,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00004754524505667728,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004751266040019705,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000047491706586830105,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3118.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004745128067211913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":1180,"weight":0.000047428021419347857,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":765,"viewportWidth":393,"weight":0.000047377155337594246,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":806,"viewportWidth":1481,"weight":0.00004735208240081668,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000047346647714048334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004726931354753296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8876.1997 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004726249943152433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00004719353485632988,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00004718516315924743,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":518,"viewportWidth":1027,"weight":0.00004714369890906277,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.75,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.00004714164566622572,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00004710841683025402,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004709460477201253,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":912,"screenWidth":1368,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":743,"viewportWidth":1368,"weight":0.00004708771709407735,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":563,"screenWidth":890,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":563,"viewportWidth":890,"weight":0.00004708768839370004,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":360,"weight":0.00004707417690130014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00004705763814135661,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004703068586711902,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000046950850405070096,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00004692568133276482,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1058.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004687464450492468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000046868114584722643,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":800,"viewportWidth":1328,"weight":0.00004684650743144371,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":771,"viewportWidth":411,"weight":0.00004681867340376331,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004675584307807972,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":622,"viewportWidth":414,"weight":0.00004673094217768908,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":644,"viewportWidth":402,"weight":0.00004670480863169282,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":532,"viewportWidth":320,"weight":0.00004664244950346892,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000046632450038509134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0","vendor":"","viewportHeight":576,"viewportWidth":1024,"weight":0.000046619689433451926,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000046619670880492376,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00004661694352155221,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00004659343567826664,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":807,"viewportWidth":1512,"weight":0.000046584142448841175,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000046540164735493216,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00004649306410432355,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000046492927288205844,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004647050523865064,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004645304671305253,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00004643931596856475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000046394015456575185,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1451,"weight":0.000046393625587326504,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":921,"viewportWidth":1366,"weight":0.00004639124568054777,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":1180,"weight":0.000046373308793323815,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000046337876501050695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":411,"weight":0.00004631693985686207,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1163,"viewportWidth":2327,"weight":0.00004629460191276967,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":414,"weight":0.00004628475793812334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000046264957498434336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1886.1827 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004617965804604314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7635.1474 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046168003082722346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00004614180256167947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000046114018678227624,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000046105499213516194,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00004608815831113828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00004608401380794818,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004605974708148878,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004602150648240345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.35,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.000045998380617314314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.000045958493179661805,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00004592582371036659,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000045924048700851216,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":384,"weight":0.00004592073148181289,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000045861695617229413,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.55,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.000045796447945079656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00004578998656752202,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00004577070498201895,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000045758152097289636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":961,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.0000457166156441514,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":924,"viewportWidth":1632,"weight":0.0000456404301332879,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.00004563571440443763,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000045622485594422845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.000045589389436254844,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004553478581410318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00004551864916771548,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":830,"viewportWidth":1099,"weight":0.00004551014112499805,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.000045456316235961964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.55,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00004544351263507934,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00004535189788019546,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.000045316096950725474,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00004529716502700067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":676,"viewportWidth":1338,"weight":0.00004529074257869138,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.000045282084562033256,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":695,"viewportWidth":414,"weight":0.00004527828548559916,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":631,"viewportWidth":375,"weight":0.000045273863616303604,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00004525528334357712,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.00004525295233073302,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.000045246587863327726,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004522551522953553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4217.1680 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004522232169753917,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00004521553926815549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":1536,"weight":0.00004518943856016731,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004516849146702641,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00004516381999807247,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000045137640970911654,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000045123682406932036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00004511337877585649,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004506098227003786,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000045036793219386924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1194,"weight":0.00004503633946878987,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00004503156330630489,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00004496835896362447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.00004488290270664088,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00004486384513120174,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1309,"viewportWidth":2560,"weight":0.000044815706590843904,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00004480659532953465,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.000044771499218594444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00004476256504549372,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.25,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00004474321078079201,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":411,"weight":0.0000447390912509253,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":1180,"weight":0.00004473295480943874,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000044691322837144566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":621,"viewportWidth":1422,"weight":0.00004468889734839156,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.000044675207348081306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":625,"viewportWidth":1008,"weight":0.00004463312099092315,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":581,"viewportWidth":320,"weight":0.00004459281446874339,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00004458970876075786,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000044577803272862374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4482.1789 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004457141844687508,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":831,"viewportWidth":1470,"weight":0.00004450156249539846,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Safari Line/15.3.0","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000044474607858447165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6,2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":1080,"weight":0.000044446953186025174,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004444521689761907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":2294,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":2294,"weight":0.00004443246091554065,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004443097082618564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0","vendor":"Google Inc.","viewportHeight":922,"viewportWidth":1912,"weight":0.00004440616803197492,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00004439532412292623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00004436839208498064,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004436502104283635,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00004434977816856313,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00004431707207763887,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00004429097479344794,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00004427211012796782,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":384,"weight":0.000044202125653622735,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00004418935235363898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00004416997416846956,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.000044161122160883574,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.000044150643359875054,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.00004414372672377492,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1272,"weight":0.00004405073770749635,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004402251547707106,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.55,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":792,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":652,"viewportWidth":360,"weight":0.00004401689561104976,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000044015496603670076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00004401172602913053,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.65,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":1272,"weight":0.000044005150789696874,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000044004136301539,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000043985006391478275,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00004389913133339004,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":771,"viewportWidth":375,"weight":0.000043844571416134884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9580.1989 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043833671275163356,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00004378570213112855,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.000043775924199297,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000043752226168714105,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":375,"weight":0.00004374712697795005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004374368168846718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2027.1777 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004371321493869714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0000437019247726563,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":441,"viewportWidth":278,"weight":0.000043685242205258575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00004365451696554634,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000043647485297643506,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004364315048662826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8735.1885 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043623568449605034,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000043623190931542893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00004362287929926,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00004361523438135257,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":428,"weight":0.00004359491568243469,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7725.1633 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004359392728263651,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000043593089453691105,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8832.1227 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004357905061808594,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":633,"viewportWidth":375,"weight":0.00004357012996934756,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004354943160217924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004349705360884951,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004344079320348164,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00004343775410175956,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":738,"viewportWidth":1440,"weight":0.00004340261629961967,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004336497932414728,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00004335962858351407,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.000043293919253148015,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.000043272730734756784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00004325153752398559,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":725,"viewportWidth":1432,"weight":0.00004324728993933509,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00004322599981532513,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000043183502934332747,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000043170661822912176,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004313371643815659,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":630,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":630,"viewportWidth":360,"weight":0.000043101723129413316,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.3,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00004309309691193679,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00004300913512759202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":668,"viewportWidth":1440,"weight":0.00004297615811919762,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004296798530516362,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00004293926876987926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00004293906591656791,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.85,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.000042919492504110885,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00004289335889764586,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00004288465242190157,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00004287419077096286,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000042858364712908666,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":390,"weight":0.000042837952487527994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":900,"viewportWidth":1920,"weight":0.00004280747668055532,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":602,"viewportWidth":338,"weight":0.000042804687574045685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":786,"viewportWidth":1510,"weight":0.000042798949868368666,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004277226015115021,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00004273690750799998,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00004270400583362321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3931.1897 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004270206832781022,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000426992016116885,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00004262285925834169,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004259844920994291,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004259412118177179,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000042585442222823566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1004.1962 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042575893299109486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00004253856637336549,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.000042487215365368756,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00004248606495985606,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000042428869386244135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0000423964144522659,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.9,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":411,"weight":0.00004238999852357111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00004238776378507532,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000042381588946910886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00004231084087611676,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004230617084262516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.000042300207863035634,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":977,"viewportWidth":810,"weight":0.00004224303125341326,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1039,"viewportWidth":1920,"weight":0.000042241956160545364,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":1438,"weight":0.00004223793988652007,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1600,"screenWidth":3840,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1422,"viewportWidth":1904,"weight":0.000042164772805825055,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":411,"weight":0.000042156573961530994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00004210076896250388,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000042034351128202554,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":535,"viewportWidth":375,"weight":0.00004202820906495309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":858,"viewportWidth":1687,"weight":0.00004202582144770154,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00004199321093137833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.000041978958107690736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00004196876080897908,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004195888031270543,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1028,"viewportWidth":1728,"weight":0.00004195131999506368,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004194724430678873,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.35,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":1451,"weight":0.00004194604120399727,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000041945706497650576,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00004194302661159029,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":393,"weight":0.00004193882370687038,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.00004185477123852516,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000041852900762029844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.2,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.000041814564304014625,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.000041765343878694614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000041736163409867216,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.00004170556264490056,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":974,"viewportWidth":810,"weight":0.00004169389227746185,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.000041690893233376197,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000041688072272690035,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004168172095670421,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00004167011765382021,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00004166292343000854,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00004159021906559629,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00004157466771258319,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 12; SM-A015M Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/134.0.6998.135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":682,"viewportWidth":360,"weight":0.00004154482892803167,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004153927387497289,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1072,"viewportWidth":1904,"weight":0.0000414792145192845,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004146963816585939,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00004146481500106081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":1456,"weight":0.00004143913677671793,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00004143844700481672,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000041435948851161276,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004141904199136959,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/125.0.6422.51 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000041391168472187505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1672,"weight":0.000041383340662789935,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.00004137708937149025,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":918,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":411,"weight":0.00004137281710905332,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000041362641011836575,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000041359722209097425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000041270225185280656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1841.1706 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004125883198710936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.85,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.000041170978554802226,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4493.1786 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004116258697473276,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":732,"viewportWidth":430,"weight":0.00004114948391286297,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004114523346715905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00004113187186035911,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000041123223617852905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":878,"screenWidth":1352,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":1352,"weight":0.000041123003634568896,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00004110901592612862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00004106735527722667,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":762,"viewportWidth":1349,"weight":0.000041062294009589204,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.000041058849988471825,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000041042495896061916,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000041042460542232474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":1440,"weight":0.00004104039473161547,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7448.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041020284567351695,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":393,"weight":0.00004101051349241739,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.65,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":740,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":612,"viewportWidth":360,"weight":0.000040928323147246204,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.000040921251464224304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.00004091731979829906,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00004091259310690093,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000040904890798893484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"downlinkMax":null,"effectiveType":"3g","rtt":300,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":842,"screenWidth":674,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":663,"viewportWidth":673,"weight":0.000040899546900419146,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1400,"viewportWidth":1281,"weight":0.000040894392215516614,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00004088857813025066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":7,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1215,"viewportWidth":1821,"weight":0.00004084817819562388,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004083517024455266,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000407867939751476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":804,"screenWidth":362,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":361,"weight":0.00004078487769594348,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":679,"viewportWidth":360,"weight":0.000040755973159595034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1470,"weight":0.00004073271501788132,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":428,"weight":0.0000406999766361119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":514,"viewportWidth":320,"weight":0.000040685722971647746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":850,"viewportWidth":1907,"weight":0.00004063585533547127,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0000405902844014814,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000040575203501149346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004056929151687903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004056499421483826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00004056024667136382,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":728,"viewportWidth":411,"weight":0.00004050612060981204,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00004047238790198039,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000040382718149837775,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1225,"viewportWidth":2560,"weight":0.00004034323370839715,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00004034283905073733,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000040306272367429415,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000040285397847254827,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000040267949138812486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00004026595576655971,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004024579857423991,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00004020800354003138,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.00004020722274450736,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00004018596003088006,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004018212516562529,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00004016827171321511,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000040110372700883306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.000040105282476981974,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000040042085642234604,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1600,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1462,"viewportWidth":2560,"weight":0.00004002423242609088,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":774,"viewportWidth":393,"weight":0.00004001863877890607,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000040017985739039155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":100,"effectiveType":"3g","rtt":300,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.0000399841767770892,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":684,"viewportWidth":360,"weight":0.00003998361224562095,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":661,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":661,"viewportWidth":384,"weight":0.00003998184795883748,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00003997676712286081,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00003996384557739562,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":912,"viewportWidth":1471,"weight":0.00003993700199255981,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1169,"screenWidth":1800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1004,"viewportWidth":1800,"weight":0.00003992431481491366,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00003991012073903575,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003990812007957599,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000039901041402281746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00003987182617176876,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00003985876719197613,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003984002538956602,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00003982308447301524,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0000398178780086485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2217.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003976636786634484,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003973444831880771,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00003970786549566663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":897,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":897,"viewportWidth":1280,"weight":0.00003968656626504466,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000039666265814368986,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7238.1882 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039636412204989554,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003955652018583193,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000039542960096252014,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":689,"viewportWidth":393,"weight":0.000039524439781527,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":764,"viewportWidth":411,"weight":0.000039518337683181165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003946914750332533,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00003945695986544737,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.00003943543450095782,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00003938597619704629,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000039369681909781526,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00003932041606063503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000039312813313220766,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000039308511713148096,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000039277878301366244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000039267330028600994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00003926166684767739,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003924404073117467,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4918.1147 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003922717694812034,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000039214954366041,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003917620714631543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00003914925154398556,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003909938174131394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1050,"viewportWidth":1680,"weight":0.000039089627199512403,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":535,"viewportWidth":375,"weight":0.00003907758438200838,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003906183266514037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.000039042645919553687,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1217,"viewportWidth":2542,"weight":0.000039026413359866174,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":393,"weight":0.00003902572023680563,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":887,"viewportWidth":1366,"weight":0.0000389707107321183,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":1528,"weight":0.00003895417736635087,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.000038916029477451125,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":1536,"weight":0.00003890514798312162,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.00003887120979801987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00003883371521355021,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 13; SM-G7810 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/134.0.6998.135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":270,"viewportWidth":542,"weight":0.000038810089551597335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003878960970830618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":100,"effectiveType":"3g","rtt":300,"type":"cellular"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 11; 6156D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":360,"weight":0.00003878606649610119,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00003874202282961122,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000038741194676902624,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003871701833051972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000038696550528205614,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000038661830698673776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":642,"viewportWidth":1358,"weight":0.00003865780723604203,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":903,"viewportWidth":1855,"weight":0.000038652900306224024,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.000038650788346174424,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":643,"viewportWidth":375,"weight":0.00003862637646579451,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":7,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":706,"viewportWidth":430,"weight":0.000038624214289875824,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000038602090831255475,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000385991400827468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":1272,"weight":0.0000385335179155867,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":736,"viewportWidth":393,"weight":0.00003853297305323047,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":764,"viewportWidth":411,"weight":0.000038513406547338514,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000384806546973995,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00003847713216641868,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00003846388469261812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.65,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.000038429209543798844,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":707,"viewportWidth":1440,"weight":0.00003841916066398913,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":586,"viewportWidth":360,"weight":0.00003840514720919123,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":535,"viewportWidth":375,"weight":0.000038404490400789726,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003836444465052529,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.000038350685358569807,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":880,"viewportWidth":1639,"weight":0.000038269301587734674,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000038218152612881966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8886.1047 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003818945866450893,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00003818904484367499,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1054,"viewportWidth":2096,"weight":0.00003818221737322054,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003815868174008712,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":390,"weight":0.00003814594865241178,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003807483349028783,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":969,"viewportWidth":1920,"weight":0.00003807304605442967,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000380260494560355,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000037989491163374016,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00003798623669722176,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.9,"downlinkMax":100,"effectiveType":"4g","rtt":250,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.000037970907321831156,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.1,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":676,"viewportWidth":1440,"weight":0.00003796094988733867,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000037957045068260995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00003795024056907425,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":709,"viewportWidth":1440,"weight":0.000037931312095244335,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3843.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037928591888068424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":611,"viewportWidth":1024,"weight":0.00003792405141481328,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00003790194459493478,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00003789418050814927,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":780,"viewportWidth":1470,"weight":0.00003787755660432078,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":984,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":432,"weight":0.00003784380706996636,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1111,"viewportWidth":1661,"weight":0.000037843380759265876,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4846.1725 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037797071875858676,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.00003777988126826063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00003774585850187201,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":1508,"weight":0.000037724657475017185,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000037675378128440534,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00003766328592994827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.000037663257284834796,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.2,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1031,"viewportWidth":2124,"weight":0.00003765924355818614,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":690,"viewportWidth":1112,"weight":0.00003765584860086706,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":714,"weight":0.000037632704973486815,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1528,"weight":0.00003761372031290594,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003759672991405789,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000037581018139391456,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00003756924782896214,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00003756584020269733,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00003755992470393238,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0","vendor":"Google Inc.","viewportHeight":1082,"viewportWidth":1912,"weight":0.00003753932405431568,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003753183404919623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003753026504848343,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003751986199543695,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003751802403446117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003747924137520192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2613.1744 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003741787480290809,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.00003740668659977689,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000037397610968023096,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003737702509825272,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1322,"viewportWidth":3432,"weight":0.00003737093938290192,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000037357299635130416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":730,"screenWidth":1300,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":1300,"weight":0.00003734926567625647,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00003733300246117903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003730459665615714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000037277631463859753,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003726395275807709,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.000037245831060525905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.000037177066998133116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5666.1007 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003716575047581603,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00003716528626519037,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":1080,"weight":0.000037155928832400166,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8322.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037140025779726986,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/241.0.491530414 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1194,"weight":0.00003713767067796538,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":618,"viewportWidth":1309,"weight":0.00003713530255948377,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":812,"viewportWidth":402,"weight":0.000037069455387927597,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000037029088922659344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1528,"weight":0.000037028218390180274,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00003702453461606177,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003701999311027314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"downlinkMax":null,"effectiveType":"3g","rtt":450,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":384,"weight":0.00003700491575163561,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00003699603140319189,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003699094477224587,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.000036978807472907065,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000036964218081380625,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003694422901937185,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00003693291795862165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.89","vendor":"Apple Computer, Inc.","viewportHeight":770,"viewportWidth":414,"weight":0.00003692163292107949,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003691054675943939,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":392,"weight":0.00003690847965442966,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003687645868368203,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003687593963320284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7889.1567 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036867863414455964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":1440,"weight":0.000036867089437589765,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00003685036104141939,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":307,"viewportWidth":750,"weight":0.00003678270188156407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.3,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":384,"weight":0.00003672725956309129,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003669650232739395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.00003669137730075223,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.000036685967617896234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000036681776461218153,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.000036675926483258314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00003663095020471698,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003660246151598111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.35,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":4,"screenHeight":590,"screenWidth":1050,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36","vendor":"Google Inc.","viewportHeight":471,"viewportWidth":1050,"weight":0.000036562628029503544,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000036547905947646234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":1592,"weight":0.000036525701209223675,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.00003649084369734642,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.000036466432453443694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.00003645534545120716,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":783,"viewportWidth":411,"weight":0.000036446707018627187,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1600,"weight":0.00003642815921187034,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0","vendor":"","viewportHeight":827,"viewportWidth":1707,"weight":0.000036422304620676216,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00003640374677184886,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00003636932662771113,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000036314138428921915,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003631266340864621,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00003631260588509207,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003630335500935402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1313,"viewportWidth":2560,"weight":0.00003629964733279969,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000036298313082436404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00003625982604672412,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.15,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1169,"screenWidth":1800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":955,"viewportWidth":1578,"weight":0.00003625605298261217,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2678.1674 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036197251789893046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.05,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003619099169196897,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00003618893625463293,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003617223064859682,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00003615390008052428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1252,"screenWidth":2226,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":771,"viewportWidth":1829,"weight":0.00003611549595318586,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":756,"viewportWidth":1354,"weight":0.000036115048886431784,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":414,"weight":0.000036107109707540095,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":947,"viewportWidth":1920,"weight":0.00003608282933731354,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00003605782005029777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.000036050770829437805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00003604168348997028,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003603682197797025,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.85,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00003603254220614138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1920,"weight":0.00003601718646825034,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003599714446689584,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000359962481494702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.000035961298823500676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1251,"viewportWidth":1289,"weight":0.00003593307034293677,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000359066508139203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":718,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":412,"weight":0.00003589904434749468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000035898835026573326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00003589793626705686,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":850},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003588191980052761,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000035859889977104365,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003585205592418881,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1287,"viewportWidth":2560,"weight":0.00003583774384639081,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.75,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1360,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":1352,"weight":0.00003583481882355491,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.8,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00003582459211873774,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000035816033921911596,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1883.1944 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003581231306623319,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.000035798764677497224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1210.1711 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035795876477448174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00003577182556741237,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":384,"weight":0.00003576491631451688,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00003575664468188055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003570447657185943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000035662689318558476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000035627487845618546,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003560488621765173,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003554919631707081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003546055050427355,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000035438480477663666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00003541449570921883,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00003540159127976983,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":0,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":843,"viewportWidth":1280,"weight":0.00003540054663929912,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.00003539174762950489,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":1318,"screenWidth":825,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1245,"viewportWidth":824,"weight":0.00003539052291713945,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":835,"viewportWidth":432,"weight":0.00003537258438913836,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":840,"viewportWidth":1470,"weight":0.000035340665149016456,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":14.4,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0000353245645812683,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003532317083505709,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D72 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":393,"weight":0.00003528038382537157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":811,"viewportWidth":1472,"weight":0.00003525935866357469,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003525079711105698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00003524712134541982,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":713,"viewportWidth":412,"weight":0.00003524412357654351,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00003523785179765104,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9200.1796 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003523311733080666,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003517057404546664,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":927,"viewportWidth":1920,"weight":0.000035168397039484934,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000035126381229438096,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":1080,"weight":0.00003507681609272383,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":820,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 14; Infinix X6833B Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/134.0.6998.135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.00003506153815376917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.25,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.0000350576355195378,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000035044230241843134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000035036404751350025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00003501717038135331,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003501084858769747,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.000034967330478850495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.000034956090105076655,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":682,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":682,"viewportWidth":384,"weight":0.00003493276134450397,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003485563385968556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00003478387089296949,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000034768615951834144,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000347652309226557,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00003475328446592218,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000034750675011497175,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.0000347392850379755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":825,"viewportWidth":1707,"weight":0.00003473818541255603,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":1432,"weight":0.00003473360989952626,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":375,"weight":0.000034727138768245614,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.000034722864637778534,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000034710773471159176,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":776,"viewportWidth":440,"weight":0.00003470885729406187,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000034700025153958096,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"downlinkMax":null,"effectiveType":"3g","rtt":400,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.000034677854438651566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3395.1606 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003461733667134425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5956.1454 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003461218267758152,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":619,"viewportWidth":390,"weight":0.00003461138210752351,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.7,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1360,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":608,"viewportWidth":1352,"weight":0.00003459637659507133,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00003459392529063608,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":3,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36 Edg/86.0.622.51","vendor":"Google Inc.","viewportHeight":969,"viewportWidth":1920,"weight":0.00003457935987878231,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000034534567842556415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.6,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1600,"weight":0.000034492580931243175,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000034477129335986245,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00003441771642246882,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00003441625580091212,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00003432632459126486,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00003428401358740488,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/101.0.4951.58 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00003426910088809474,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0000341977341589776,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003419634486201075,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.00003419593390057532,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003418840676722007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.000034142899224023916,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.000034122084998789504,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003412074306699921,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.000034119752150410886,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00003411636504154535,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.00003411125596238842,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003409231417481267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003409185993340991,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":344,"weight":0.00003408871756011386,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":772,"viewportWidth":1400,"weight":0.000034058506300549776,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.000033999875225068375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":0,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.000033991061306243814,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00003397973801752473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":637,"viewportWidth":375,"weight":0.00003391694555473808,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00003389846625422541,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":879,"viewportWidth":1706,"weight":0.00003388662751028657,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00003387029853512141,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003387004625104718,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000338563318016727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.75,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.000033818414106892325,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":982,"screenWidth":1746,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":819,"viewportWidth":1275,"weight":0.00003381551441650786,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000033771507368977634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1280,"viewportWidth":2552,"weight":0.0000337178190074657,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003370758339176641,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003368794516524435,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000033671071450227926,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":509,"viewportWidth":320,"weight":0.00003366960245892857,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":984,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":432,"weight":0.000033667000122691186,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1276,"viewportWidth":1757,"weight":0.000033615738437568216,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003358507349816294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":875,"viewportWidth":1697,"weight":0.00003355958280231485,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7573.1978 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033536024731127125,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":643,"viewportWidth":372,"weight":0.00003352402778968653,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00003351774389374615,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003351510627626167,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000033509472075879134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000033507968503767097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1270,"viewportWidth":1718,"weight":0.00003349244514963311,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4804.1239 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000334894820948772,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":622,"viewportWidth":1221,"weight":0.00003347178765170239,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003339880439034808,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.0000333680183803267,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00003332189850243335,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.000033285697239402794,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003327508901568003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.95,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.000033273227990095815,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/289.0.577695730 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":535,"viewportWidth":375,"weight":0.00003324861791548894,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":522,"viewportWidth":320,"weight":0.00003321726005803427,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003321188370111967,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":676,"viewportWidth":1295,"weight":0.00003319855985857108,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7270.1014 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033193128240406154,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.000033179745754580216,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000033136631394650955,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":938,"viewportWidth":1540,"weight":0.00003313572248830579,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1087,"viewportWidth":834,"weight":0.0000331021801954202,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003307439506247629,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000033065937131457066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.00003302093200399063,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.000033015792563952925,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.00003298427482524852,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00003295133698358326,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000032940402018387065,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003285772889304198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000032843600354343025,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00003282946072339598,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.000032807822291082244,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003279771302183485,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003274835367186394,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000032714939384838246,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000032704756299876875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00003270468272493218,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":947,"viewportWidth":1710,"weight":0.000032667826254576224,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":732,"viewportWidth":430,"weight":0.00003263695172355183,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003263172960006562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.000032603093182123414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003259803160443475,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00003254288207307507,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":774,"viewportWidth":1592,"weight":0.000032520693594909975,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003251591226328177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0000325150448991792,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":693,"viewportWidth":1284,"weight":0.000032509417794957244,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00003247052962454031,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":785,"viewportWidth":1470,"weight":0.000032453295333524965,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000032424572389432116,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003239455776080589,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.0000323909460462172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003237894413150523,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003236807851083462,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":1440,"weight":0.00003233753140155211,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003233077795503772,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003230470935795917,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000322882096470475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00003226182112323874,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":829,"screenWidth":691,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":685,"viewportWidth":690,"weight":0.000032252639153754454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000032237059006481724,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000032225357773628226,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00003222381524350116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00003221598769451373,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7846.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032200166572213234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.00003219757711552057,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.000032164268033162945,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003215760140737553,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00003215161013063961,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000032140294711376404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":657,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":657,"viewportWidth":360,"weight":0.000032068375259356675,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003205567816010247,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00003204499680454964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00003203438772065987,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":310,"viewportWidth":734,"weight":0.000032023742464460255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":829,"screenWidth":691,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":750,"viewportWidth":690,"weight":0.00003201654134952734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003201227861190358,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7051.1299 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003200113895466207,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":955,"weight":0.00003198489335234474,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003198346177503764,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.000031980244117814093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":912,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":743,"viewportWidth":1366,"weight":0.00003196782806658249,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.000031950831774198445,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00003194457770707417,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00003193490594438261,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":411,"weight":0.00003190385356886514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":411,"weight":0.000031902591352235396,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.000031854455062821156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00003182885227813464,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000031824261295872,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":912,"screenWidth":1368,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":760,"viewportWidth":1368,"weight":0.00003178639846920704,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003167152498334428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00003166048397134247,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4743.1415 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003165680276132803,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":711,"viewportWidth":1536,"weight":0.00003165532243609729,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":685,"viewportWidth":1440,"weight":0.00003164732235426875,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00003164311702830159,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":827,"viewportWidth":428,"weight":0.00003160997311021395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00003159190317248705,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00003158504550337894,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003154627466795194,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003154286026844469,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/114.0.5735.124 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00003146822088594345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1039,"viewportWidth":1920,"weight":0.000031425966851975534,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":883,"viewportWidth":448,"weight":0.000031398404025353016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":411,"weight":0.00003138917287156396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.000031380374739568614,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":873,"viewportWidth":430,"weight":0.000031377227401439775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.000031358897660278805,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1180,"weight":0.00003135619839860147,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.000031350257839833106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000313385467404975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1977.1494 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003127522713109735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003126755086344362,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":792,"screenWidth":1408,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":614,"viewportWidth":1197,"weight":0.00003123616134203664,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000031193507563909716,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.35,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.000031184028666664716,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003117896551720626,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00003115426726434668,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000031130247912231835,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00003112614705635097,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":990,"screenWidth":1760,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":833,"viewportWidth":1760,"weight":0.000031120907193589334,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1534,"weight":0.00003111286249036753,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003110035337627048,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003108759230663101,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3386.1929 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031064957788570175,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.000031047211117297204,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":747,"viewportWidth":428,"weight":0.00003095708396441346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000030943852427597135,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.000030921156705695055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00003088515686232319,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00003088422213807395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.05,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":384,"weight":0.000030882313765043766,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000030872376924182464,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00003083995799522748,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1029,"screenWidth":1646,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":860,"viewportWidth":1646,"weight":0.00003078546362055463,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00003076866974280338,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00003075654437862865,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003074844022321487,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003072323359841074,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.00003068409918862811,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":610,"viewportWidth":360,"weight":0.0000306652930202541,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.000030650174157068215,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1072,"viewportWidth":2048,"weight":0.000030599404713093946,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000305895226909585,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":879,"viewportWidth":428,"weight":0.00003057175508773892,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000030570424498237174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000030554706087340525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":820,"weight":0.00003055031145113385,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003054187055812467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003053574411535119,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":740,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":612,"viewportWidth":360,"weight":0.00003052336975556022,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000030506279312290845,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000030505434187143687,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000030487746503789134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":684,"viewportWidth":1517,"weight":0.000030432417825642984,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.000030426986227775888,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.1,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":411,"weight":0.000030346652056317934,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000030300418738301155,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000030293206510722334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000030264797426979216,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.0000302420811536736,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":780,"viewportWidth":390,"weight":0.000030242073818579805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.55,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.000030225407794774527,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000030214929245186257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3728.1003 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003019793620488389,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00003019438386697406,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000030182830599870214,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":950,"viewportWidth":1679,"weight":0.00003017442830652622,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5688.1719 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030174099637541713,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000030169336935078618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":430,"weight":0.000030138858275327516,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00003012733793964241,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003007806557149112,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":768,"viewportWidth":375,"weight":0.00003005316094254998,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.65,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00003004728579576293,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000030041108580842626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":900,"viewportWidth":1881,"weight":0.00003001251244094266,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":0,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":488,"viewportWidth":762,"weight":0.000030003621948685662,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7049.1674 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002998939061886797,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000029989097756435685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":682,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":682,"viewportWidth":412,"weight":0.00002998518363080712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00002998151507437609,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000029970242869102267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.000029959320618311782,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.000029958160260019424,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.000029948991008240824,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":612,"viewportWidth":375,"weight":0.000029942670572960186,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.00002992441424448969,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00002988078456527022,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00002986125362004161,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":375,"weight":0.00002983436087020651,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.000029823458174268472,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.00002982300336017294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.65,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.000029789895297870714,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":411,"weight":0.00002978060291417739,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4239.1768 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002973089017173844,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000029727105898350807,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000029714752205861557,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00002967542716219485,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00002965112466883015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00002963777051866765,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.000029562801837096028,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000029516692277689384,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/295.0.590048842 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.000029475868520351387,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.000029455628036380346,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00002938703345455536,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000029345945379752547,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.000029343806650100875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.000029331472113413526,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000029314930846523648,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.00002926771010350408,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.000029264448151969093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000029240015823723013,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.75,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.00002920470930699819,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00002916825158417049,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000029166521571165247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":411,"weight":0.000029147932151131413,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000029135928054759772,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002909466670128723,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":462,"viewportWidth":256,"weight":0.000029057363832905125,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.000029042889237273664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"downlinkMax":null,"effectiveType":"3g","rtt":400,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.000029035820614899525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.5,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":793,"viewportWidth":1536,"weight":0.00002902518961409857,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00002902107883791323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00002901642338874122,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000028973276567781018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000028944761586056605,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":685,"viewportWidth":402,"weight":0.000028869222717769985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00002883258166419885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.15,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1318,"weight":0.000028815241030498963,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00002879192916039327,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":820,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 14; Infinix X6711 Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/134.0.6998.135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":360,"weight":0.00002877609211245526,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00002877337984231786,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2330.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028771429644632916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.65,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000028759790553811393,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000028746869004849087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":929,"viewportWidth":1920,"weight":0.000028737183152759373,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000028694657382208734,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000028691709650113315,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00002868068140550344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1366,"weight":0.00002868047236658511,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002866704931643653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9606.1909 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028639324775069,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000028635313879448297,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":393,"weight":0.00002863515075015992,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000028630080074010633,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.000028626940244646884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":711,"viewportWidth":1470,"weight":0.000028576666110775915,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"downlinkMax":null,"effectiveType":"3g","rtt":350,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":806,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":664,"viewportWidth":360,"weight":0.000028574521404421562,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":705,"viewportWidth":414,"weight":0.000028534522254581637,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000028472891011694843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000028470284609893738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":411,"weight":0.00002846273175112698,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000028430748724393954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00002840745327516854,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.15,"downlinkMax":100,"effectiveType":"3g","rtt":1200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.000028405865242883566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.00002839885914277368,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":675,"viewportWidth":393,"weight":0.000028389144189094975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1026,"viewportWidth":2048,"weight":0.000028381285772514042,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000028324335203768847,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.00002829850419680379,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.35,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.00002828351579706936,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00002824029038200513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.00002822168567073687,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.000028218604344723794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.4,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":1600,"weight":0.000028193481184638202,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.000028190348059834524,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":765,"viewportWidth":1360,"weight":0.000028179065195379913,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":546,"viewportWidth":1272,"weight":0.000028139979485346458,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.000028118094182894882,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":675,"viewportWidth":402,"weight":0.000028115472665698625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.000028079111385275345,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000028072189200416495,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000027985836626008984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000027951368119563746,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000027894765885909283,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6318.1099 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002787333485343096,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00002784122869911168,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.000027797296125207077,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000027787462860981737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.4,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":384,"weight":0.000027758785607997886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000027745346619479466,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00002774141851564289,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000027738105787302483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3428.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002768646075598308,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000027685966298438973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.000027685106264292376,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0","vendor":"","viewportHeight":720,"viewportWidth":1280,"weight":0.00002766419966844535,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1318.1728 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027660941000371614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000027648544998849334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000027629888398815355,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000027567340389715186,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":1279,"viewportWidth":2560,"weight":0.00002752209058188072,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000027482109689011924,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000027480457006685883,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":902,"screenWidth":1604,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":770,"viewportWidth":1380,"weight":0.00002745721661578025,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00002744864933218258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.000027429783909050534,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.000027426229568427247,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002742226016837954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5599.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027417643514871963,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1235,"screenWidth":2195,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1074,"viewportWidth":2195,"weight":0.000027397220297026046,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":642,"viewportWidth":1318,"weight":0.000027394333606035153,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000027349512572486837,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":250},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.000027331205988356804,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.000027268109005990853,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":684,"viewportWidth":1440,"weight":0.000027246953679559134,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000027233955142446954,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.000027225782801301012,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.000027193272034583264,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000027190638044096892,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":879,"viewportWidth":524,"weight":0.00002715888102133798,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00002715521216946525,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002714867435909296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000027133212970579722,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000027117752464347716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1270,"viewportWidth":1278,"weight":0.000027083206577790747,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.35,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":790,"viewportWidth":411,"weight":0.00002706373625245415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00002704970795522486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.000027048190148196223,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":7,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":440,"weight":0.000027039879062362602,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000026999609518149745,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":771,"viewportWidth":1080,"weight":0.000026997721162775197,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00002698956419218698,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002695215266299293,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":713,"screenWidth":1180,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.000026941921045343288,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.0000269404594203695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1318,"viewportWidth":2560,"weight":0.00002689484972635962,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00002684951738327009,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":932,"viewportWidth":1498,"weight":0.00002684391407747538,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002683891624072506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":887,"viewportWidth":939,"weight":0.000026822802450317862,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":393,"weight":0.000026817046134748593,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":919,"viewportWidth":1920,"weight":0.000026805227501743415,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000026738119547025163,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000026738041371151578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000026734856928840457,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002673160004455864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1600,"weight":0.000026726726133019664,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2529.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002672124206772789,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.000026691028689672517,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":430,"weight":0.000026671897554313333,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000026653061015937495,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000026627344268415988,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":740,"viewportWidth":1536,"weight":0.000026618669425010604,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00002661214049604369,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000026608539286849704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.000026597479820653106,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00002656110088643847,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00002655181146865215,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000026545355230196557,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002651960203227899,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.2,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":412,"screenWidth":915,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":303,"viewportWidth":869,"weight":0.000026496980852545027,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000026480777463586742,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7814.1726 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002647407178284775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.000026453824647187873,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000026453785869476227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000026445886048427125,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2539.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026441612751206965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1045,"viewportWidth":1839,"weight":0.00002641859511606563,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00002639252425700759,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":375,"weight":0.000026353274407525667,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000026259298567358554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6944.1165 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002624939588134776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000026240313733773423,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00002622472683500701,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000026207926668168457,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00002618032819091517,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1713,"weight":0.000026134053734856002,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000026118373062550337,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000026117465069654436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000026085018666048194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.000026074489548936126,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6432.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026063348345887367,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":553,"viewportWidth":375,"weight":0.00002604298932385881,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.35,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":2560,"weight":0.000026020311683625363,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000026018439946168963,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002599136181125046,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000025979663180037744,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":619,"viewportWidth":390,"weight":0.000025953408399389668,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":null,"effectiveType":"3g","rtt":1050,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.000025900179939764003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":915,"viewportWidth":1680,"weight":0.000025891119820179518,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.35,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1012,"viewportWidth":384,"weight":0.000025851584914732968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000025781359685102648,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.000025778007237434105,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.4,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":360,"weight":0.0000257622833495525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000025754464516298705,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.00002574818018373891,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000025736423984828084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7338.1347 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002573391586758608,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1366,"weight":0.00002573065938507691,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002571783047809222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000025696800742855583,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002564083655042472,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":912,"viewportWidth":1270,"weight":0.00002563630652139887,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.000025629850564521923,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9508.1460 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025629125671116815,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00002562189320614808,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4512.1079 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025604722733062627,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000025556504077118744,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000025548320682825404,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002554800989786671,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":881,"viewportWidth":1680,"weight":0.000025543937076562653,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.4,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1470,"weight":0.00002553894067705778,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.000025529631249502806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":945,"screenWidth":424,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":839,"viewportWidth":423,"weight":0.000025475089895864623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00002545003566912229,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1920,"screenWidth":1080,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":963,"viewportWidth":1080,"weight":0.000025440105771264665,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9016.1390 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025414665624826993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":878,"viewportWidth":1853,"weight":0.000025388074819693476,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002537583404696429,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":792,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":360,"weight":0.000025361319946938063,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000025357481380399834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1344,"screenWidth":1344,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.72 Safari/537.36","vendor":"Google Inc.","viewportHeight":1344,"viewportWidth":1344,"weight":0.000025356534512801793,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.000025336100024712396,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":732,"viewportWidth":440,"weight":0.000025334289154551297,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00002529746078434546,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.95,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.000025237434313791304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":832,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":1280,"weight":0.000025188445329929434,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1600,"screenWidth":18100,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1200,"viewportWidth":1216,"weight":0.00002513460260924638,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.000025122415703862017,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.000025100040118853576,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1344,"screenWidth":1344,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.72 Safari/537.36","vendor":"Google Inc.","viewportHeight":1344,"viewportWidth":1344,"weight":0.00002507352133990543,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.000025055617845696137,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.000025041188668793394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":411,"weight":0.000024981942000807938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00002491230614485956,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.000024847047148814676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":832,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.000024827832549294345,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00002482261885837615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00002479381283095501,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":909,"viewportWidth":1920,"weight":0.000024746578350276504,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00002470388444427732,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":393,"weight":0.000024687238712079498,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00002464530135977084,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.000024642494156146164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":572,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":572,"viewportWidth":360,"weight":0.000024624531252215494,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000024589220916110307,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000024538522114829335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00002452112354025139,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.55,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.000024513253926089964,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.000024482044063870917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.000024462910553316826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000024462883121584376,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000024455819824607888,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00002445426032546124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1279,"viewportWidth":1754,"weight":0.000024434647382182323,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00002443434421677574,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00002439972412043135,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.65,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00002432439524959254,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000024306531672703582,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002430577330321006,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00002425761769227957,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00002425569960490553,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00002424981855693994,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000024173695170385795,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000024156423928404317,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002414679749998029,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000024146140971054876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1307,"viewportWidth":2308,"weight":0.000024140591451495174,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.85,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":970,"viewportWidth":1877,"weight":0.00002413062322829069,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000024129513144862345,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00002410263077049751,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":806,"viewportWidth":1512,"weight":0.00002409962581018598,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":871,"viewportWidth":432,"weight":0.000024091645034021032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1470,"weight":0.000024071468067983746,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":739,"viewportWidth":1536,"weight":0.000024071036775949006,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":815,"viewportWidth":1440,"weight":0.00002404328878186387,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002400157866963837,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00002400052693630491,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":906,"viewportWidth":1600,"weight":0.000023945502926866346,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000023917814733127973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000023885091172554904,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":712,"viewportWidth":414,"weight":0.0000238726488845689,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002386679579394897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1440,"weight":0.000023861294016683332,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":854,"viewportWidth":430,"weight":0.00002382763105476395,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002382232103923588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.000023797296350381578,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000023794835436425758,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00002377550893982018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2752,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1030,"viewportWidth":2752,"weight":0.000023761888071531584,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":1272,"weight":0.000023722351610375355,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7889.1375 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023721794625123523,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.1,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1280,"viewportWidth":2552,"weight":0.00002370815625185771,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":915,"viewportWidth":1680,"weight":0.000023691453226266823,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000023683378106906543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1000,"screenWidth":1500,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":873,"viewportWidth":1500,"weight":0.000023661634121834763,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000023648183708035903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000023622176727657202,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000023614671638772977,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00002361339394012082,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00002359934100125851,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.000023588028238702916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.000023587031835322216,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":430,"weight":0.000023585947379872453,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000023556193232359393,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002354039060709312,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.000023490911008037285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00002347229426754596,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":661,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":661,"viewportWidth":384,"weight":0.00002341278513720039,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3606.1722 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002340866008783131,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1004,"viewportWidth":768,"weight":0.00002336580933619345,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.00002336457212729561,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":795,"viewportWidth":1512,"weight":0.000023364135956714252,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7076.1333 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002335923062089964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000023346023206974414,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":517,"viewportWidth":393,"weight":0.000023342538061211777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00002332170505443265,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.6,"downlinkMax":null,"effectiveType":"4g","rtt":250,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":384,"weight":0.000023305213297888857,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":550},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.000023274695417344164,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000023254037811834594,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000023252993802376865,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00002324637478891609,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6459.1548 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002324577568898868,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00002322405125187544,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000023217260641523828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":390,"weight":0.000023195171687667156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000023181896973730358,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2664.1591 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023179796876910026,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000023157792086560034,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.000023148089020990123,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000023141614369984578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000023129870840576118,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":393,"weight":0.000023117376881384874,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000023091243282518794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.00002308437320175652,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00002308288302401639,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.000023024115582140543,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0000229771632973357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":716,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":716,"viewportWidth":412,"weight":0.00002297328544921509,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7992.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000022951157304592896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00002294678293249076,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.3,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":1272,"weight":0.00002291583749363071,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.000022913423133897264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":411,"weight":0.000022886116691060302,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000022854737620708442,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.000022854692599168804,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000022813654563276922,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8452.1175 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002279899430684749,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000022789661828181253,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":609,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/26.0 Chrome/122.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":360,"weight":0.000022785806613443237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0","vendor":"Google Inc.","viewportHeight":930,"viewportWidth":1920,"weight":0.00002277316764925388,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00002274517668537271,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000022720058994386276,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00002271280512616719,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002271037413751433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00002270890258822447,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/327.0.656162734 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.000022672596581798115,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000022650880207587073,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000022640166262261493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.000022630530518711557,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2714.1239 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000022605973168227946,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00002259776814089615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.000022583747102575152,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000022553175701833917,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00002251723179134493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000022517059860102126,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002247425691247207,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":933,"viewportWidth":1684,"weight":0.000022469502876210726,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":772,"viewportWidth":1440,"weight":0.000022424790096003797,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000022420552415879925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000022398410080749812,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.000022396242191099966,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00002238338968973161,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000022375293558520623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6993.1621 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000022350475592218254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":805,"viewportWidth":411,"weight":0.000022344033476556472,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.00002231714395317924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00002229705309107286,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000022289779010883852,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000022287965870385698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00002228788151782864,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00002226980304775505,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000022269492320192524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6640.1760 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002222449278097655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":571,"viewportWidth":1270,"weight":0.000022223548428852672,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.25,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":825,"viewportWidth":1707,"weight":0.000022221794796149555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":640,"viewportWidth":384,"weight":0.000022209388199477724,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00002217411546484716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":787,"viewportWidth":1482,"weight":0.000022120299372623867,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":617,"viewportWidth":360,"weight":0.000022120058278589913,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.05,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":962,"screenWidth":601,"userAgent":"Mozilla/5.0 (Linux; Android 5.1.1; KFGIWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/108.16.2 like Chrome/108.0.5359.220 Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":602,"weight":0.00002211976483486065,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":715,"viewportWidth":411,"weight":0.000022116361280627993,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000022112742459263704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000022091806818734566,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":749,"viewportWidth":1080,"weight":0.00002208130449845436,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":342,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":342,"viewportWidth":384,"weight":0.000022069560351927692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5821.1721 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000022055360573226114,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000022054994724226914,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002204333396034511,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00002202608832847052,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":393,"weight":0.000021986012971778544,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000219732966921984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000021934258592212,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":616,"viewportWidth":393,"weight":0.000021916445150582338,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1256,"viewportWidth":1024,"weight":0.000021914801247150358,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002190642329975129,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":703,"viewportWidth":1536,"weight":0.000021897499253980816,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000021895095745444623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000021885182038700098,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00002187407211108625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.8,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00002186642295873911,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":627,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":627,"viewportWidth":360,"weight":0.000021840131789124865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000021814624317210117,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00002180983603996748,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1696.1885 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000021794353500320848,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1065,"viewportWidth":2240,"weight":0.000021760452826603,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.05,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":1440,"weight":0.000021758209672786834,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":813,"viewportWidth":411,"weight":0.000021748757103276708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6708.1448 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002170620291713486,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000021690891379324,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":1469,"weight":0.000021690729917055387,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":633,"viewportWidth":375,"weight":0.000021651292796682065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000021650007528135017,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000021626429342951493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000021564205055665623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000021550088758810037,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002154387842645511,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":430,"weight":0.00002152783656636916,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":636,"viewportWidth":1024,"weight":0.000021518135072904213,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000021514875693884076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.000021506199067878162,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/131.0.6778.73 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.00002150118585288765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6268.1047 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002149567191207405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.000021491183575043646,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.000021478070540342017,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000021441224666422375,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.000021439137626244493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00002141763841224209,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.000021413387416994898,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1110,"screenWidth":1664,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":856,"viewportWidth":1513,"weight":0.000021395937464685054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.000021385242885664465,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000021338512018513964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.25,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000021332200254264284,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002130368746182184,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00002124244731323423,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000021203997593601568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000021168750389984475,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":430,"weight":0.000021122216742327508,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000021108548074237895,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.75,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.000021106946971742447,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":1317,"weight":0.00002107326042895967,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4969.1245 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000021070911977995346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002104154466251689,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000021019915275099038,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00002101893578863586,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000021016321994905867,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00002100518130311042,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":428,"weight":0.000020998188580491156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":552,"viewportWidth":375,"weight":0.000020985363520317414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000020956150795776416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":808,"viewportWidth":1528,"weight":0.000020953621406335965,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000020951323500521862,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000020941850323287946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7722.1509 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000020909364077069422,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000020892842371388083,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00002088756558534159,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":647,"viewportWidth":1280,"weight":0.00002087290371305522,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000020871192732671887,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000020811505441600572,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":1120,"screenWidth":1792,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1057,"viewportWidth":1792,"weight":0.000020808886278237562,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1148.1424 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000020771522566175534,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":947,"viewportWidth":2560,"weight":0.000020760481426130373,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":672,"viewportWidth":402,"weight":0.00002072153047013657,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/360.1.737798518 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000020701126175352885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.9,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":903,"viewportWidth":1830,"weight":0.000020698801070702764,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":1296,"weight":0.000020658777208047684,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00002061909708028663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1488,"weight":0.000020599136977942217,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0000205945304553758,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7952.1188 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000020561116033233835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00002056022809728796,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000020533594158549612,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000020485466324480103,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000020485402075586236,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000020472849220702124,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002047263589783014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.000020435643834687133,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":375,"weight":0.000020393038354074365,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.000020321247413445184,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002031474860368716,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000020292078202338046,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":550,"viewportWidth":1265,"weight":0.00002023565170848825,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00002017113637787707,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7141.1641 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000201429599843475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.000020122876663233267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000020121702529043836,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000020119052887999368,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.000020107351381203603,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.000020087653745354444,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000020075706771774214,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":574,"viewportWidth":339,"weight":0.000020058649308421903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2304,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2304,"weight":0.000020047059861579973,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9464.1761 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002001617070014006,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8401.1910 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002000390261277943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.45,"downlinkMax":100,"effectiveType":"3g","rtt":750,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1060,"viewportWidth":384,"weight":0.000019993487668093736,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00001999305107791476,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1440,"weight":0.000019975858934689983,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":684,"viewportWidth":1517,"weight":0.000019936783792078265,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":861,"screenWidth":388,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":387,"weight":0.000019923853957802914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6334.1968 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000019907349628729144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.6,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":7,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":690,"weight":0.000019905176660657067,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":589,"viewportWidth":360,"weight":0.000019903934121403796,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9161.1743 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000019826777496125014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.05,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":640,"viewportWidth":1272,"weight":0.000019794011657227684,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00001975485113034531,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8662.1793 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000019754223515827172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.000019752137068919762,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.25,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000019750654024415404,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.0000197420652643522,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00001972932184432494,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00001970243206690531,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000019677634190016262,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":697,"viewportWidth":384,"weight":0.000019654325881339744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8613.1189 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000019654228853435346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000019647508103598502,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":835,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":707,"viewportWidth":375,"weight":0.00001964084498224926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":879,"screenWidth":1562,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":662,"viewportWidth":1412,"weight":0.000019624721550579974,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000196229136222358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000019619311436745712,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":613,"viewportWidth":375,"weight":0.000019579367431985943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.00001955236980884925,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001946180085714695,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00001944600720062871,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00001944081450765094,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":605,"viewportWidth":360,"weight":0.000019423427679255004,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000019420630676343398,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000019417581662758192,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000194172634332826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000019408476083458685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000019398166437166708,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000019383539484379465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00001937638456648405,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000019374470684909425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1280,"viewportWidth":2552,"weight":0.0000193727867453665,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.000019357014087299128,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00001935172052572781,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000019348344776380377,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.0000192460817620979,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.3,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000019245221730246004,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000019232354333577712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.000019221704855344682,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000019207897120334736,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00001912871049864638,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000019106945341743447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00001910688812870615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4399.1904 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000019082628045978916,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1036,"viewportWidth":1929,"weight":0.000019054587189230078,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.000019053128608997653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.0000189985644643664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.000018965582149071142,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":616,"viewportWidth":375,"weight":0.00001892436957099772,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.05,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.000018844747298134247,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000018839995085298006,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000018835790525399358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000018823135897283965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0000187954719178154,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000018785344086303355,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00001878130682095874,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00001871730460533493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00001870699809909966,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1000,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1000,"viewportWidth":1728,"weight":0.000018545428023061546,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":2,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":747,"viewportWidth":1600,"weight":0.000018537595923992125,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 OPR/95.0.0.0 (Edition Yx 05)","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1905,"weight":0.000018537464189659454,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.000018533355106068086,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":2048,"weight":0.000018494814108713056,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00001847966001563138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.75,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":384,"weight":0.000018470668144213636,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000018461519923404197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000018461081523228708,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.05,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":981,"screenWidth":1745,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":846,"viewportWidth":1745,"weight":0.000018451490368891438,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":414,"weight":0.000018440326617154167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000018386770498696183,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.000018385409799473518,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":832,"viewportWidth":1512,"weight":0.000018367048875799328,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":913,"viewportWidth":1791,"weight":0.000018363163296760886,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000018327690997521506,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000018325627872756366,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.000018312803064523504,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000018307481480144165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000018291091705532787,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001828291776944357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":1440,"weight":0.00001821410061841997,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.9,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":1528,"weight":0.000018197406464034653,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3725.1177 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000018153534529218065,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.00001814505297465307,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000018140071505557242,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":771,"weight":0.000018125941241197444,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00001811805911995427,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1073,"viewportWidth":1920,"weight":0.000018116983683023285,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00001811022916710793,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001810154949675551,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000018098379813343024,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":829,"viewportWidth":414,"weight":0.000018096217962737185,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000018092692805352203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.000018046595957405112,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3644.1306 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000018009305625350277,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000017981560784873338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5755.1056 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00001793408963381478,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1187,"viewportWidth":981,"weight":0.000017898894535257767,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.000017893818123535453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00001787127008481267,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":697,"screenWidth":1241,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":577,"viewportWidth":1241,"weight":0.000017803855723652818,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000017777202055338535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":1050},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1280,"weight":0.000017758638187916716,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":899,"viewportWidth":1460,"weight":0.000017730885901952702,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":0,"screenHeight":1600,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36","vendor":"Google Inc.","viewportHeight":1600,"viewportWidth":1600,"weight":0.00001772344303587815,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":962,"screenWidth":601,"userAgent":"Mozilla/5.0 (Linux; Android 11; KFRAWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/132.5.3 like Chrome/132.0.6834.209 Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":602,"weight":0.00001768772660299557,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":375,"weight":0.0000176750978759185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.8,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1600,"weight":0.000017667117471283747,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000017655035102338174,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000017650612067212748,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000017641959870471886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":621,"viewportWidth":375,"weight":0.000017602292930382447,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":879,"viewportWidth":428,"weight":0.000017596499004951474,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00001757176505397941,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000017514865594414595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":689,"viewportWidth":411,"weight":0.000017514488102505552,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1287,"viewportWidth":2560,"weight":0.0000175077840697796,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00001749753697557805,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000017482783246608196,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":550,"viewportWidth":326,"weight":0.000017465419821299862,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000017453284694452383,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000017449684319397178,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1333,"screenWidth":2371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.000017422020932651514,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000017408568000686636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00001740155583969568,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000173865920530283,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":922,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":771,"viewportWidth":411,"weight":0.000017363976322299004,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":620,"viewportWidth":375,"weight":0.00001736134804261114,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00001735802995171577,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.000017350012950688043,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000017309318630052047,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":873,"viewportWidth":430,"weight":0.000017301014277377064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":811,"viewportWidth":432,"weight":0.000017290954244630764,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000017266619282492044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":996,"viewportWidth":1865,"weight":0.00001725819640001474,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8894.1075 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000017236133628556946,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.000017230987678104985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000017226025493985606,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000017213409659308814,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000017165198759099612,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000017160872296344784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":384,"weight":0.00001714368633227361,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1266.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000171397773772859,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001712901483788303,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1432,"weight":0.00001712717121856783,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":3840,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":874,"viewportWidth":1911,"weight":0.00001708857713537799,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000017059565903482004,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000017045430270083594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000017044656778686234,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000017040930305520407,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000017031981913047375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000017031715691471646,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000017022713045139583,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.000016994523739417182,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":632,"viewportWidth":375,"weight":0.00001698985080495112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":500},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.000016986607888745505,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":396,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":395,"weight":0.000016967357180945755,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00001695491977303219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"downlinkMax":null,"effectiveType":"3g","rtt":400,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":753,"viewportWidth":411,"weight":0.000016918232628977204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":686,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":686,"viewportWidth":384,"weight":0.000016911879387564915,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3547.1611 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000016904927514746755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000016886992001764188,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/358.1.731895952 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":1080,"weight":0.000016874652165006912,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1031,"viewportWidth":1920,"weight":0.000016840010544617088,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/359.2.735510536 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00001679583894983233,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.000016785591022907206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.00001678390298068411,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/294.0.588955078 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000016753669572067388,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000016750860737286103,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000016715552662048424,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":912,"screenWidth":1368,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":788,"viewportWidth":1368,"weight":0.000016710025417454648,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000016667062972870138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.85,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":1528,"weight":0.00001664621714409224,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00001663144923879609,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000016625481170400295,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Android 14; Mobile; rv:136.0) Gecko/136.0 Firefox/136.0","vendor":"","viewportHeight":695,"viewportWidth":360,"weight":0.00001662344308191568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000165577308450918,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00001655462855000472,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000016529072707956725,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000016505950657275193,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00001642864574158107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00001641904364922931,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":1080,"weight":0.000016413636578143968,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000016385084459784164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000016373744894001604,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.000016364054578190943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000016338641489424004,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":402,"weight":0.000016320890879810596,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00001631800517796639,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":4,"screenHeight":908,"screenWidth":1723,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":906,"viewportWidth":1720,"weight":0.000016313649610987887,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000016308849631084126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.000016278435695481804,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000016248825586302495,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000016241204729047614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0","vendor":"","viewportHeight":720,"viewportWidth":1280,"weight":0.000016240753703806916,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.9,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":411,"weight":0.000016233328505808742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":653,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":653,"viewportWidth":384,"weight":0.000016229865444686513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7031.1315 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00001618388707514829,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":984,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":432,"weight":0.000016158882747946165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00001615595375300844,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000016148087020147207,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.000016078438160066133,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":639,"viewportWidth":1066,"weight":0.000016040402168287427,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000016030674050129013,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000016020778182688043,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.4,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":736,"viewportWidth":1301,"weight":0.00001600920088171465,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.95,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00001597120411759884,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":820,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 12; TECNO LG6n Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/134.0.6998.135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.000015929191561343305,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000015910346131543707,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000015909695454496193,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000015907953329360615,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":667,"viewportWidth":1503,"weight":0.000015893503925343875,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":670,"viewportWidth":1440,"weight":0.000015893448997053366,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00001587713769483798,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00001584973797475483,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000015824390306089582,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":839,"viewportWidth":1470,"weight":0.00001582385563950975,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000015801400159188415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1344,"screenWidth":1344,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.72 Safari/537.36","vendor":"Google Inc.","viewportHeight":1344,"viewportWidth":1344,"weight":0.00001578448036925544,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000015722762248381157,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00001571277221232234,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00001570466853367829,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.4,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.000015700545243562054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1536,"weight":0.00001567655213584853,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00001566604438776891,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000015661971911675633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.8,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":663,"viewportWidth":360,"weight":0.000015644996249877527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000015633204134261735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000015629055862882238,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9488.1938 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000015622369571127777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000015607103916499823,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":944,"viewportWidth":1520,"weight":0.000015596158101024725,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000015590968516805063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":736,"viewportWidth":392,"weight":0.00001557673271519385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":845,"viewportWidth":1420,"weight":0.000015548379606115372,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000015517126120755323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000015502176452686435,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00001548984117776776,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000015470746159489246,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001546951429396623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000015468991946465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000015439731967223713,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000015426424684290726,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.2,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000015340641677005014,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000015317811663743082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000015284377466327178,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22B91 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":774,"viewportWidth":414,"weight":0.000015280916435109673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":768,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1280,"weight":0.000015265296280971606,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000015261806372957778,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1314,"viewportWidth":2552,"weight":0.0000152435280181528,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.000015198025656537659,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":360,"weight":0.000015195483100681396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00001519164829582492,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1017,"viewportWidth":1767,"weight":0.000015180239478747947,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000015177350108116606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.00001517009116076319,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000015165990629384248,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.000015123358100364244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000015104325265483868,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000015089368315345835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.45,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000015072688979491034,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":947,"viewportWidth":1920,"weight":0.000015040743655078772,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.5,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.000015025870744837386,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.000015020070554424357,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000014965117295983425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00001490443208176784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":720,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":412,"weight":0.000014886643306650716,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.000014885808655344647,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"downlinkMax":null,"effectiveType":"4g","rtt":250,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":663,"viewportWidth":384,"weight":0.000014883964874539993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":699,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":360,"weight":0.00001487381190375918,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.000014862382543249962,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00001481623909073922,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000014809832123619423,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.000014805638728352347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.1,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.000014726527689456351,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000014720224126068075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":1440,"weight":0.000014710697933759404,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":430,"weight":0.000014664333212929768,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00001461803368999022,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.000014582607251560868,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5243.1647 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000014569779864442297,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000014553394161752755,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.00001455047565986851,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00001453370216978359,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000014525604326125084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1512,"viewportWidth":891,"weight":0.00001451775127764526,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.8,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":384,"weight":0.000014417144895147526,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000014399387237776313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000014389220108028513,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.75,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":360,"weight":0.000014386042186917797,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000014372620191970707,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1600,"weight":0.000014369801579889325,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000014286553938642126,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001424077156930391,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001421094236624673,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000014159591239380198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.000014131977036134492,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000014114146229303828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1271,"screenWidth":2046,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":923,"viewportWidth":1664,"weight":0.000014104942042786564,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00001410084700760129,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.000014065397136307936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000014024661304663583,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000014000357668496928,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.000013999671988572949,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":815,"viewportWidth":1440,"weight":0.000013984320741247323,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":2560,"weight":0.000013916523854621367,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3880.1978 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000013781926263923634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6519.1366 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000013768836769460296,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":726,"viewportWidth":1324,"weight":0.000013767591134869479,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":878,"screenWidth":1352,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":657,"viewportWidth":1352,"weight":0.000013762545777405152,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.000013748118518083725,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":890,"viewportWidth":1575,"weight":0.000013739741351234152,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.3,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000013725572101121998,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000013714875307846731,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000013702201690400255,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000013686911207751864,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":384,"weight":0.000013684697307548274,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000013647354944037859,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000013637318215847168,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":693,"viewportWidth":1434,"weight":0.000013619562425949183,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000013611817238551133,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000013608584782935877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00001360075661067166,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00001354747163759525,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000013540708742620374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":846,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":411,"weight":0.000013520465135808179,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.15,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":824,"viewportWidth":1536,"weight":0.00001350169670880476,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000013498615296793419,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5701.1346 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000013496699738323166,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.000013434090299374988,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000013421763102998166,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":639,"viewportWidth":1280,"weight":0.000013399175720775423,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00001338500691814187,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001332450408830155,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":393,"weight":0.000013322076270108697,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000013321355517495917,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.000013309522681922884,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000013302762740155384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":717,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":412,"weight":0.000013279236182345965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000013256211994293398,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":1440,"weight":0.000013249764836066155,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000013249492765616896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.000013248900810667108,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001319724118404412,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":707,"viewportWidth":1420,"weight":0.000013187399350058013,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000013173565977986409,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1344,"weight":0.000013171128511061117,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000013144902772859191,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":821,"viewportWidth":430,"weight":0.000013115711002954472,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":662,"viewportWidth":1536,"weight":0.000013109055275682493,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":787,"viewportWidth":868,"weight":0.000013101635491560872,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00001307260544507475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":792,"viewportWidth":1633,"weight":0.000013068327253479948,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.95,"downlinkMax":100,"effectiveType":"3g","rtt":550,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":716,"viewportWidth":411,"weight":0.000013061615557533135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":360,"weight":0.00001305017220893769,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1333,"screenWidth":2371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.000013046847758457172,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.000013042296759368237,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.000013033427161541247,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000013031718185322911,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00001302596217398167,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000013012013496442886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00001299247052043426,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1440,"weight":0.000012982747813768644,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000012960096788529163,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00001295050234037884,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000012926072473231375,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000012912489583670985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000012906264691336078,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.00001289868864026184,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":947,"viewportWidth":1920,"weight":0.00001287623062707572,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":973,"viewportWidth":1888,"weight":0.000012869718196463316,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000012868699648851773,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000012862787651731742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":5400,"screenWidth":9600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.000012859886099180735,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000012858963515468221,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000012851710827514979,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":918,"screenWidth":1923,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":917,"viewportWidth":1920,"weight":0.000012819391378567855,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000012818262902725228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":879,"viewportWidth":1460,"weight":0.000012794213592289165,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.000012760888012124313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.85,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":1600,"weight":0.000012717863282691902,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":7,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":706,"viewportWidth":430,"weight":0.000012703129610287489,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.000012702317240644613,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000012690793301280297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":808,"viewportWidth":853,"weight":0.000012655570082942922,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.000012652256913182799,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":879,"viewportWidth":524,"weight":0.000012621696317373839,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.000012611227713333504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":639,"viewportWidth":384,"weight":0.000012610570381152186,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000012594930972546363,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001255615384957579,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.000012551716307347502,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000012515717108503351,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000012498079944005993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.95,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.000012488593445137644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00001248722111157242,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":0,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":1528,"weight":0.000012474853682618095,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":1528,"weight":0.000012473897425885602,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":717,"viewportWidth":414,"weight":0.000012467856151917173,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00001244619971337202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000012437334201032977,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.95,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00001242739742231021,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.8,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1488,"weight":0.000012419336586719502,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000012416731007009386,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000012389478259549312,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.000012358464281802476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000012347171539528308,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000012324381618064619,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":962,"viewportWidth":1728,"weight":0.00001231819344073059,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":690,"viewportWidth":1080,"weight":0.00001230013035267597,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00001229008928645622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1366,"weight":0.000012274003931451095,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.000012265079052617686,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.000012258148819950333,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.000012238911875103894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":652,"viewportWidth":360,"weight":0.000012235852424048474,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":4,"screenHeight":977,"screenWidth":1763,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":970,"viewportWidth":1756,"weight":0.000012219264116692048,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000012170650112515921,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000012153507813394429,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000012136798111453901,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000012128760839955808,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.000012119657424972858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5957.1109 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000012110906438384335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000012087612426379562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":527,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":527,"viewportWidth":320,"weight":0.000012079267681043615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.000012074976957773392,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.85,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.000012007921242024968,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.000012007247149082187,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000011998668428556247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.000011982254132247696,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.000011978211807558795,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00001192396428613287,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.000011914784960886994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000011878562893926495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.00001186588998918846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000011849473616715666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000011829203022758983,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00001179710344141268,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000011794993292620187,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000011793119861103134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000011786056746411859,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000011781310015512445,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000011776110746564324,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000011762211470329273,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000011761031767885275,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":638,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":638,"viewportWidth":384,"weight":0.000011682765829660215,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000011673503120448064,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00001166433375572083,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00001163952042144945,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/128.0.6613.92 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0000115638150249581,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000011546073078239373,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":925,"viewportWidth":1879,"weight":0.00001154521507316122,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000011538859604890482,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":925,"viewportWidth":1884,"weight":0.000011535946649341102,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000011534640560558414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.00001150152899127317,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":4,"screenHeight":780,"screenWidth":1498,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":1496,"weight":0.000011469510164337854,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.000011441513075083822,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/136.3 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":428,"weight":0.000011399430103834393,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000011388979817258384,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000011381840703914098,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.00001136264841483819,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000011354899953367601,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9992.1991 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000011340987472670778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1797.1481 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000011315110005937782,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":840,"viewportWidth":1470,"weight":0.000011275885995761273,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.000011243149494566749,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000011229399890034406,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000011216718224174008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":948,"screenWidth":1685,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":819,"viewportWidth":1685,"weight":0.000011189891684395128,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/346.1.704810410 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000011188641195598522,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000011138356711333725,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.000011105250380057986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":601,"screenWidth":962,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":465,"viewportWidth":961,"weight":0.000011098450310423234,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000011090412886866224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.000011070063603131163,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.000011064334763761924,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":375,"weight":0.00001105264997228539,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.000011052151134871896,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.000011034638603469862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":441,"viewportWidth":780,"weight":0.00001102483241947954,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.000011012463111457573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5724.1645 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000011003836197133045,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000010954947506330896,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000010943571550593866,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.000010941501579693934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":630,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":630,"viewportWidth":360,"weight":0.000010934310106967986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.65,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":658,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":529,"viewportWidth":320,"weight":0.000010929631551074963,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9606.1950 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000010911408930565048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":1855,"weight":0.000010899331767023197,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000010896668525700956,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":622,"viewportWidth":375,"weight":0.000010888303134328035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":661,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":661,"viewportWidth":384,"weight":0.000010887057468743588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7187.1800 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00001087866841127669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1728,"weight":0.000010877430108374065,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000010874396740462162,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000010861057093066511,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000010849271937325472,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/131.0.6778.73 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00001083649945994121,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000010836232505897415,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":1526,"weight":0.00001079941449663246,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000010788410522778402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000010783613357362667,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.00001077330678650767,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1707,"weight":0.00001077128261125827,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":941,"viewportWidth":1699,"weight":0.000010771127389677373,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000010769108426521958,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000010745047136348913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":946,"viewportWidth":958,"weight":0.000010743952712655007,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.000010739770565552738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.3,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000010730825242465613,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":775,"viewportWidth":462,"weight":0.000010723657576953513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.000010712353633636946,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.000010704763109680762,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.000010691616197539396,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1360,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0","vendor":"Google Inc.","viewportHeight":610,"viewportWidth":1360,"weight":0.000010680535238621886,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000010679383265981319,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.75,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000010664407120237706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000010664284417678077,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":929,"viewportWidth":1511,"weight":0.000010619041181179443,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.1,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.000010608626214106119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/136.3 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000010551269724380522,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000010539851078228053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1189,"viewportWidth":1854,"weight":0.000010522889082569165,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.000010467925663759726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5935.1210 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000010465870262972775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00001046258596720339,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000010459653183216371,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000010447193443126446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.000010434518853975091,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":1738,"weight":0.000010387498169709639,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000010375770186228028,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.000010349753912398331,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000010348297395352703,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":1440,"weight":0.000010344728814388146,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.000010341041951576115,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000010334012260953849,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.000010326273050255621,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000010323675369936143,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":952,"viewportWidth":810,"weight":0.0000102625448891847,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000010231804728262763,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1299,"viewportWidth":2560,"weight":0.000010216526429468207,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000010189260862793965,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":705,"viewportWidth":430,"weight":0.000010155697120336778,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000010147927187130805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":733,"viewportWidth":1440,"weight":0.000010145233604446109,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.000010138496196963892,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6639.1205 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000010129841060301907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":743,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":743,"viewportWidth":412,"weight":0.000010126373924042452,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000010124429422668567,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.000010102583709017769,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000010086739012503573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":1470,"weight":0.000010085392503335083,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1600,"weight":0.000010024388908885484,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000009991943284991399,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.45,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.000009975020274055431,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.65,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000009971964807598927,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.000009942354547513216,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.00000993885472451505,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.9,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.000009928789554537484,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00000990477316714624,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00000988988636225801,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000009888136788510864,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00000985533160611775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":762,"viewportWidth":1536,"weight":0.000009823112745997463,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":821,"viewportWidth":430,"weight":0.00000981869879125369,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000009812362260116282,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":546,"viewportWidth":375,"weight":0.000009785278782853058,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00000975942618508957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000009726395901010732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":1440,"weight":0.000009707229083456434,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.00000966386875969092,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.000009663330781255042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1541,"weight":0.000009602954409492564,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36 EdgA/134.0.0.0","vendor":"Google Inc.","viewportHeight":708,"viewportWidth":411,"weight":0.000009601884211393936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":1440,"weight":0.000009594296313812198,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/128.0.6613.92 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000009540533348836685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.6,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00000952787751475661,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.75,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.000009496852660325878,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":1545,"weight":0.000009493123408208852,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000009488787679646087,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":1440,"weight":0.000009486241330134093,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.00000947793735747252,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00000946009863949001,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":855,"viewportWidth":1280,"weight":0.000009433424725506126,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.000009364298168640825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":4320,"screenWidth":7680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.0000093544850006903,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":532,"viewportWidth":320,"weight":0.000009344103002719388,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":926,"viewportWidth":1920,"weight":0.000009326197914849221,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1048,"viewportWidth":1912,"weight":0.000009321649573656092,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":1415,"weight":0.000009310592246807645,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.000009299000409406702,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000009277521030015683,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.4,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00000919367657685469,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00000919287391410824,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00000918190864687071,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000009180601641383904,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000009154723220241213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000009142532699891527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.000009117351733681666,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00000910345817703846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00000908937645620471,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000009057400732696045,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000009004437933895294,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000008991738083320498,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":995,"viewportWidth":384,"weight":0.000008981664905192048,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000008970068850520605,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":766,"viewportWidth":1252,"weight":0.000008942056946374133,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1138,"weight":0.000008933751276393712,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.000008931092983554202,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.000008903004200346618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000008865746016658593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000008826491927026667,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22D82 Twitter for iPhone/10.88.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":393,"weight":0.000008826459993602446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000008795462624050516,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":0,"screenHeight":1600,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36","vendor":"Google Inc.","viewportHeight":1600,"viewportWidth":1600,"weight":0.000008779943468149001,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.000008752820189550038,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.35 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":549,"viewportWidth":375,"weight":0.00000875122173982855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00000874900422771216,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":676,"viewportWidth":1440,"weight":0.000008719084603308782,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000008674814496776838,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000008673995288454909,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":932,"viewportWidth":430,"weight":0.000008663719886003839,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.05,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":411,"weight":0.000008663416764575673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":5120,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1278,"viewportWidth":2538,"weight":0.000008656185838949774,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1261,"viewportWidth":2560,"weight":0.000008648161321312578,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000008640235691502909,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000008634804907305814,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000008615612670191228,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000008608641244277944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000008596970136650926,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.000008586173809701163,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.000008570207207251082,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000008567246348812265,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.000008531567362046288,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000008522519693124015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000008479073553334345,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.000008474942386576216,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000008473047209998196,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000008466808869303693,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/132.0.6834.78 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":762,"viewportWidth":375,"weight":0.000008449871631209163,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":1080,"weight":0.000008437805363715418,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000084086579155182,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":931,"viewportWidth":1920,"weight":0.000008408570898978082,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.000008408308458844663,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000008406199915581347,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00000838316986176225,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1210,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":685,"viewportWidth":1210,"weight":0.000008364285912248548,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":1140,"weight":0.000008360281137230605,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.000008352585359663441,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.15,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.000008282006180451541,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":906,"screenWidth":369,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":767,"viewportWidth":368,"weight":0.000008275061279495973,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.000008273240711902119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000008248066168439552,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.15,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.000008236195936102663,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00000822994691793286,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000008218977325961872,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":796,"viewportWidth":1440,"weight":0.000008196504731324638,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.00000818201589573981,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000008171402231657302,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000008170535757223165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0000081539733435334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":804,"viewportWidth":414,"weight":0.000008133204137450884,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000008113346027511501,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000008110553827942933,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":865,"viewportWidth":1512,"weight":0.00000807368537153938,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000008003102661462462,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":430,"weight":0.000007938046417786594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.000007935045093440522,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000007891124685087494,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":918,"viewportWidth":768,"weight":0.000007890252490397865,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000007876373287441428,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":393,"weight":0.000007862695075728674,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000007836304348817139,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"downlinkMax":null,"effectiveType":"3g","rtt":300,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":432,"weight":0.000007776322849997834,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000007763335484658103,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":753,"viewportWidth":440,"weight":0.000007762341313404834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000007757377005223728,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000007755263472297574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000007747655113072052,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00000773937870181038,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.45,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1366,"viewportWidth":1024,"weight":0.000007735887815007766,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":926,"viewportWidth":428,"weight":0.000007704394799652534,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":922,"viewportWidth":1868,"weight":0.000007691376606430508,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":865,"viewportWidth":1920,"weight":0.000007675021485384622,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000007636099768310203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1272,"weight":0.000007583980459693851,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000007574362373216372,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.0000075540165580801684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":583,"viewportWidth":360,"weight":0.000007543950468929932,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000007530491620001836,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000007504952281801594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":1138,"weight":0.0000075047590533735925,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.000007489822300014546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.000007473166833007425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000007468644724500601,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.65,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.000007467779703324637,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000074604536952548614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00000745032649786377,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000007418395038530827,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000074027064455289685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000007399421135066433,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00000739775253399581,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.000007386829711063589,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000007383058861956982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":915,"viewportWidth":1680,"weight":0.000007363192318585401,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000007354531382142469,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1333,"screenWidth":2371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.0000073453236735334914,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000007338443908873636,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":428,"weight":0.000007315805615885046,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0000072831099548883005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000007265929155386238,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0000072486940756365854,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":559,"viewportWidth":375,"weight":0.000007237026052702616,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":1440,"weight":0.0000072167373870649506,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":734,"viewportWidth":1353,"weight":0.000007215363641245301,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000007192029532097701,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000007162175556122915,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.85,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":411,"weight":0.0000071471562623346465,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000007145154270558432,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000007125463655597195,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000007111141640348188,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000007110286779241347,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000007073208963336309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.55,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":1470,"weight":0.000007068122124576527,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000007059621336529948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1138,"viewportWidth":2400,"weight":0.000007040731171269433,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":551,"viewportWidth":414,"weight":0.000006999238671379169,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.000006988378590816689,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.000006973088568196747,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000006962695487315513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.0000069598335484807835,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000006949108105907697,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000006943172065446655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":685,"viewportWidth":1440,"weight":0.000006930691709059675,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000069020610357668746,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":927,"viewportWidth":1920,"weight":0.000006899715749184731,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000006865050216187927,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/136.3 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.0000068509929521786045,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00000684027634652464,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.35,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.000006836781818846637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":653,"viewportWidth":384,"weight":0.000006790720723659569,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/134.0.3124.77 Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":772,"viewportWidth":440,"weight":0.0000067557478950525535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":1480,"weight":0.0000067073113279517705,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.000006686692349866097,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.000006670823529949311,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.4,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0000066518360053355306,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000006642886240620794,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.000006641643315122529,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000006637287282637721,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8254.1270 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000006617927753041262,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":734,"viewportWidth":1420,"weight":0.0000066145644000199525,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3860.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000066058492779194994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":814,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":696,"viewportWidth":375,"weight":0.000006595411050878871,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000006594326454226963,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000006588500988328005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000006571184372652018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000006564764988116874,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000006555449668683241,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000006549595667178151,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":989,"viewportWidth":1710,"weight":0.000006549112657458058,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000006536838049475377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":384,"weight":0.00000653474180206035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":842,"screenWidth":674,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":663,"viewportWidth":673,"weight":0.0000065208168395717406,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000006477872482508601,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":942,"viewportWidth":888,"weight":0.00000645495552930905,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000006425747446593951,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00000637905903105445,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7674.1190 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000006358222698701554,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0000063556462640371296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.000006341715121520353,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":679,"viewportWidth":360,"weight":0.00000632891853675629,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8475.1273 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000006318795084904001,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.000006301899184824305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2744.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000006284983534428709,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000006266383680487911,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000006231528700166992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.5,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.000006210841901682013,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000006199963860376826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000006144026297209072,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":402,"weight":0.000006022269934008968,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000006017438100043281,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000005992213497754006,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000005980809354876537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0000059660984494324655,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000005950255012991694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.85,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0000059501216112181116,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1280,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1112,"viewportWidth":800,"weight":0.000005948575900901676,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":580,"weight":0.000005917502162725161,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000005897682241229089,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.000005895898878881634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":803,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":677,"viewportWidth":360,"weight":0.000005893893915958408,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":3840,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1064,"viewportWidth":1511,"weight":0.000005870444590513536,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000005850631222066647,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00000585014002408372,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/129.0.6668.69 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000057714430256215105,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000005759531812483691,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.0000057483388588161855,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":1168,"weight":0.000005743830156487242,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.000005721227330450932,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000005682665281027747,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000005673400623417863,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":846,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":751,"viewportWidth":411,"weight":0.0000056715603826655906,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000005649178662278136,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000005640669530100488,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000005638151951252195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000005622111924645001,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000005608827672022101,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":875,"viewportWidth":504,"weight":0.000005569917401780277,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000005565450911743623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000005561448327703722,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":777,"viewportWidth":390,"weight":0.000005558359072288628,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000005553321823498415,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00000554875021334614,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":576,"weight":0.000005548108566425199,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000005536389829028204,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000005535051512199182,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000005506672796623753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":956,"screenWidth":1700,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":1700,"weight":0.000005464745445249304,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5529.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000054543258449766,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000005448080461324286,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":1470,"weight":0.0000054347828536586964,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.000005426406766633447,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000005401807182728314,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000005380756627942828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0000053757160069871685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000005370645930107341,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000005362404215561036,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000005359504905544417,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":810,"viewportWidth":430,"weight":0.000005356393971537564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":1528,"weight":0.000005349006084994221,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":899,"viewportWidth":1458,"weight":0.000005314780336382234,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000005304156022916095,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000005297295841501379,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":1314,"viewportWidth":2514,"weight":0.00000524480776680841,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.000005241236124336067,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":640,"screenWidth":960,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":505,"viewportWidth":960,"weight":0.000005235673721056855,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000005221432716769742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.15,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":944,"viewportWidth":724,"weight":0.000005216707978039391,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":1600,"weight":0.000005206672328306666,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000051458246118682346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.000005115089140760741,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.25,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":797,"viewportWidth":1470,"weight":0.000005106999887308856,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/132.0.6834.100 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000051050819740647655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.2,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00000510210816090905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.000005096460049948077,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000005094933402674907,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000005084859351759882,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4986.1880 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000050715241816452706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.000005046234170351066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000005010470160686042,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000005008144661730799,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000005006754675035025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00000500152142356126,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":375,"weight":0.000004982229054491678,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":676,"viewportWidth":1536,"weight":0.000004975950446235093,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000004963726017598918,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.000004957818219626696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.000004946740299677496,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":1358,"weight":0.000004942955248215563,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.95,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":940,"screenWidth":1410,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":805,"viewportWidth":1410,"weight":0.000004934562110263878,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000004913173979953066,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000004911954269728607,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00000491176863776949,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000004889787647193673,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000004888406252813434,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000004883019325653346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000004870935864976462,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/123.0.6312.52 Mobile/15E148 Safari/604.1","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00000487049954029829,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000048681615287925175,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.000004860778762227237,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9795.1070 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000004855666095377849,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000048538033090646795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000004846818633851937,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.55,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.000004844234704902955,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000004836998348010499,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":851,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":392,"weight":0.0000048101460478585236,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000004784437999823577,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":1440,"weight":0.000004774876736327496,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000004766813858651585,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":560,"viewportWidth":1272,"weight":0.000004764551294739713,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000004745476922917963,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":751,"viewportWidth":1536,"weight":0.000004717834094071429,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000004688676679287817,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":632,"viewportWidth":375,"weight":0.000004679353543832332,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.0000046630568719453085,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000004657196846230103,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.000004639071525259569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.000004635423277122565,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.000004631848863595362,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.15,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1003,"screenWidth":1504,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":869,"viewportWidth":742,"weight":0.000004590907697646551,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.000004577496039848197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000004575852256231707,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000004570138697982692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":1314,"viewportWidth":3432,"weight":0.000004557272903523044,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000004546859481963335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000004546855944814473,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":672,"viewportWidth":1409,"weight":0.000004545549008224436,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.0000045385584173525236,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000004468244930214426,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.000004464649537219097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.95,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.000004447237545750701,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000004407911374913142,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00000439976045227181,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":802,"viewportWidth":1678,"weight":0.00000439615151368074,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":667,"viewportWidth":390,"weight":0.000004392200652450799,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.0000043918285885908275,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1143.1033 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000004385299541149753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000043499304839879904,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.000004337559167050018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.000004307421356575665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1517,"weight":0.000004298419726158841,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00000428383080029411,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000004271870574619019,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000004255942792413211,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.15,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.000004245738216379543,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000004243468032206243,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000004217907993637931,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000004217582134460944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000004214099906197393,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1344,"screenWidth":1344,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.72 Safari/537.36","vendor":"Google Inc.","viewportHeight":1344,"viewportWidth":1344,"weight":0.000004210227756577063,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000004130290401128661,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000004128952560111899,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":0.000004102899452903612,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":835,"viewportWidth":432,"weight":0.000004101565808736166,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1051,"viewportWidth":1721,"weight":0.000004087800319900314,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000004086648761881805,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.000004080610653389519,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.000004014261724162147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000004000009684126623,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":1530,"weight":0.000003990921615438386,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000003990832397559685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.35,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":924,"viewportWidth":1912,"weight":0.000003983346491547572,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5544.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00000397881396270903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0000039657616800308685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000003962144896297045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.000003961326863286851,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":803,"viewportWidth":1427,"weight":0.00000394274112078362,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000039338637611262815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000003896784518699365,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000003894070806767148,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.000003893234318532903,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.000003877892417483576,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":575,"weight":0.000003872067958117314,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000003839531057091267,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1996.1524 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000003833872661821704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.000003831850873557376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000003828759193099531,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000003816451970412373,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000003815042872834784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.25,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.0000038074087335269472,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000003772695710000759,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":714,"viewportWidth":1411,"weight":0.000003766617476532979,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":1424,"weight":0.0000037457600364710097,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000003731938648974221,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.000003695327447778079,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.000003681632525105325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":656,"viewportWidth":384,"weight":0.0000036739479306746297,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000036544009550096476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000003625535645144427,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000036043305938878755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.000003600614554782124,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000003600185384886292,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.15,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.000003548432268950483,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.0000035020384684534264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000003467611390991257,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.0000034625584207272786,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000003429873933635588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.000003423052675512675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.95,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1003,"screenWidth":1504,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1504,"weight":0.0000034222894847428507,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.0000034127902413777333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4642.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000033731045214058873,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0000033725785353146692,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":958,"viewportWidth":958,"weight":0.0000033571283742734716,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0000033037530273081137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.0000033032715490250195,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000003300593138015309,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000032805322231722643,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000003275321817416736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":810,"viewportWidth":411,"weight":0.000003273202914877395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":906,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":787,"viewportWidth":411,"weight":0.0000032505748456152775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000003231221022703695,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":393,"weight":0.0000032270175272200447,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000032116674553424134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.0000032096561662102026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.000003170667890491122,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1440,"weight":0.000003163711602813671,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0000031564048995158524,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000031508456503663563,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0000031366838654192442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2302.1332 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000031224300357795204,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0000031053238931970786,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.0000030929372892064136,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":522,"viewportWidth":320,"weight":0.0000030842661377132303,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":523,"viewportWidth":320,"weight":0.0000030625133511108975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":550,"viewportWidth":575,"weight":0.000003023534877634867,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000003010185892655132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":712,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":581,"viewportWidth":320,"weight":0.000002963861447154998,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":0.000002919101428735117,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":384,"weight":0.0000028943500239317492,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.85,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0000028938875262168343,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000002893207230752217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1313,"viewportWidth":2560,"weight":0.0000028710837039957535,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000002865227878714439,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.000002839900766538189,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.000002837179961057018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0000028115960735583226,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":922,"viewportWidth":1876,"weight":0.0000027866036342706113,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.0000027843878120169362,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.0000027565024362179722,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.0000027431418590088273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.0000027182174541114027,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7737.1728 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000002701974859881366,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.4,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":632,"viewportWidth":1280,"weight":0.000002683366620822426,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.000002664147392292839,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000002655000985544639,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000026315005258646464,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000002627250940175123,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000026042115668442477,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000025395316483060474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00000246763079739292,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000002450410267907537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":414,"weight":0.0000024434104438669218,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":577,"viewportWidth":402,"weight":0.0000024069086643056826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000024049803990601156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000002376814150333552,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000002366995660141374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":838,"viewportWidth":1024,"weight":0.0000023487306990963315,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0000023425323585893413,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":767,"viewportWidth":440,"weight":0.0000023408584722152607,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000023381964650901316,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000023146915707826294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":813,"viewportWidth":432,"weight":0.000002310933670240823,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000002308077889477371,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.65,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":935,"viewportWidth":1919,"weight":0.0000022907831474615323,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":653,"viewportWidth":384,"weight":0.0000022784043090547136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6554.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00000227301905470059,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":904,"viewportWidth":1710,"weight":0.0000022632327166560836,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000022629453027408686,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000002255970256191437,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1630.1889 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000022309342339812217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0000022121647280071707,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0000021805669273084855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":523,"viewportWidth":320,"weight":0.000002159698851901182,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.0000021439449286448693,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000021351134237765236,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000021246591321017127,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.000002124000131565261,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":637,"viewportWidth":375,"weight":0.0000021220977939515665,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000021015495679785497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000020999547875566415,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":393,"weight":0.000002087183976149649,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2950.1750 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000020714571416262397,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":828,"screenWidth":711,"userAgent":"Mozilla/5.0 (Android 14; Mobile; rv:136.0) Gecko/136.0 Firefox/136.0","vendor":"","viewportHeight":693,"viewportWidth":711,"weight":0.000002044197531427941,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1317,"screenWidth":823,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1148,"viewportWidth":823,"weight":0.000002037898498637666,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0000020153883575079854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":961,"viewportWidth":1912,"weight":0.0000019743398195979553,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.0000019725194814512627,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":684,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":684,"viewportWidth":412,"weight":0.0000019587997520964687,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000001955689293597049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":965,"screenWidth":1715,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":802,"viewportWidth":1715,"weight":0.000001926288878468113,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000001924510882467143,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000018732635742074978,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000018712872910110416,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0000018586435209980858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.9,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1000,"screenWidth":1500,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":873,"viewportWidth":1500,"weight":0.0000018536047298609802,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0000018272547537577717,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000001820052618290637,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000001796407782299005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7740.1376 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000017786422201129786,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000001746371467225256,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000017429692653133913,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":858,"viewportWidth":1372,"weight":0.0000017409981553427567,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.000001736931154035245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":1370,"weight":0.000001728796202383037,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.0000017255353442796176,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1536,"weight":0.0000017071430277631039,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.0000016886313034355445,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.0000016644578723914266,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8009.1920 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000016419851190049346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":375,"weight":0.0000016194207788254341,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000016172983888275783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0000015893037454540822,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000001586821678198634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1366,"weight":0.0000015667839227526492,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.0000015638510932654937,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.0000015516147974691117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000015361597016972113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":640,"viewportWidth":384,"weight":0.0000015355891204857385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0000015235919334755567,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.000001471171104308891,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.0000014693092903925848,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":4,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.0000014583565445863806,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000014307015345954252,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":906,"viewportWidth":1366,"weight":0.0000014118298005177083,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.0000014064443971492461,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000014022017490677277,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.0000013907341266106485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.0000013857920539928715,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.45,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":880,"viewportWidth":1912,"weight":0.0000013755180075926198,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1517,"weight":0.0000013639016120416125,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.0000013012963516679856,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":1280,"weight":0.0000012980196418445654,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.0000012845496603842778,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1000,"viewportWidth":1728,"weight":0.0000012679920151341615,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/359.2.735510536 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":393,"weight":0.0000012621177970137889,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1003,"screenWidth":1504,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":847,"viewportWidth":1496,"weight":0.0000012418659307009951,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000001237655545530507,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.0000011752458958515738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":360,"weight":0.000001121995932398325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7806.1532 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000011160008311258146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.0000011142323016244062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":440,"weight":0.0000011029870316927708,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":708,"viewportWidth":1315,"weight":0.000001087156319603291,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0000010870761104346474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2863.1055 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000010870074098036422,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.2,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.0000010721349273001851,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.0000010659404987501565,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0000010517968220852079,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":653,"viewportWidth":1348,"weight":0.000001045863102735351,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.45,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.0000010016009127305246,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/189.0.413529291 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":9.933326421610382e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.45,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":9.30962821270529e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7715.1249 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":9.10821403908697e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":8.768574119344075e-7,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":747,"viewportWidth":428,"weight":8.3213419541971e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":703,"screenWidth":1249,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":543,"viewportWidth":1249,"weight":8.148994620201755e-7,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":8.138734123712693e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":7200,"screenWidth":12800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":7.913424367098723e-7,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":541,"viewportWidth":375,"weight":7.475382955715375e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":430,"weight":7.410755707773545e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":934,"viewportWidth":1775,"weight":7.374194765048824e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":7.14572875341908e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":930,"viewportWidth":1919,"weight":6.913963764295454e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":706,"viewportWidth":576,"weight":6.912065753110073e-7,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":6.879174245668418e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8556.1512 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":6.786150128586164e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":842,"viewportWidth":1707,"weight":6.739765255670893e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":6.044867019637826e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":5.975474587061161e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":5.785412528612946e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":5.510229110659506e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":5.412908965859521e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4255.1578 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":4.773079286399084e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":4.7559002997661346e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":577,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":577,"viewportWidth":360,"weight":4.609351951081176e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":825,"viewportWidth":1536,"weight":4.507714063589469e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1321,"viewportWidth":1720,"weight":4.3933544818207584e-7,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":4.353225757224278e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":4.2651051108133123e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.5,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":872,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":736,"viewportWidth":320,"weight":3.896781036563474e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":3.872983907584133e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":934,"viewportWidth":1920,"weight":3.856630306439322e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":3.6484746533728884e-7,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":3.6168775183221495e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":569,"viewportWidth":342,"weight":3.2723970717478504e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":778,"viewportWidth":1478,"weight":3.1003546486796673e-7,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":430,"weight":2.943838452693887e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":2.792105653242432e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":2.6435879691589656e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":2.5595083317835223e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":889,"viewportWidth":1680,"weight":2.2283353683992981e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":2.079785572525655e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":1.9669408561102682e-7,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":583,"weight":1.8122161656312136e-7,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":1.5115738318932655e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":1.4752960824302715e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":632,"viewportWidth":384,"weight":1.3564094395364038e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":1.3553097381786135e-7,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":734,"viewportWidth":384,"weight":1.218349817753129e-7,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":9.20395615513152e-8,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":8.201652200298e-8,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":5.597230187658554e-8,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":4.637010229193142e-8,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":3.8935311361694835e-8,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":3.19388078546081e-8,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":1.3116448427089694e-8,"deviceCategory":"desktop"}]')}},i={};function t(o){if(i[o])return i[o].exports;var n=i[o]={id:o,loaded:!1,exports:{}};return e[o](n,n.exports,t),n.loaded=!0,n.exports}return t.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),t(442)})()})); +!function(e,i){"object"==typeof exports&&"object"==typeof module?module.exports=i():"function"==typeof define&&define.amd?define("user-agents",[],i):"object"==typeof exports?exports["user-agents"]=i():e["user-agents"]=i()}(global,(function(){return(()=>{var e={442:(e,i,t)=>{"use strict";var o;Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var n=((o=t(899))&&o.__esModule?o:{default:o}).default;i.default=n,e.exports=i.default},899:(e,i,t)=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var o=p(t(465)),n=p(t(932));let r;function p(e){return e&&e.__esModule?e:{default:e}}function l(e,i){return!i||"object"!=typeof i&&"function"!=typeof i?c(e):i}function c(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function a(e){var i="function"==typeof Map?new Map:void 0;return(a=function(e){if(null===e||(t=e,-1===Function.toString.call(t).indexOf("[native code]")))return e;var t;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==i){if(i.has(e))return i.get(e);i.set(e,o)}function o(){return g(e,arguments,s(this).constructor)}return o.prototype=Object.create(e.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),d(o,e)})(e)}function g(e,i,t){return(g=h()?Reflect.construct:function(e,i,t){var o=[null];o.push.apply(o,i);var n=new(Function.bind.apply(e,o));return t&&d(n,t.prototype),n}).apply(null,arguments)}function h(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function d(e,i){return(d=Object.setPrototypeOf||function(e,i){return e.__proto__=i,e})(e,i)}function s(e){return(s=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function v(e,i,t){return i in e?Object.defineProperty(e,i,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[i]=t,e}const u=e=>{const i=e.reduce(((e,[i])=>e+i),0);let t=0;return e.map((([e,o])=>(t+=e/i,[t,o])))},w=n.default.map((({weight:e},i)=>[e,i])),m=u(w),M=(e,i=(e=>e))=>{let t;return t="function"==typeof e?[e]:e instanceof RegExp?[i=>"object"==typeof i&&i&&i.userAgent?e.test(i.userAgent):e.test(i)]:e instanceof Array?e.map((e=>M(e))):"object"==typeof e?Object.entries(e).map((([e,i])=>M(i,(i=>i[e])))):[i=>"object"==typeof i&&i&&i.userAgent?e===i.userAgent:e===i],e=>{try{const o=i(e);return t.every((e=>e(o)))}catch(e){return!1}}},f=(e,i)=>{Object.defineProperty(e,"cumulativeWeightIndexPairs",{configurable:!0,enumerable:!1,writable:!1,value:i})};r=Symbol.toPrimitive;let W=function(e){!function(e,i){if("function"!=typeof i&&null!==i)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(i&&i.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),i&&d(e,i)}(a,e);var i,t,p=(i=a,t=h(),function(){var e,o=s(i);if(t){var n=s(this).constructor;e=Reflect.construct(o,arguments,n)}else e=o.apply(this,arguments);return l(this,e)});function a(e){var i;if(function(e,i){if(!(e instanceof i))throw new TypeError("Cannot call a class as a function")}(this,a),v(c(i=p.call(this)),r,(()=>i.data.userAgent)),v(c(i),"toString",(()=>i.data.userAgent)),v(c(i),"random",(()=>{const e=new a;return f(e,i.cumulativeWeightIndexPairs),e.randomize(),e})),v(c(i),"randomize",(()=>{const e=Math.random(),[,t]=i.cumulativeWeightIndexPairs.find((([i])=>i>e)),r=n.default[t];i.data=(0,o.default)(r)})),f(c(i),(e=>{if(!e)return m;const i=M(e),t=[];return n.default.forEach(((e,o)=>{i(e)&&t.push([e.weight,o])})),u(t)})(e)),0===i.cumulativeWeightIndexPairs.length)throw new Error("No user agents matched your filters.");return i.randomize(),l(i,new Proxy(c(i),{apply:()=>i.random(),get:(e,i,t)=>{if(e.data&&"string"==typeof i&&Object.prototype.hasOwnProperty.call(e.data,i)&&Object.prototype.propertyIsEnumerable.call(e.data,i)){const t=e.data[i];if(void 0!==t)return t}return Reflect.get(e,i,t)}}))}return a}(a(Function));i.default=W,v(W,"random",(e=>{try{return new W(e)}catch(e){return null}})),e.exports=i.default},465:(e,i,t)=>{e=t.nmd(e);var o="__lodash_hash_undefined__",n=9007199254740991,r="[object Arguments]",p="[object Boolean]",l="[object Date]",c="[object Function]",a="[object GeneratorFunction]",g="[object Map]",h="[object Number]",d="[object Object]",s="[object Promise]",v="[object RegExp]",u="[object Set]",w="[object String]",m="[object Symbol]",M="[object WeakMap]",f="[object ArrayBuffer]",W="[object DataView]",k="[object Float32Array]",L="[object Float64Array]",H="[object Int8Array]",A="[object Int16Array]",b="[object Int32Array]",N="[object Uint8Array]",C="[object Uint8ClampedArray]",x="[object Uint16Array]",K="[object Uint32Array]",T=/\w*$/,S=/^\[object .+?Constructor\]$/,G=/^(?:0|[1-9]\d*)$/,y={};y[r]=y["[object Array]"]=y[f]=y[W]=y[p]=y[l]=y[k]=y[L]=y[H]=y[A]=y[b]=y[g]=y[h]=y[d]=y[v]=y[u]=y[w]=y[m]=y[N]=y[C]=y[x]=y[K]=!0,y["[object Error]"]=y[c]=y[M]=!1;var P="object"==typeof global&&global&&global.Object===Object&&global,_="object"==typeof self&&self&&self.Object===Object&&self,I=P||_||Function("return this")(),z=i&&!i.nodeType&&i,O=z&&e&&!e.nodeType&&e,X=O&&O.exports===z;function B(e,i){return e.set(i[0],i[1]),e}function U(e,i){return e.add(i),e}function R(e,i,t,o){var n=-1,r=e?e.length:0;for(o&&r&&(t=e[++n]);++n-1},Ce.prototype.set=function(e,i){var t=this.__data__,o=Ge(t,e);return o<0?t.push([e,i]):t[o][1]=i,this},xe.prototype.clear=function(){this.__data__={hash:new Ne,map:new(ve||Ce),string:new Ne}},xe.prototype.delete=function(e){return ze(this,e).delete(e)},xe.prototype.get=function(e){return ze(this,e).get(e)},xe.prototype.has=function(e){return ze(this,e).has(e)},xe.prototype.set=function(e,i){return ze(this,e).set(e,i),this},Ke.prototype.clear=function(){this.__data__=new Ce},Ke.prototype.delete=function(e){return this.__data__.delete(e)},Ke.prototype.get=function(e){return this.__data__.get(e)},Ke.prototype.has=function(e){return this.__data__.has(e)},Ke.prototype.set=function(e,i){var t=this.__data__;if(t instanceof Ce){var o=t.__data__;if(!ve||o.length<199)return o.push([e,i]),this;t=this.__data__=new xe(o)}return t.set(e,i),this};var Xe=ge?D(ge,Object):function(){return[]},Be=function(e){return ie.call(e)};function Ue(e,i){return!!(i=null==i?n:i)&&("number"==typeof e||G.test(e))&&e>-1&&e%1==0&&e-1&&e%1==0&&e<=n}(e.length)&&!$e(e)}var je=he||function(){return!1};function $e(e){var i=Ye(e)?ie.call(e):"";return i==c||i==a}function Ye(e){var i=typeof e;return!!e&&("object"==i||"function"==i)}function qe(e){return Fe(e)?Te(e):function(e){if(!Re(e))return de(e);var i=[];for(var t in Object(e))ee.call(e,t)&&"constructor"!=t&&i.push(t);return i}(e)}e.exports=function(e){return ye(e,!0,!0)}},932:e=>{"use strict";e.exports=JSON.parse('[{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.0007699812653162205,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6751.1887 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0006953262422083572,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":846,"screenWidth":1082,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":846,"viewportWidth":1082,"weight":0.0006875733182715847,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.0006359531379176158,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2452.1341 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0006336583772930285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5074.1346 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0006120709816635488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":650},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0005859920717068397,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":1396,"weight":0.0005840263845405965,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4533.1101 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0005806480229077716,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0005756556403384681,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.0005684583275660077,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":1427,"weight":0.0005674984914747458,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0005673380052838241,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4049.1893 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000557301100162749,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1284.1844 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0005561335620030138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1232,"weight":0.0005514169238377685,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6265.1323 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0005386657370481997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9917.1108 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0005294331679556465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5549.1628 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0005149570762173123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.0005011058293201104,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7330.1550 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000499496355079367,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2264.1710 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004991186592277067,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0004971666778579183,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3454.1240 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004967235756094624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":911,"screenWidth":1351,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1351,"weight":0.0004942879967406052,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9502.1978 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004932074796290838,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.3,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1057,"viewportWidth":384,"weight":0.0004917177107779137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2715.1437 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004905358572683309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":550},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0004868743049415105,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1917.1942 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00048598742308198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4357.1350 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004817603372360951,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.0004797159601854793,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9519.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00047265790039605906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8834.1203 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00047135079123490604,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0004687020273573893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3858.1232 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00046862052167713096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00046792077591417377,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0004586095982330898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6679.1667 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00045826669170139335,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":250,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.00045635290536979003,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":695,"viewportWidth":414,"weight":0.00045573230556082743,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7407.1835 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00045503297912795365,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":987,"weight":0.00043990937238744146,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2195.1511 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004308675264492759,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2225.1932 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00043016473203358996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7122.1724 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004275647172483946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7098.1149 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00042663468294503696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9501.1443 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004249859770152286,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6170.1186 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004222064551188067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.4,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00042181360687079694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.000420555634850728,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7294.1420 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004202619343871026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5312.1456 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004200190094793905,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4516.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004199207323259567,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":745,"screenWidth":1325,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":1473,"weight":0.00041991986916471117,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1677.1527 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004196105022956931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3918.1050 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00041926998828509314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1512.1194 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00041654023239741145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7228.1906 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004152184600884882,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4682.1440 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00041354078464401795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3803.1920 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004124498644447449,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1203.1477 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00041090291074449565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00040852592201515847,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":938,"viewportWidth":1920,"weight":0.00040716213786831087,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":900,"screenWidth":1192,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":900,"viewportWidth":1192,"weight":0.00040463325633181667,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6880.1592 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00040432457013189185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":877,"screenWidth":1471,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":877,"viewportWidth":1471,"weight":0.0004038676584448339,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7395.1391 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0004008936324793825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4951.1635 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00040006175997883735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7210.1185 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00039969146610208985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8677.1735 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003983997904454273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7909.1009 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00039760006476873607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7007.1514 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003970357315812886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9930.1447 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003966655367158497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1717.1975 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00039578161200278964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00039547464007954366,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":1392,"weight":0.0003929356432915559,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4028.1277 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00039005271643030196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6089.1032 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003886476806325982,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0003838693855572555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"downlinkMax":100,"effectiveType":"3g","rtt":350,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":384,"weight":0.0003834325108667562,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":879,"viewportWidth":428,"weight":0.0003825939823107672,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":696,"viewportWidth":1180,"weight":0.00038166747314125694,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5085.1122 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00038158103328769143,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5994.1526 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003813908548076885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4991.1686 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003798521625383577,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5945.1205 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000379201304703253,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9197.1183 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003769584689904211,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6130.1329 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00037592070158871846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00037494735355128155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2803.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003735502787075435,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00037307709396855373,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1779.1351 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00037274145568941215,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":779,"viewportWidth":1440,"weight":0.0003713036272071817,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3769.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003712961639063021,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2461.1570 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00037060436939911906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00037032041067392037,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0003701639579437271,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00037016091009041483,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00036897615719363574,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2590.1194 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003688556915681944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3808.1287 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00036877297566996855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3910.1683 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003653488796348935,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.0003653228010347669,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.000364999576898434,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3801.1553 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003637648459994054,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7977.1505 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003629452299621294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1334.1446 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003626073622719907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9253.1198 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003614210079156857,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":891,"viewportWidth":1920,"weight":0.0003602824387146404,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00035925485839967414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1908.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003590652418466935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2687.1002 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00035843628506225295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1061,"screenWidth":1784,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1061,"viewportWidth":1784,"weight":0.00035764346669561666,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":1536,"weight":0.00035725604319123837,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9001.1603 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00035718851978506995,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":668,"viewportWidth":390,"weight":0.00035704863883214886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3669.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00035682354869137536,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3171.1911 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00035573746494723865,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.0003555152755467883,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.00035527658175922827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8176.1763 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00035378732891954567,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8201.1135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000353782835300426,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":842,"viewportWidth":1512,"weight":0.0003532113301956805,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00035317132298838343,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4061.1167 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003526358887929413,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7630.1447 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003512794100534488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00035099445406408866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8652.1024 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00034973480552883595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6048.1032 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00034936808535023997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":885,"viewportWidth":1540,"weight":0.00034898875931289126,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00034851146831169896,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000347475154564043,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000346574980946712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9117.1389 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003463695982793065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1953.1257 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000345321868438706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":545,"viewportWidth":375,"weight":0.00034529828451198907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6859.1915 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003447024631093085,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0003445140148066847,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3682.1376 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003443174850451082,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0003437113522093107,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000343141595399753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1989.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00034281755628917356,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5414.1302 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00034239967692551094,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0003420438082559057,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00034192036170418674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00034160970968714454,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4720.1060 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00034101738154728296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1083.1722 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00034069858510678573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5875.1874 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000340406478199946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8154.1463 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003403667771953412,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6502.1088 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003398805731173039,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8494.1801 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00033966995552329223,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":686,"viewportWidth":1440,"weight":0.00033871188631496294,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.0003372673895178745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7991.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00033719718379388903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5939.1211 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003365216888401398,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0003362416879723041,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2670.1701 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000336152759241497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5500.1635 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003361405885843892,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7238.1283 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003359675870393045,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":856,"viewportWidth":430,"weight":0.0003358736368699278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":668,"viewportWidth":390,"weight":0.00033586847798184043,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5533.1393 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003356023667772286,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00033411821888399725,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9295.1831 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00033379718542507654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8182.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00033372275979645145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7131.1235 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003333845603156735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":1440,"weight":0.00033310177608553544,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":902,"screenWidth":1784,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":902,"viewportWidth":1784,"weight":0.0003325962680391159,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5380.1591 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000332167681606634,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.0003321051400934501,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2470.1860 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00033155577751362627,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003313962536462961,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8073.1627 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003310154606598463,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1312,"weight":0.0003308176150766845,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1616.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003305452437106063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00033036317379699624,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3954.1732 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003294048970691995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":758,"screenWidth":1348,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":637,"viewportWidth":1348,"weight":0.00032912633700698,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00032871263959934966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9616.1391 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003285543318827233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1643.1893 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00032848330439601704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3513.1877 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00032801512656067575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0003278345945612175,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/124.0.6367.111 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00032635233018883826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":778,"viewportWidth":402,"weight":0.00032538042193516157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9529.1479 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003248386690917709,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2829.1837 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00032482309321738473,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1079,"screenWidth":1621,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1079,"viewportWidth":1621,"weight":0.00032481656544149963,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00032458474431443343,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00032402026982542676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8474.1003 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003237789172942933,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9428.1455 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00032358377613648457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3440.1985 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003234840017849982,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.0003233154521207312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5222.1789 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003232100264997531,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00032280674118549967,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2917.1041 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003220857672994586,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5866.1824 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003220434507694704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000321869111252394,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.00032166184421337975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0003212399309233423,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00032088236806592836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4041.1646 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00032006655896439016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.0003200019248812657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8096.1423 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003193988723227638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2251.1432 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031855070803532787,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/104.0.5112.71 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.000318341238095996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8334.1525 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003180662251898772,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1090.1237 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031753386222675006,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3313.1254 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031727950184609757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9817.1324 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003171353961987823,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0003169152405819474,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.00031672018662205623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2328.1157 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031628126504871606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0003158139313378014,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0003146923663115895,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.0003143575968601821,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":448,"weight":0.0003141924258420471,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4687.1260 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031418966000579344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8086.1763 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003140944493860785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3947.1701 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003139001252734868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8141.1653 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000313478317135143,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5294.1725 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031301560407282023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00031293023038581985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2418.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031278373495212766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8623.1681 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031266028104612835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3353.1056 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003121176538172011,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2980.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003113057037421132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":1536,"weight":0.00031105860884859813,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5958.1761 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00031052226540569485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":913,"screenWidth":1378,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":913,"viewportWidth":1378,"weight":0.0003096549919796752,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6550.1014 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030961340808932175,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.00030926987388847995,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4874.1600 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003088323882724833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.0003085865332646614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0003085415413831587,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4899.1227 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030818616471943943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8223.1865 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003081130156280798,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0003080442323818913,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9754.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030772998002583893,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00030772224436174456,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1021,"screenWidth":1084,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1021,"viewportWidth":1084,"weight":0.00030767090019311646,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9947.1834 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030748250491068063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7082.1686 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003073510106221653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1522.1146 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030734466244931874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3724.1683 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003064576334370973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7462.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003061271692486606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.1,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00030595347194811907,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0003059007166326376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2323.1694 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030573702940978433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":384,"weight":0.00030539161284919155,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000305017537012704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7830.1407 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003046998394257059,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6658.1323 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030445580441150656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"downlinkMax":null,"effectiveType":"3g","rtt":450,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":712,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":587,"viewportWidth":320,"weight":0.0003044426203739428,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00030431838486779365,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6539.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003043040295705814,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00030408726482199276,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00030267306949701133,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":716,"viewportWidth":384,"weight":0.00030266207151798634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7221.1272 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003023707667005758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8155.1053 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003020714771808682,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3556.1897 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030170478882344333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1857.1740 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030153664897710305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8201.1230 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030112239949832935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9139.1227 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030084379814725724,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.0003005843325871236,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9409.1950 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00030042080793553046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4361.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003002715422044909,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6446.1354 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0003001741734866995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2192.1649 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029967016390886265,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7549.1052 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029891850376385616,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002988479188561514,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.0002984196796581922,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8603.1682 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029836370606364657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":944,"viewportWidth":958,"weight":0.00029836283690683326,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":641,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":360,"weight":0.0002980342024559614,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7454.1576 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029788566460067583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9823.1730 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002975734301949874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5337.1605 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029740536474646197,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002973297009609648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8666.1132 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002972799306645613,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":945,"viewportWidth":1710,"weight":0.00029714450341253014,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3408.1675 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029700467251831005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3904.1151 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029699268067499206,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00029692110316874943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00029645345051372026,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002959842341408969,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5636.1888 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002957188913672576,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":812,"viewportWidth":402,"weight":0.00029542066352346763,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3253.1036 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002953574889298325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2969.1565 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029526718035544064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00029463901599281457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4099.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000294332744132615,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":390,"weight":0.0002941682133958199,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4278.999 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029369993802692563,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9627.1097 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029360275602796843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2657.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029353473122180573,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00029328600897902593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.5,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.0002931375624171278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":645,"viewportWidth":390,"weight":0.0002929513416780845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8943.1185 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002927285567913007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6484.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002926817883288824,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.0002923510448183274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5057.1077 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029212251724340503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6738.1389 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029180973158793636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3724.1861 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029175322355823595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":945,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":797,"viewportWidth":1680,"weight":0.0002916732874384188,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00029167305437592563,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0002911934790363454,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00029089651731846954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5294.1620 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00029048999511624917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":1440,"weight":0.0002903662590299026,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3075.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028992719822065646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2940.1094 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002894259608027622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2233.1029 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002890103819478821,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8362.1526 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028817030343356183,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6137.1947 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028800371954348014,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002879582209952476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6580.1094 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028760742934421534,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5629.1625 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028728152298439116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3636.1197 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002872061717578948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1171.1808 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002871396830939588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":973,"screenWidth":1092,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":973,"viewportWidth":1092,"weight":0.000286256000225579,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":857,"viewportWidth":1512,"weight":0.0002858396793596282,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1405.1852 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002852733834352579,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/132.0.6834.100 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000285068134994115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8140.1130 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028495801734105636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":916,"screenWidth":1781,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":916,"viewportWidth":1781,"weight":0.0002846208530633184,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3636.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002840166174519147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6124.1221 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028396219444833966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6795.1031 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028365189008548616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1077,"screenWidth":1782,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1077,"viewportWidth":1782,"weight":0.0002835991695049495,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5455.1631 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002832171554941875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00028290329993236593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3247.1995 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028259239062022835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1713.1695 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028238131009473044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5159.1046 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002811707424759801,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9492.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028082107257024777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7995.1966 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00028068936045591304,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00027985099574655335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.0002795264716806179,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.0002793444721330765,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3241.1146 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027933784391350955,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00027878377095826663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4847.1293 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002783695023365992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0002783056340214849,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":728,"viewportWidth":1112,"weight":0.00027784048787131004,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4081.1724 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002776237373396601,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7904.1176 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027744216170658934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2135.1020 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027737807830666166,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2255.1716 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027729057133412755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4710.1286 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002771979455315636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":605,"viewportWidth":338,"weight":0.00027662868124677157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3210.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027660752894477687,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0002765362342630942,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00027643642287185593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1030,"screenWidth":402,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":886,"viewportWidth":402,"weight":0.0002761851124000539,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.00027560352949935877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.3,"effectiveType":"3g","rtt":550},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0002753946184345696,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8645.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027521708202476493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00027513355325837753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1274.1224 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002748227049780083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00027481791565367534,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":560,"viewportWidth":393,"weight":0.0002748014982804485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":861,"screenWidth":388,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":740,"viewportWidth":387,"weight":0.0002745365452055795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1135.1953 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002744634894067996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4924.1936 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002743458330058269,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":402,"weight":0.000274244067536862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8482.1556 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027422800319020917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7029.1615 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002740538127043863,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.0002736707053492851,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6719.1466 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027364312670257585,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1174.1887 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027311333728515934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7970.1419 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027300416732667913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0002726648041045456,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9047.1419 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027246360848259924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00027203661284403146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2285.1144 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027192216004511563,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4310.1660 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027147729884044957,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1258.1591 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002712070368178559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00027120593045134206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4006.1066 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002709788575919846,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1855.1106 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00027092238877419425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1347.1075 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002706160782751413,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.00026958948071778127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3254.1055 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002691197261646236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4332.1321 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026896193856758977,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002688642794946681,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8059.1096 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026809409779904363,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4511.1214 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026740685152540664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1243,"viewportWidth":2375,"weight":0.00026735953437441126,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3793.1555 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002666756121122894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4123.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002662748142711451,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9281.1765 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002662143262501808,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002660853924267591,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002659759808236211,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00026592041606258245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2659.1413 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026588113078879666,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002657505721840535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8229.1312 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026569542610530163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2295.1479 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026532659797224347,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002651504971240477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8456.1176 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026514548341196144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8824.1848 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002647792792344705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1466.1202 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002639497648679415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1781.1671 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002637369151226708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8338.1784 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026368706658988706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3272.1388 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026346470501157146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1365.1838 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026338435053632086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7676.1025 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026310991892295127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5032.1753 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00026260141192773834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0002620263766435586,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9376.1889 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002619323292485713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4436.1075 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002619308078391882,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2817.1147 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002618788411505839,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0002617320254917922,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5681.1131 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002615535165370444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.25,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":764,"viewportWidth":411,"weight":0.0002613054419500664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":912,"screenWidth":1246,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":912,"viewportWidth":1246,"weight":0.0002609567370088399,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7512.1934 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002609388015684294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3129.1052 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002608663035102462,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.0002608506333306462,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.00026078430376483627,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0002607509084252596,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4950.1464 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002604160181578121,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8119.1055 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002604131790907533,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":775,"viewportWidth":462,"weight":0.0002601581362400302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1078.1645 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002600615273384228,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00025977329980674197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00025975290321335125,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002594730579030655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":1440,"weight":0.0002592361686121539,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00025895413271780483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4949.1943 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000258878653944321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00025826630014443524,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00025826336145556725,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2950.1848 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002580300677239668,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":903,"screenWidth":1657,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":903,"viewportWidth":1657,"weight":0.0002576358354944709,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5178.1590 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002575713630997621,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":739,"viewportWidth":1600,"weight":0.0002572400678063769,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8584.1220 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025716261028350186,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000256879225462372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0002568060910269787,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2428.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025656308796382125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.85,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.0002562295136751204,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2322.1350 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002560860310976993,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00025600202973100967,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2435.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025580888836231584,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4457.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025580713322953356,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002556448013664649,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00025481576064784607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.0002547185250437088,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":411,"weight":0.0002544752873285384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7768.1344 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025418811630303705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5845.1359 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025386757055890276,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002537799989221005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7930.1434 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002537386064060814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":897,"screenWidth":1688,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":897,"viewportWidth":1688,"weight":0.0002537065276557586,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1979.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002536012313072789,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7929.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025336859378847777,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":535,"viewportWidth":375,"weight":0.00025335838716057543,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00025331866035387183,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00025330289100380596,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8975.1639 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002526681111219136,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00025266626521452056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3145.1609 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002525527231468801,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1755.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025247660043576254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00025237230514561364,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5788.1716 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002522021166328497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1149.1684 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002520933716283926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1930.1101 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025205597796009653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2065.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002519397860469788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.1,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":411,"weight":0.0002519298859380385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6814.1381 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025180524250061997,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.00025179422371195766,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7908.1966 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025155681625232946,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":375,"weight":0.0002512659444999705,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00025117641172339874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3210.1592 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002511039049130181,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00025085527901623245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5840.1444 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025080642019067415,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00025069887912820496,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.00025062446282397773,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6594.1328 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025037033952558785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1455.1300 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00025034156310539554,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00025024695630117673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.0002500941897468739,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2873.1517 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002499511601494137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2806.1767 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002499406842243427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00024992997841463135,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":615,"viewportWidth":393,"weight":0.0002497254702576074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2699.1425 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024921317196054967,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3145.1492 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002491632069415403,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1056,"viewportWidth":384,"weight":0.0002490928413146483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6175.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024905419966842287,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00024894241621405025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":823,"screenWidth":708,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":707,"weight":0.00024882955080980505,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2451.1790 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024881226759540195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3749.1351 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002485663303076559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9425.1459 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024853649906013067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5980.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002480134939999659,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00024765788078508124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0002473093666597823,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1422.1135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002471759449382148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":662,"viewportWidth":360,"weight":0.00024712234702931377,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00024678757460903716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4925.1774 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000246601863265761,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1598.1288 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024646940946097774,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":603,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":603,"viewportWidth":360,"weight":0.0002464690740142309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00024645113882606855,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2934.1739 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002464277451524197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.6,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.00024611013339288995,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00024603480222592735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.00024601938198705553,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2255.1186 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024591009375970444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":1360,"viewportWidth":2552,"weight":0.0002458402943084237,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8559.1061 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002457939520247021,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1567.1049 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002457232747755343,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5663.1273 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002457080511821823,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":856,"screenWidth":1887,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":856,"viewportWidth":1887,"weight":0.0002456012534794214,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0002453291061975477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9902.1556 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024528427943876777,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00024512230620632355,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":685,"viewportWidth":414,"weight":0.00024478936411890205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":664,"viewportWidth":360,"weight":0.0002442938094630848,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002441182283476632,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0002441066770693071,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00024408747658385719,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4346.1553 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002439407988792956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6551.1019 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024393406510375627,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8991.1245 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024375154087306544,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":1287,"viewportWidth":2560,"weight":0.0002436946196284791,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":900,"screenWidth":1231,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":900,"viewportWidth":1231,"weight":0.00024363276761561376,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00024358865387098217,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00024343408563014206,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6290.1128 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024304214044484722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7925.1183 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024300060024047408,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00024289038570769856,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00024279321827522552,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.0002427928090106954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.35,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":775,"viewportWidth":411,"weight":0.00024251044723970218,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2166.1716 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024235171393073143,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4045.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024232481805577281,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002422942379655941,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.00024222395934237116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8575.1502 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024189204866186556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8238.1849 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024183486201695062,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4813.1634 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024181466715044673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8225.1097 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002416498558772938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1429.1760 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024128728685299152,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00024126177259294247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":833,"viewportWidth":432,"weight":0.00024122890991543455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5134.1111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024118200765426218,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8367.1835 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00024114046124083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7968.1555 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002410012824713077,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00024085071079513878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.7,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":388,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":737,"viewportWidth":387,"weight":0.0002406296021193247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.6,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":411,"weight":0.00024058283301213424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":607,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":360,"weight":0.0002399199085164796,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1064,"screenWidth":1319,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1064,"viewportWidth":1319,"weight":0.00023945587725350773,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2820.59 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1920,"weight":0.0002394382147282946,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8764.1748 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023936123175109667,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":448,"weight":0.00023913212470379346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7193.1993 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023904143909639377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6285.1753 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023898616814036934,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":689,"viewportWidth":1222,"weight":0.00023891259723335447,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4162.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002388872161000161,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.15,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":912,"viewportWidth":1906,"weight":0.00023825110824116384,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":384,"weight":0.0002380894494438684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6612.1809 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023806479326361925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9463.1186 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023784586102938382,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00023784269218309734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5454.1825 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023772047576362,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":644,"viewportWidth":441,"weight":0.0002377158425629103,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00023755469778780143,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":411,"weight":0.0002374699581020452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3445.1181 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023745060940399905,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2129.1432 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023737638962274796,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6302.1920 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002373678465061263,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":798,"viewportWidth":473,"weight":0.00023735067730276194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7507.1536 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023707703491095578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":708,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":708,"viewportWidth":360,"weight":0.00023693969601163507,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00023677857045884936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.65,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":1323,"weight":0.00023660253200746785,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00023593626529173816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8113.1500 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023581692091883394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4799.1511 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023578101847998491,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7108.1932 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023573027243719845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5226.1738 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023567279883910844,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00023553239360378853,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2511.1699 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002354681277209222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3330.1674 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023546104451047404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1999.1241 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023542986441085626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5971.1972 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023532932121785803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":683,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":683,"viewportWidth":384,"weight":0.0002352888456907306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1059,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1059,"viewportWidth":1280,"weight":0.00023518605670867323,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4807.1810 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002351850151372025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6735.1751 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002351435674220508,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1278,"viewportWidth":1278,"weight":0.00023507563705443246,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2871.1273 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023494982333232677,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.2,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00023488115387723023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":906,"screenWidth":369,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":767,"viewportWidth":368,"weight":0.00023462540501319583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7577.1738 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023432586801896063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2770.1513 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000234264256108662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1581.1370 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002342362140397138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6756.1366 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002340136116473876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1727.1075 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002338399574270916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8015.1358 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023373826375692615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1018.1647 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023373024812179866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8422.1763 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002336312185315417,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6817.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002336214857786705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9642.1405 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002335696732637117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00023348739986960297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9610.1822 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023345992011129061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.00023339994054433658,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00023338315565773292,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":665,"viewportWidth":1024,"weight":0.00023335752824701913,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00023318232498508376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1274.1915 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023315052131173537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00023279892005543775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00023276351679633626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8151.1310 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002327480612558166,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"downlinkMax":null,"effectiveType":"3g","rtt":850,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":942,"screenWidth":424,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":795,"viewportWidth":423,"weight":0.00023268756525271194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5146.1158 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002326050225244942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9955.1116 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023252248419420194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4060.1274 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023237413772346442,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":821,"viewportWidth":430,"weight":0.0002323355810061759,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5547.1519 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023233366696217135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":816,"screenWidth":377,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":376,"weight":0.0002320427678291681,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":745,"viewportWidth":344,"weight":0.0002317483858227544,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00023173840748486627,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7927.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023134950837954083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3925.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023133268777522067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5799.1009 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023124782236273964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":719,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":412,"weight":0.00023117427422973433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00023088136923450037,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00023082956318291021,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":947,"viewportWidth":1710,"weight":0.00023044731403396506,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4967.1903 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023040152700139972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6566.1413 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023036626272189691,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00023034183379832195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7888.1393 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002301727342798946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7023.1457 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002301683820282093,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":1112,"weight":0.00023009911326627333,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8643.1218 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00023007857638532222,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00022999723621149425,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00022999231544574918,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":1440,"weight":0.00022994986483862998,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5550.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022978516917849964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7911.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022963030021556894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9268.1528 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022950941048084783,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":612,"screenWidth":1088,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":488,"viewportWidth":1088,"weight":0.00022937035467086425,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.85,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":906,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":803,"viewportWidth":411,"weight":0.00022923665872294185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4888.1107 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022911703176580622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8106.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022901670549952858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6070.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022901317451507784,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00022871948146108278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00022854159577404584,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6732.1760 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022843977581548397,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5992.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022842725322204334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9522.1988 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022839405282401064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000228217231054858,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7258.1408 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022801409919710858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00022801359658185933,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3558.1799 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002280112169666446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7851.1718 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022787039288706465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1676.1946 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022777573592018855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.45,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00022776450509034193,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1010,"screenWidth":1877,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1010,"viewportWidth":1877,"weight":0.00022761168216170813,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1881.1688 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022755342774526997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7172.1205 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022753219187369536,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9937.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022747502369266929,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6366.1210 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002272671091700391,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6750.1247 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022721136820179515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1079,"screenWidth":1151,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1079,"viewportWidth":1151,"weight":0.00022716501355185214,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2588.1198 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022700767964343394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7025.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022694587206489227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8918.1181 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022689047703246831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9418.1291 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022676732596196747,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3638.1684 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002267396291397002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00022663661187289494,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6197.1753 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022660773963920346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3359.1519 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022654717955695702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":1043,"viewportWidth":1910,"weight":0.00022654299194743894,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2352.1875 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022645632685892192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7093.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022601444024392662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2774.1675 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002257465210199074,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":731,"viewportWidth":1536,"weight":0.0002253483619473417,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9161.1188 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000225286481923627,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":671,"viewportWidth":360,"weight":0.0002250880592093274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":603,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":603,"viewportWidth":360,"weight":0.000225076513693624,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00022504012646237123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00022499378972342754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3035.1751 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022493411912328758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8753.1382 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002248343164068077,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6114.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022446600570105257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1269.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022430119673065926,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0002239843040224046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00022384206281020788,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00022383271505193014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":979,"screenWidth":1739,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":820,"viewportWidth":1740,"weight":0.00022368808569171156,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8907.1434 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022347765170987972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3890.1375 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022339606435197048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2386.1490 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002233907790104526,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":728,"viewportWidth":428,"weight":0.00022334758436017506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.00022333787698142768,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002233368570343357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00022331350807238933,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":430,"weight":0.00022322619673094383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1611.1505 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022319165955025444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4351.1689 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022300590503175285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6808.1521 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022288526163735805,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":1080,"weight":0.0002226722551875629,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00022263866375669638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00022261721576357526,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9100.1050 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002225676871660598,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00022253864301522488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7477.1358 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002224278196729507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5678.1110 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002223959856925778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2151.1520 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002222955878553591,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8591.1340 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002222324082382893,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00022219538242322312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1647.1908 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002221566745378753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":944,"screenWidth":1634,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":944,"viewportWidth":1634,"weight":0.00022206891360953895,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8573.1802 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022182942597960111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":899,"screenWidth":1846,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":899,"viewportWidth":1846,"weight":0.00022182082078691076,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6533.1655 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022168949153477055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4868.1044 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002216648857720993,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.0002216586442114431,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":622,"viewportWidth":375,"weight":0.00022163282990608744,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00022160672424432714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9551.1521 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022142184159334657,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":819,"screenWidth":378,"userAgent":"Mozilla/5.0 (Android 15; Mobile; rv:138.0) Gecko/138.0 Firefox/138.0","vendor":"","viewportHeight":717,"viewportWidth":378,"weight":0.00022130720645737863,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4982.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002211797887435915,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1097.1000 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022107456028825828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7882.1554 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022105450235684833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00022101478328954754,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00022087504030733182,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1813.1360 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022086229051828217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4095.1170 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022061923155877508,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8064.1515 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022054739118695308,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1669.1683 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022047008107337334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9603.1514 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022030596368815197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.25,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.0002200890228760584,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3255.1467 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00022007196923486046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":823,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 11; moto g power (2022)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":412,"weight":0.00022006124150121342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"downlinkMax":100,"effectiveType":"3g","rtt":900,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00021995583800235198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5301.1472 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021975348348355877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":411,"weight":0.0002197335663179155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00021965867851698898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8409.1195 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021964655760889104,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4867.1313 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021962585125433778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4031.1819 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021915252555326084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5606.1271 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002191315478984543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":2560,"weight":0.0002190760025971458,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":776,"viewportWidth":393,"weight":0.00021898682860078863,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002189123772258102,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000218847962751137,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00021874568859342507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6265.1771 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002186701798537873,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2105.1098 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021835667648797863,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00021831468221228783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":948,"screenWidth":1796,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":948,"viewportWidth":1796,"weight":0.0002182651235249324,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1019.1919 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002181675503603634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3302.1094 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002181295065823636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2652.1882 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021812324098626176,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00021805021359811298,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7996.1955 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021804526467194944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9216.1413 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002178689230739422,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00021780999716952175,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1690.1307 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021772210705413745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7219.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021771027139023215,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5091.1292 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021758659717639742,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021727815020369202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9845.1517 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002172258273956325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00021719448742420647,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00021712486235869532,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00021705871000826706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4552.1390 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021704939187891745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7488.1948 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021699711592498957,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5844.1529 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002169075909324071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00021682748264548491,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9692.1328 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000216765536311561,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00021663786622648834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5191.1785 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021654144617550317,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00021642602998110766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00021642027466101766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1190.1334 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021640903234442858,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00021608026545681704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021599648448757073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4813.1113 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021592383338447045,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.00021560166941379924,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7620.1154 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021556368342941383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2461.1944 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021533281084289453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2361.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021528344172980817,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8393.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002151504449053129,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7555.1525 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021512455671143297,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002149742392784581,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2860.1524 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021495998250764097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0002148263324766326,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00021466446509286834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2995.1762 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021455350152864083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4193.1517 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021449562961062252,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3774.1576 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021445698386372025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4095.1041 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021442600256709523,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1045,"screenWidth":1788,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1045,"viewportWidth":1788,"weight":0.00021442196101761533,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1585.1545 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021440776183904704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8658.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002144018893221477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9686.1195 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002142971666950545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":703,"screenWidth":1249,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":581,"viewportWidth":1249,"weight":0.00021423876727682907,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1204.1036 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021422205633946954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3174.1700 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021421951302467925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7594.1366 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021405993464670623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9966.1375 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021400912675898038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6058.1617 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021397558016504983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.75,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":1530,"weight":0.00021391905670295724,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":851,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":392,"weight":0.00021375553124033565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.05,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00021374395046769805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4021.1122 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002136664015744818,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":821,"viewportWidth":430,"weight":0.00021366602215509446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8742.1478 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021349692608814948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5534.1631 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021345497100271933,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4122.1227 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002133603413388137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2572.1972 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021316210117574503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6995.1517 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021243982162534933,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00021215448029785099,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5802.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021204413213727494,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5776.1775 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021185308709600282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":1040,"viewportWidth":1912,"weight":0.00021177585454067765,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9009.1610 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021173710186387796,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2851.1226 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021170643974958447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5031.1789 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021144701392542618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":739,"viewportWidth":1600,"weight":0.00021138128120586118,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7145.1477 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021133598069059245,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021131229997448648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4280.1569 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021123846500172805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5008.1017 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021122864113473717,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9185.1077 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002111402349929857,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":553,"viewportWidth":360,"weight":0.0002111191615855359,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000211093461503608,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":432,"weight":0.0002110914721903267,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00021106973979064311,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":675,"viewportWidth":393,"weight":0.00021096933321339558,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8229.1796 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021089008113723005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00021072042163575391,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2998.1472 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021070960925767077,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":535,"viewportWidth":375,"weight":0.00021060193578835692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3170.1794 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021058574730118838,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00021054121527707193,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9184.1722 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002104877083932195,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00021044859702070795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1073,"screenWidth":1615,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1073,"viewportWidth":1615,"weight":0.0002103833597520069,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6564.1616 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00021022281571338685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":977,"viewportWidth":1920,"weight":0.0002100312789311062,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5938.1848 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020992318578866328,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1195.1616 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002098027000209095,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3291.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020965290461143638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6345.1683 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002095040182889509,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8060.1427 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020946938304862927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.65,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":884,"viewportWidth":1577,"weight":0.000209427377045049,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2591.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020940893403970063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8856.1489 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002094040114108825,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":428,"weight":0.00020934950798147902,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":525,"viewportWidth":320,"weight":0.00020917935281052207,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00020910725116962954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1138.1374 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020905314303038976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9900.1627 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020900996970401648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00020899951507091186,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5598.1277 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002089319527277654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4917.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020889761597783763,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00020883243259790357,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0002088161724544541,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7918.1495 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020874091210316287,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6556.1903 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002087138129059311,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":776,"viewportWidth":393,"weight":0.0002086072077710572,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6077.1234 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020849377090528752,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5102.1451 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020844130683418777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7917.1713 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020827227202941938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6286.1264 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020810164544386855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":835,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":709,"viewportWidth":375,"weight":0.00020803099249657128,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002080133509486081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":845,"screenWidth":1564,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":845,"viewportWidth":1564,"weight":0.0002080041270693427,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6518.1246 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020751484204913664,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002074507660250627,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3062.1802 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020726244614020198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9821.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002072331611033895,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00020709272322441802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4456.1360 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020697043028572372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00020689557970233612,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00020688552250249076,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00020685425552101065,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7012.1930 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020655286213637576,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4489.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020652880135748117,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5924.1683 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020644455362846308,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":430,"weight":0.0002062741542318986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5575.1550 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020625756536309624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9008.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002062486562525298,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6968.1442 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020590051624603934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":947,"viewportWidth":1710,"weight":0.0002058432864190782,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8919.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020582635743743305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2013.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020576477085642867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3791.1691 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020557798874293662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4919.1141 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002055230687417495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00020544137121644983,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1005,"screenWidth":1508,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1005,"viewportWidth":1508,"weight":0.0002053551146695535,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.95,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":648,"viewportWidth":360,"weight":0.00020534357447669503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9900.1268 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020527719161008928,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3093.1536 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020523866666380676,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/113.0.5672.121 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":393,"weight":0.00020523410730319004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":804,"screenWidth":1263,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":1263,"weight":0.00020482238113667117,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6891.1078 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020481546645782312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5702.1384 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020480060545305528,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":944,"viewportWidth":974,"weight":0.00020476573857477416,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2562.1484 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002047248434172192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7629.1929 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020470222712453833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4284.1994 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020461723223566647,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6913.1720 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002043951528175376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4544.1905 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020436084247151375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":714,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":714,"viewportWidth":412,"weight":0.00020417838327669625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6906.1060 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002041052564883517,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0002040818366254614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1073,"viewportWidth":820,"weight":0.0002040708403353752,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7376.1903 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020396454956660923,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4092.1074 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000203908696566767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00020387044964349058,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3162.1584 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020375010629588363,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9243.1833 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020368467063960574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0002036826318069574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.0002036820658273849,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3470.1974 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020348256038729186,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00020339026447223823,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6223.1844 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020326821542552344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00020326459384280946,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2695.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020320330172672477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00020318909301695416,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00020314317816767967,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00020308091468050922,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8608.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020299273931393487,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7999.1265 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002028651523795828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2681.1987 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020266717929069746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9260.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020266503527979548,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9879.1286 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020253336575863214,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00020248556115821042,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7698.1358 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020245312948810316,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4145.1038 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020234021723364878,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00020229307242743315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2992.1797 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020215015451129293,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00020197245358782124,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0002019325499841244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1272,"weight":0.00020173514680892567,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1150.1647 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020171969803452653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2106.1607 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020167580690533555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5096.1163 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002015432432243107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9465.1019 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020148156917068163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2148.1621 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002014171257891969,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4773.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020140666321636123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3918.1890 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020131636351090144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6185.1962 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002012679415720868,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":525,"viewportWidth":320,"weight":0.00020121822185185272,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7940.1457 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002009704232044156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00020088806680528763,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8655.1137 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020087514182944385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7726.1615 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020081607073078086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"downlinkMax":null,"effectiveType":"3g","rtt":300,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00020064831676194818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1903.1972 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002005877458287158,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00020048896457328192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6120.1695 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00020009383587461625,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0002000797214685053,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00020007934530959137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5161.1877 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0002000315804720998,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8277.1583 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019976797228443683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00019968820976405606,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4833.1057 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001996449763347212,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3696.1128 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001995326603531053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9547.1889 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000199382516332219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6913.1311 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019927587063828914,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":393,"weight":0.00019920385325884768,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2049.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001991923775610952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5339.1349 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001991385042571435,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00019912538063680374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.2,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":981,"screenWidth":1745,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":861,"viewportWidth":1745,"weight":0.0001990938235565359,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5582.1087 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019904215497326062,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8053.1510 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019892365364394476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4679.1898 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019890633164412817,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3275.1727 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001988046808014461,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00019869370654564467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00019866769300262046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7962.1986 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001986533064530591,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5698.1944 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019843689645873783,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":915,"screenWidth":1658,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":915,"viewportWidth":1658,"weight":0.00019840401745726294,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00019838298452732478,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3469.1983 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019831671549441274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3579.1000 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019830069736968974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1441,"screenWidth":2561,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1313,"viewportWidth":2560,"weight":0.0001982694917625274,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7551.1745 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019826036309494695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00019809722540691928,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1365.1311 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019809107584966727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2659.1411 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019805248445708927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3987.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019804316176509366,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":632,"viewportWidth":1280,"weight":0.00019796348148026728,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4582.1753 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019790409245702936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3084.1343 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000197872788354055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.55,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":775,"viewportWidth":411,"weight":0.00019785355346038096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2929.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019780102919518208,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1465.1099 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019766711599468307,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00019748639758953587,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.0001974230820772908,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2156.1007 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001973042651972596,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":880,"screenWidth":1371,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":880,"viewportWidth":1371,"weight":0.00019727171025206233,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001971037066711902,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7670.1958 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019700097570891128,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1251.1380 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019699709793016669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9080.1126 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019698607002090074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9995.1779 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019697925418915774,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2060.1411 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001968277417187862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9354.1196 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019669086807668257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3502.1114 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019666026636446082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5483.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019658719305546476,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":390,"weight":0.00019640714530814058,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":774,"viewportWidth":390,"weight":0.00019638452603440472,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.00019629104399271295,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/365.1.750410080 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.0001962522543394463,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1230.1728 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019613240894856784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9061.1123 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000196060456990041,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8958.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019571947159397927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5118.1974 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019564799606663436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6523.1620 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001956267619643258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6485.1071 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001955917622779607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7103.1095 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001954661262020756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":740,"viewportWidth":1592,"weight":0.0001954497808445892,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1437.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019543643717209898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4289.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019538373125482683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":603,"viewportWidth":338,"weight":0.00019537259778074065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9553.1009 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019532186964602737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4728.1436 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019521907863856086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.95,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1272,"weight":0.00019515627564525503,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1727.1341 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019513185917688524,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00019495649880506654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4035.1721 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019481670857979952,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":620,"viewportWidth":375,"weight":0.00019478578364479394,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00019477311527137513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":857,"screenWidth":1088,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":857,"viewportWidth":1088,"weight":0.00019472005246500685,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00019468548106656657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00019465582297255264,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":620,"viewportWidth":375,"weight":0.00019450592787275076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8666.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001944994253796751,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5770.1184 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019447647440164312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5870.1222 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001944543465154141,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9034.1437 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019441367324675758,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000194406703965648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9140.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019428657635994187,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":1600,"weight":0.00019427639582399726,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":3,"screenHeight":960,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":960,"viewportWidth":1280,"weight":0.00019426729515168353,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6403.1053 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001942630817756105,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00019414812592759203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9752.1455 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019410263676445446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9488.1249 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001940335861539669,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00019401755377904104,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9943.1611 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019394352016816779,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5489.1896 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019379569309924553,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":393,"weight":0.00019375059811005665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4920.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019372116098819594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3874.1100 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019372084264220429,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7802.1607 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019371370993795655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1062,"viewportWidth":2240,"weight":0.00019370793506214538,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001936764197478109,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":690,"viewportWidth":1440,"weight":0.00019365095979362933,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00019363331395343722,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.0001935151078149885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001934722989885697,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0001934557079351493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2054.1495 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001933954768013891,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.0001932010835414843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4865.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001931827264116719,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.0001931767745946432,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7152.1818 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019314403161821347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1736.1441 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019305777423741648,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00019301328285294687,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":771,"viewportWidth":393,"weight":0.0001929392780266664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":865,"screenWidth":1120,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":865,"viewportWidth":1120,"weight":0.00019286095496294734,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6834.1122 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001927520651828461,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5047.1503 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019275121727900876,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00019264624183617756,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00019257314126385093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5468.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019251093318749853,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1100,"viewportWidth":2075,"weight":0.00019235422321927707,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9408.1898 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019230049905277714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.00019225801473579624,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4173.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019216115154665044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":832,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":1280,"weight":0.00019209094365160446,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3419.1279 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019208784628591333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000192045392103697,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":685,"viewportWidth":402,"weight":0.00019204081224837672,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00019202077148794817,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001919917527458255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6862.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019170963901070094,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7616.1246 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019160534604486436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.8,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1781,"viewportWidth":980,"weight":0.0001915588014852807,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7176.1765 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019151040743687193,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2687.1421 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019129211915042387,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6184.1039 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019127655365883228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":360,"weight":0.00019114186713296055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5464.1922 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019111814500033172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00019103723351436222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2137.1086 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019086999428550233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"downlinkMax":null,"effectiveType":"3g","rtt":300,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0001908648077758387,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1351,"viewportWidth":2560,"weight":0.0001907165481509186,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":645,"viewportWidth":390,"weight":0.00019067144032004193,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5778.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019066500528949274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5704.1409 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019064032772189325,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1376,"screenWidth":1032,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":906,"viewportWidth":1376,"weight":0.0001905051882428091,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3078.1290 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019046934927496013,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3005.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019044081190120797,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4717.1507 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001903765178272039,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7022.1959 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001903662657301452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2362.1460 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019032782322069556,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00019030906033776817,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00019028396503337243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6917.1891 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019027843495814532,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00019022681507111397,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6296.1916 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001901318750868024,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00019011006460879277,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":1440,"weight":0.00019010580909824365,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1169.1942 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00019001458857477408,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1526.1776 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018979125692407753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00018974566727933076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3844.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018969415882663597,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":693,"viewportWidth":1180,"weight":0.00018965423566963977,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.00018942982997464917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4684.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018936394613308996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6043.1169 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018935863331384685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":1328,"viewportWidth":1245,"weight":0.00018935011367821,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7720.1919 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001892539745344343,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4182.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018915081421366244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00018912672528145316,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6200.1817 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001890155535897767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5124.1215 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001889830083693025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5993.1148 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018885432335171006,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00018871999343543565,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00018861580029996141,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7767.1349 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001885524799978926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4926.1149 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018852262765085032,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":936,"viewportWidth":1710,"weight":0.00018843564951974778,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3204.1816 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018835025195550518,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4973.1755 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018823389186620206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4291.1186 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018815523384306575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6463.1979 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001879459092359108,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018794299368466368,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8941.1682 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001879320903134537,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5031.1820 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018791716008388927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":901,"screenWidth":1159,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":901,"viewportWidth":1159,"weight":0.00018789657666455484,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7384.1286 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018787504300213858,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.0001878736982825352,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6863.1077 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018786641664820302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.45,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":859,"viewportWidth":1745,"weight":0.00018781536328239573,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":384,"weight":0.00018772714205879382,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/137.2 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00018768463232253288,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00018768100266138352,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":671,"viewportWidth":402,"weight":0.00018762987672381502,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9676.1412 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018762142209708245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2964.1161 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018745283245910337,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00018744376321284075,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00018738995443298202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":933,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":411,"weight":0.00018735975757612407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7644.1287 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001873467461309622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7491.1600 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018731368537721027,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00018730182651064716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7743.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018729188643661085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1145.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018712314779016252,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018707064437823549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1169,"viewportWidth":2560,"weight":0.00018705691393293766,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5369.1808 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018689563947196103,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0001868832328570037,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2378.1894 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018687331627073868,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1042,"viewportWidth":834,"weight":0.00018680108209212333,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9963.1250 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018674408890694005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9151.1649 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001866655595137263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00018660420918371187,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4585.1586 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018652871341939188,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00018648054667042517,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5598.1903 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001863495618178765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6792.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018622553227541953,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001860805085604756,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4483.1689 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001860364935117182,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":839,"viewportWidth":432,"weight":0.00018584555546767389,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.25,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0001857686578135723,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5563.1800 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018575925850608044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8874.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018570227108422003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5301.1220 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018569920503094722,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00018562963377257547,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.1,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":580,"viewportWidth":1271,"weight":0.0001855974824381213,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0001855313714396505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8261.1320 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018548109669262603,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6772.1221 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018548069786261236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3953.1549 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001852761904956509,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1633.1375 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018526091258189221,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3984.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018510133935159816,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00018497522333527327,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2998.1071 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018497494003649973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001849567480404916,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.6,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":621,"viewportWidth":360,"weight":0.00018488417954010654,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00018482713811081026,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00018463491739603743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":500,"weight":0.00018459728915833952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6914.1427 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001845957849085401,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8552.1174 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018456979058195053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3704.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001845441987513827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6266.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018446337291172488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00018442219161794124,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5281.1737 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001843151662164859,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4860.1385 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018422643804463082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9988.1855 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018415015924132009,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1277.1328 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018413965039408542,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6447.1181 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018413509761237547,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001841171529753263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1501.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018406551212542886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00018400992048080316,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00018394673540817396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5326.1401 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018392644231206493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6563.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018386963329139353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00018378652899883738,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1261,"viewportWidth":2560,"weight":0.00018377143481860218,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5540.1277 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000183768182423654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5557.1172 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001836114224001818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1945.1066 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000183474451254767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3735.1018 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018344171063688908,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2075.1647 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018335177800624645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3084.1223 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001832196307172617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00018317436443116998,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":514,"viewportWidth":320,"weight":0.00018315953725248264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2361.1587 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018307613792883874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7852.1839 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018296279173744291,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00018283855541972665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9819.1611 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018279136705250278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1019.1734 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018272096575046358,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3856.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018265133621392818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9767.1339 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018264862856650347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1512.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018264816020699718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7773.1291 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018262005092170764,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8535.1984 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018261863883647575,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":775,"viewportWidth":390,"weight":0.00018261432722784543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5672.1137 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001826047728489825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2796.1490 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018255712490517655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7094.1268 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018254853861956877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4066.1404 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001825340278115502,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3734.1528 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018236593117876735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8356.1115 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018230273221955218,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0001822146348512966,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.0001821436037639931,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9106.1474 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018211747309254884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7157.1476 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018211585733646162,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00018206849742447893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2681.1662 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001820571386068709,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00018187147424962574,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":840,"viewportWidth":411,"weight":0.00018186567762200586,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3050.1848 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018184805198003757,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00018174941671332364,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":795,"screenWidth":1820,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":795,"viewportWidth":1820,"weight":0.00018155705501960253,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001815402163768469,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00018152230224214932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5462.1836 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018149454107313983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3773.1451 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018145219499379753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9505.1758 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018144673261439443,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1079,"screenWidth":486,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":913,"viewportWidth":485,"weight":0.0001813849659661015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.00018128988048253758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00018128672958116654,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.0001812781922093872,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":842,"screenWidth":1474,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":842,"viewportWidth":1474,"weight":0.00018125387879469962,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5107.1053 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018117638578420077,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/189.0.413529291 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00018116999201788636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.0001811506105812717,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.00018109350209440157,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1728,"screenWidth":4096,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1281,"viewportWidth":1915,"weight":0.00018105093972564505,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001810020662624737,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":1199,"weight":0.00018097027254648996,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00018087914965514619,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00018083143420595687,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.000180797551069035,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001807496752983087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1333.1293 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018074920367303665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":772,"viewportWidth":1512,"weight":0.00018069397561470488,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00018054868277529064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4438.1695 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018052910023607594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0","vendor":"Google Inc.","viewportHeight":1077,"viewportWidth":1373,"weight":0.00018044945894608202,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.5,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":917,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":772,"viewportWidth":411,"weight":0.0001804321586220815,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00018040182216547907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8592.1226 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018039566517824096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6510.1776 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018032369240435122,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00018025987731502436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8438.1765 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018020696100731648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4365.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018018472707051472,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9016.1807 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00018008475157166534,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00018001537461301753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4950.1205 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001798356685821333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1052,"screenWidth":1239,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1052,"viewportWidth":1239,"weight":0.00017981331973596006,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00017958329619090828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001795780784559101,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6654.1628 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017953388063217924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6084.1250 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001794407519063124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8365.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017944039554393458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1169,"screenWidth":1800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":946,"viewportWidth":1615,"weight":0.00017942869188166237,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2622.1418 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017918807198517313,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":375,"weight":0.00017910189500148854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6982.1985 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001790653484995125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3027.1325 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017904423998312113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7504.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017893857191022606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4175.1374 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017889793078064683,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.0001788924014565095,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5598.1523 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017881785185764763,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00017874288541658458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00017873487855718973,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":626,"viewportWidth":375,"weight":0.00017866158580085985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6211.1340 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017863696893230053,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017863110731331126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00017860236480596084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.0001785634832145627,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2153.1781 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017850953565257604,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8260.1712 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017847115372327966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1043.1252 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017846958250470149,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2273.1156 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001784065225273324,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.00017830263292166652,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017825305424810608,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00017813354486550002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001781235504535569,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6843.1878 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001780966111063663,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017806752850161794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6575.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017778532633784799,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9353.1085 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001777444463440678,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9289.1158 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017773253528569638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7229.1376 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017771331369028064,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00017738066243428834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3815.1439 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017724647003914597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001772267178740914,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00017720281373717888,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00017715860411308886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00017705758443597373,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6447.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000177043428616261,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00017703256075686107,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8209.1145 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001769904023250844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1989.1687 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017695626780547162,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3013.1904 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017684306541703636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001767901566673935,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.4,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.0001767884648268418,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":932,"viewportWidth":1600,"weight":0.00017660642949075706,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00017659313098166348,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017647091010027308,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1728,"weight":0.00017636334302287206,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"downlinkMax":100,"effectiveType":"3g","rtt":350,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.0001763470695306506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3038.1475 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017631194352573209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1065,"screenWidth":1481,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1065,"viewportWidth":1481,"weight":0.00017626007472831555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8990.1691 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017619832250300948,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00017608102823901973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.0001760754305808652,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0001760022939412014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00017600046514397303,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4163.1718 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017593157279571453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5793.1300 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001759111813121345,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00017588472065111326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3996.1714 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017585422920409375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00017578128025232465,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":393,"weight":0.00017577571339931407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":809,"viewportWidth":432,"weight":0.0001757286176080795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9749.1362 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017558906176147343,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00017557301215514426,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5482.1772 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001755438229505077,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017553672026655244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0001755348957591927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7939.1676 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017543115395434155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2192.1048 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017511405115820496,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3409.1424 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001750750247893811,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00017502048165628822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3412.1712 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017498089166232387,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8389.1923 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017496556670317128,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00017496230702022388,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017495764734431145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6197.1107 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017494728836799477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6739.1250 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017491604119172592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1135.1951 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001748340894282319,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5117.1195 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001748226980728374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5976.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017482115444072234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":708,"viewportWidth":414,"weight":0.0001747250573489224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5203.1862 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017458935143995754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2157.1323 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000174552358336275,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00017454092491588308,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001745336085517401,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8519.1394 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017445706098455008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2781.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017412272587327918,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00017411000100077693,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3952.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001740644725299324,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00017400189107949794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8276.1550 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017400172719272337,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6602.1513 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017399986612069005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4757.1033 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017395532208417687,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2966.1200 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017382718559813773,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7703.1511 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017379427417900202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4083.1070 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017376672214185521,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3530.1675 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017363745478255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7587.1834 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017363003198693665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1502.1391 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017362734201504441,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.2,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00017360959855902526,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1029,"screenWidth":1531,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1029,"viewportWidth":1531,"weight":0.00017357152821759368,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1767.1666 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001735654498303611,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7804.1923 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017356381507081903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":607,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":360,"weight":0.00017354922904795327,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00017353656258773612,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6623.1119 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017326856710600107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3575.1625 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017321306782948392,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5660.1454 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017297465410311887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8610.1475 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001727744347569602,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1006,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":860,"viewportWidth":411,"weight":0.00017267847588235645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4259.1035 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017252613097362766,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00017245032944741636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":1221,"weight":0.00017236142454231685,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6610.1773 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017232540617186405,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.15,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":602,"viewportWidth":338,"weight":0.0001722459395742951,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00017223896864751418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2041.1892 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001720521241798833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4975.1931 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017205016138257566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8366.1515 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017201873645710417,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1710,"weight":0.00017200333321315992,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7925.1844 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017194227608201482,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":768,"viewportWidth":459,"weight":0.00017189760681033184,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00017189187217642665,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00017184895003406585,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1133,"viewportWidth":924,"weight":0.000171837208951039,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8089.1698 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017181992347415116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5530.1618 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001717429099992901,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5205.1276 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001717052833715673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4813.1661 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001716580263077703,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7402.1909 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000171619444901255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5149.1205 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000171595085163481,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1305.1941 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017158835086517938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2617.1378 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001715683077557358,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1150.1511 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017155006347788004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2769.1700 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001715262759021718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4289.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000171422120448553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3438.1767 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017126536132168777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001712123017224936,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001711191996495041,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8032.1542 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017108725868027116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":1472,"weight":0.00017105624287227966,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3047.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017104857335315996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4383.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001709876208691839,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.00017095393011854273,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":696,"viewportWidth":1440,"weight":0.00017079564088305575,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.0001707922473217754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6641.1776 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001707347603135514,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00017073083146841074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8487.1996 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017070046508854111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00017050760861090812,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00017040704941144759,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00017039309071885175,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1657.1262 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001703521801609542,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":414,"weight":0.0001702876776047648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5221.1103 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017024711025543702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8726.1512 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017003518539275542,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7400.1319 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00017001675754593868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5092.1122 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001700068596195608,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3951.1058 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001699693334226788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8758.1212 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016990768661385031,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3864.1768 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016988430903220226,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9153.1673 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016977004396050702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8002.1609 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016976577705399358,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1160.1652 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016972174923394096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8624.1766 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000169715530189183,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6710.1111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001696976597634754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7420.1505 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016966162773023155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4600.1005 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001696386065227495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9068.1312 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016960817327960428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00016960303125190197,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8092.1667 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000169522041099845,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00016949611878449354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.00016949533047859236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1551.1726 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001694398380021286,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00016942587083947335,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4726.1253 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016937131312181467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00016927072748325296,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":1440,"weight":0.00016922287152159842,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8146.1795 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001692201202967034,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016919233126324728,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00016915955256222313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4623.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016901955865799434,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1632.1893 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016898128553134592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2628.1424 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016897807841327064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6800.1053 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016893163070565766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2416.1818 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016880702462431833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1076,"screenWidth":1525,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1076,"viewportWidth":1525,"weight":0.00016877921485293514,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":885,"viewportWidth":1920,"weight":0.00016868962482638125,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2223.1924 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016863888622245597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9282.1063 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016858316088691583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7351.1108 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016845230832645162,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5757.1642 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001684392777939213,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3031.1617 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016839561994026284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4458.1576 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016839228589136007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.75,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.00016835859005088217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5375.1590 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016830329208376493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3372.1696 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001683005368037196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7938.1714 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001682951729139135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8690.1316 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016824364824781946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5421.1775 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016821462118614736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4287.1417 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016820392024745491,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9532.1917 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016814436426904126,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001680630359706787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00016805329703101292,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001680498168864504,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6826.1518 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001680343985854626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":811,"viewportWidth":432,"weight":0.00016798242391995996,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00016796261629763366,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4706.1443 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001679253049397444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1102.1362 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016785289662158356,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":428,"weight":0.00016780175592012354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4882.1570 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001677098397031713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1093.1443 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016763614607989507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":984,"screenWidth":1041,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":984,"viewportWidth":1041,"weight":0.00016761821094454403,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3923.1345 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001675640109546144,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00016753675970789528,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9297.1430 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016753412577565283,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9811.1105 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016750797643320546,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2895.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001674809468516088,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.0001672320382684061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3551.1149 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016723063712655947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00016708010236006455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1034.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016705389991559147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6023.1155 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016701939543076652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2546.1237 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016696570487882294,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016679502439233818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4043.1094 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001667936287303047,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00016673944599316179,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":907,"screenWidth":1294,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":907,"viewportWidth":1294,"weight":0.00016665914618679609,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00016662221842976134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8748.1443 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016660766316552324,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1200,"weight":0.00016659204047989523,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4277.1890 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016653291083752064,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00016652783856702097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2686.1934 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016651617831569396,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00016650074422425436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00016648768904072912,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016647536656841304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2956.1090 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016646683727719375,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00016633838200617038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2396.1101 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016628799605684412,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2032.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001662056480712076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9434.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016615380145440706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2284.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016614729498397695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.0001660973152646317,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0001660428782578646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":819,"screenWidth":1455,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":707,"viewportWidth":1455,"weight":0.0001660289926378697,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1764.1161 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001658687360222713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9892.1510 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001658474474634086,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0001657756075877597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00016576635728917974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00016573612293917939,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6373.1422 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016572655762978896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":384,"weight":0.00016567357710621484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1628.1001 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016562662162632142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.45,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.0001655466207840208,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5122.1222 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016550023721564446,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00016542257039052878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":860,"screenWidth":1836,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":860,"viewportWidth":1836,"weight":0.00016538509649682064,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9810.1673 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016538001458855044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2621.1388 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016533856347802843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3568.1719 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001653294754266726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4207.1768 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001653200427432266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2744.1276 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016524307378620325,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00016518543002185172,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.25,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00016517269814577957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016511859634219713,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00016511065675905032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9460.1855 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016510766904434835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2640.1000 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016508026320406828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.3,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00016504819073479194,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016502611529110774,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4719.1608 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016498804794175698,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001649570227031842,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.0001649416873174234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4637.1912 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016487181113281513,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00016483222511285943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00016482674011984803,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000164742803125062,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7018.1019 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016468137549661673,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00016467485228789536,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7296.1420 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016449358342131689,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.8,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00016442931333845263,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5643.1553 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016440919959946032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6237.1216 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016440502936042995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":441,"viewportWidth":780,"weight":0.00016437244334042116,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000164337587667202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1651.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016427061602814608,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":891,"viewportWidth":1704,"weight":0.00016426348531274173,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001642082099667056,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8122.1785 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016418271458895015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.2,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00016414822373282843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8381.1527 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016410020513046673,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":852,"viewportWidth":393,"weight":0.00016409132493828743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00016407959915682008,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00016398940239529858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2427.1199 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001639643840725751,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0001638488845112842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1494.1465 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001637753431329232,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/137.2 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00016368010188406442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7164.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000163630294887383,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001635045162534086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":935,"screenWidth":1862,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":935,"viewportWidth":1862,"weight":0.00016346883479788054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1210.1066 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016342568560150878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9158.1432 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001633972734936831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2326.1828 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016331210223165225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6302.1773 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016322438933358816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00016321527977724635,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.1,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00016319449722569692,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5642.1927 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000163116840567639,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":957,"screenWidth":1896,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1896,"weight":0.0001630872261125705,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2792.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016308096574942974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":952,"screenWidth":1588,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":952,"viewportWidth":1588,"weight":0.00016306904423745558,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":344,"weight":0.00016306540217326133,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9805.1038 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016300641244074097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6348.1678 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001629845342851755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8898.1264 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016295465115136195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00016295387814748411,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00016286658524818722,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00016278257979295688,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001627528748402771,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7185.1964 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001627077859914877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00016259420189172896,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4778.1381 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016258440843991976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5742.1694 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001625703903655675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00016255675692874368,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1394.1769 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000162526691269702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.00016248858096658552,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7781.1079 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016217228640022068,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00016210906820313754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.35,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00016202095790034642,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0001619537587243292,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016189564957295492,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":731,"viewportWidth":1536,"weight":0.0001618919038442453,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00016189008122622798,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3476.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001618781748507456,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2716.1035 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016187673843268304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2391.1056 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016185764185337338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":862,"screenWidth":1651,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":862,"viewportWidth":1651,"weight":0.00016179669822109953,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1242.1583 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016175556505393206,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00016167343971111003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7621.1562 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016166395318117953,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00016163270607824927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5920.1125 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016160020957974692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9797.1962 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001615011977663054,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3906.1988 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016143588599444575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8512.1571 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001614182258855644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6389.1673 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016140378280366056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9208.1739 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001612911900552154,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5523.1894 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001612599366944465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9063.1656 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016123509954134982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5874.1180 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016113978895693624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5874.1610 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016112939487131933,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2578.1189 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016103634161230402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":791,"screenWidth":1911,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1911,"weight":0.00016099172454657506,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9886.1347 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001609376428838001,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00016093019420045858,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2377.1281 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001609202661523206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.35,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":950,"screenWidth":463,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":818,"viewportWidth":463,"weight":0.00016082868634585652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":815,"screenWidth":1288,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":815,"viewportWidth":1288,"weight":0.00016082803982086998,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00016077977814125664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":660,"viewportWidth":360,"weight":0.00016065940140721168,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4343.1416 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001606395954767561,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8878.1948 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016058860912123699,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6402.1111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016050632442036163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.3,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00016046646494208215,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":796,"screenWidth":1277,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":796,"viewportWidth":1277,"weight":0.00016042435698571114,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":826,"screenWidth":1741,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1741,"weight":0.00016037889977139498,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8586.1439 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016037426622642724,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0001603676190084518,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2837.1686 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001602028417245832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1440,"weight":0.0001601956275792677,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9594.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001601904037266305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7082.1871 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001601737256709452,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001601661696142954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4782.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016016186365367456,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00016011349905785917,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6955.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016007205222783732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2334.1817 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00016004635336792973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":950,"screenWidth":1768,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":950,"viewportWidth":1768,"weight":0.00016000963829318276,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9013.1306 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015993408096900088,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00015980371399718755,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015979888921125493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":577,"viewportWidth":360,"weight":0.0001597787830982241,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2627.1844 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015977150284610477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4174.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001597368335999904,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00015973208538097992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001597098149915214,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/363.0.743255906 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00015967143952548633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":300,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.0001596629740900325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.05,"downlinkMax":null,"effectiveType":"4g","rtt":300,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00015962166053991398,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7381.1805 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001595875399574735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.0001595727513648659,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00015952979717465476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3944.1109 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015951442260689761,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00015942715663215269,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00015934246771771802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7186.1608 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015931795370500618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00015929956578300512,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8616.1548 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000159261994730348,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2001.1255 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001592080266669787,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00015914227993173475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3577.1864 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015904435639531628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9413.1162 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001589953113509592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":787,"screenWidth":1823,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":787,"viewportWidth":1823,"weight":0.00015898422400143555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5793.1037 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015895459043008476,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00015875410995348148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":968,"screenWidth":436,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":889,"viewportWidth":435,"weight":0.00015875041619375365,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8994.1988 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015864915967458008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7908.1255 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015862203615713135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1672.1947 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015848314760661826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3168.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015842485403407962,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00015830315667200796,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":684,"viewportWidth":1424,"weight":0.00015823087982432994,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5180.1164 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015818971625073354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6353.1466 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001580291276799762,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00015797641274270123,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00015796918584873307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4779.1040 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015795475153371612,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":819,"screenWidth":378,"userAgent":"Mozilla/5.0 (Android 14; Mobile; rv:138.0) Gecko/138.0 Firefox/138.0","vendor":"","viewportHeight":698,"viewportWidth":378,"weight":0.00015795171563573996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7690.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015792771054259504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00015791320799128324,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7083.1425 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001578989971275384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2719.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015788718912492064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2824.1007 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015775528677221224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4559.1518 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001576652352894997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5649.1544 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001576455109798948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4820.1212 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015763183678796044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1918.1409 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015751580051551423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2731.1271 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015743504569768716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1046,"screenWidth":1386,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1046,"viewportWidth":1386,"weight":0.00015741942429239964,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6566.1494 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001573622091670924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":1440,"weight":0.00015729246720538772,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00015727701207252616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001572726797802943,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7513.1579 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015727091697747314,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.00015726174021526813,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1464.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001572365908665417,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2939.1888 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015721756926833914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":815,"screenWidth":1394,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":815,"viewportWidth":1394,"weight":0.00015712780338610272,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7979.1000 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015699473571690304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2963.1064 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015698235300130045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8617.1049 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015697945083229754,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00015696572838400877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":975,"screenWidth":1550,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":975,"viewportWidth":1550,"weight":0.00015683435930603353,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6893.1860 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001568218990389741,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5465.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015681266904618037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":823,"screenWidth":1317,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":751,"viewportWidth":1316,"weight":0.0001568090551414518,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6493.1202 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015673579092876668,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7928.1381 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001567335960433803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5445.1440 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001566728797813044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00015667091588589634,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1197.1306 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001566625891598428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8145.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015665287789705718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2865.1031 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001566248231773836,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00015661212280285055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015660924851903642,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00015659266991078903,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3803.1065 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015656913546697825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4168.1237 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001565388310669518,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3050.1394 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001565050261367674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":829,"screenWidth":1495,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":829,"viewportWidth":1495,"weight":0.00015647003832594317,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":4,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1007,"viewportWidth":1659,"weight":0.00015646708904544705,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":1440,"weight":0.00015645522205830502,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6139.1523 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001564099395103958,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9389.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001563310034546371,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2617.1237 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001562264477807334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6042.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015621015034548985,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00015617278826904918,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7346.1161 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001561288966504299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8339.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001561079279991185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4510.1274 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015610262478242879,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9171.1760 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015601872267245861,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6740.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015598418277283505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2637.1979 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015595967762738666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1674.1745 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015589623782715588,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00015587760995971095,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":705,"viewportWidth":430,"weight":0.00015587500885462638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4150.1875 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015584199591679932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8805.1264 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015583771953890497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9335.1048 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015583129216152844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.95,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":432,"weight":0.00015574988981404027,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8355.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001557265307877805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":775,"viewportWidth":411,"weight":0.00015572502275870587,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1079,"screenWidth":1605,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1079,"viewportWidth":1605,"weight":0.00015570847490532135,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015563789345799352,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1858.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000155579796714692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.75,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2752,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":986,"viewportWidth":2514,"weight":0.00015555352815524467,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.0001555111693319863,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015549511887352955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00015548040594236498,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1686.1456 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015543120588907883,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.65,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0","vendor":"Google Inc.","viewportHeight":932,"viewportWidth":1879,"weight":0.0001553174155557526,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.9,"downlinkMax":100,"effectiveType":"3g","rtt":1050,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":411,"weight":0.00015531203050834263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4197.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015530095040522293,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000155294511851859,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.0001552626219574924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":865,"screenWidth":1640,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":865,"viewportWidth":1640,"weight":0.0001552472046671826,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1328.1490 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015522565362053963,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5885.1649 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015515195359905046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3895.1136 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015514219677193844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2323.1237 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015511203126716141,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001550776225487746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8930.1177 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001550655817429148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2309.1581 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001548320893596605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3946.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001547419062031969,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1152.1084 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015468160126814103,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":977,"viewportWidth":810,"weight":0.00015463417727958713,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015463210194081723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001546096461366004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2817.1614 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015458139869840265,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001545591310848321,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9997.1867 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001545009069335639,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8572.1619 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001544471632314519,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1849.1924 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001544160243229347,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1004,"viewportWidth":1831,"weight":0.0001542961672035432,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3858.1824 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015427452908396236,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00015426395352729718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6793.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015421692344985775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3370.1063 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015417169441598162,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4675.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015415189722570543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00015411626568674202,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7432.1614 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015410903974542704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":865,"screenWidth":1594,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":865,"viewportWidth":1594,"weight":0.00015406527502569563,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":781,"screenWidth":1287,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":1287,"weight":0.00015405786188518177,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1107.1653 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015405331041665505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5718.1736 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001539408075811202,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00015388791820907468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9394.1440 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015380065488667942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2772.1679 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015373140043075848,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5572.1314 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015371753059899488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3281.1132 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015369584762939102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":823,"screenWidth":1445,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1445,"weight":0.00015367098009589462,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4956.1678 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015359810805711598,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5678.1908 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015351003820875947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00015350348622846448,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00015349597584545495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3359.1322 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015345016060227786,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00015343678176274318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8423.1620 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015342309384145807,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6957.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015337463275130652,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0001533628076747292,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7931.1657 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001533445163439818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001533161654732779,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2044.1743 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015326321341933255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00015325056320175274,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6104.1182 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001532261458812562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8742.1416 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001531164048046956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5067.1756 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015308229484368288,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8427.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015308091668969135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5021.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015304030613454814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00015300694384912935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.00015296134573630315,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3072.1856 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015295238217059574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00015285841279936483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1253.1448 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015285725861691554,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00015285312680707897,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":836,"screenWidth":1028,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":836,"viewportWidth":1028,"weight":0.00015277154265496727,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00015272110977451105,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":947,"viewportWidth":1366,"weight":0.00015271576489917836,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1276.1038 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015270615266250168,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":637,"viewportWidth":375,"weight":0.00015267148698806145,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":1430,"weight":0.000152601046950404,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/331.0.665236494 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":706,"viewportWidth":414,"weight":0.00015257002474476235,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8721.1895 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015247559678720636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00015244287370623011,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7266.1771 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015243554876694833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001522201558737497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1072.1011 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001522080548331991,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00015200768691629005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8899.1535 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001519920714961981,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00015199102139302025,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00015197968269654646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0","vendor":"","viewportHeight":720,"viewportWidth":1280,"weight":0.00015196358666890608,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":799,"screenWidth":1290,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":799,"viewportWidth":1290,"weight":0.0001519505544558734,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00015193557542941014,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015190981190215782,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6345.1778 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015184057967552268,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":430,"weight":0.00015174883843537234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4108.1309 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015166415981135315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9624.1052 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001515895752882669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00015157115784282738,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6421.1936 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015156290117626683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1975.1867 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015156025548942987,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2240.1041 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001515144170002868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1426.1975 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001515002125322638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4709.1268 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001514927704785496,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00015130258822289755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7845.1329 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015124516174913318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1911.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001512165091606711,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00015116548712207383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.0001511556339078867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3209.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001511151909274592,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":515,"viewportWidth":375,"weight":0.000151075598713222,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":828,"viewportWidth":488,"weight":0.0001510670230797264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9804.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015105697729128975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.00015102339831411706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00015100585562551107,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00015094192727304527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00015090601450397118,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"downlinkMax":null,"effectiveType":"3g","rtt":950,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":652,"viewportWidth":367,"weight":0.00015075435661754736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":951,"screenWidth":1679,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":951,"viewportWidth":1679,"weight":0.00015072533573260222,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8952.1064 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015072027889190086,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":1080,"weight":0.0001506384319380627,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000150629034484085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6341.1257 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000150596566590668,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":801,"screenWidth":1598,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":801,"viewportWidth":1598,"weight":0.00015056234368755427,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":833,"screenWidth":1078,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":833,"viewportWidth":1078,"weight":0.00015048329258916983,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1005,"screenWidth":1250,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1005,"viewportWidth":1250,"weight":0.00015047187783419263,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":693,"viewportWidth":430,"weight":0.0001504420705316941,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.0001504173843409073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":915,"screenWidth":1817,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":915,"viewportWidth":1817,"weight":0.00015040035355680918,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00015032518498553802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4612.1555 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015027562983735396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9365.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001502060819317092,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7592.1571 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00015018891067478815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":642,"viewportWidth":1358,"weight":0.0001498870445691797,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00014987404467909027,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2232.1445 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001498475058219815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6310.1643 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001498051500280665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2921.1718 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014980111246889617,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014974453050196313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7383.1986 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014972726351568,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.55,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":649,"screenWidth":1154,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":467,"viewportWidth":1128,"weight":0.0001496932181652812,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3936.1288 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014965139869787427,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014964406393835861,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9884.1995 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001495578406170298,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7709.1187 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001495539791776737,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.0001495468202338177,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7938.1612 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014954364582733088,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00014954212722785554,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":833,"screenWidth":1686,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":833,"viewportWidth":1686,"weight":0.00014951289606202054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4166.1946 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014946076337269825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7390.1940 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000149426467187125,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014939182487171436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00014932528542499943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014931390796722122,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00014930032823923245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9557.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001492693021000409,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2159.1005 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014919649113286947,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8670.1753 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014915086642743768,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3359.1181 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014901966689148338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7219.1655 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001489838486386632,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":613,"viewportWidth":375,"weight":0.00014896518698429573,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014895123025279044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1692,"screenWidth":3008,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1199,"viewportWidth":2353,"weight":0.00014888420107996567,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2965.1578 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014885157413409205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5952.1819 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001488514227453288,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6235.1544 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014883866119231538,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9783.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001488223308616667,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00014880787824063973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1833.1686 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014879935355537624,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00014872262755043824,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001486843080605054,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9157.1408 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001486423221337556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8047.1775 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014863263348457122,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8405.1037 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001485816424552268,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2087.1874 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000148576393719071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8569.1746 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014857051100524907,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.0001485545353793339,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9761.999 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014851134531428047,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001484916430414443,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":900},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":563,"viewportWidth":1222,"weight":0.00014848044838316644,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6682.1229 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014845754293896107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4271.1855 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014844414975162315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4369.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000148409721279024,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9088.1706 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001483313827873532,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":638,"viewportWidth":375,"weight":0.0001483168700537921,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00014828740719701557,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9259.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014828358290938952,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014827810515611315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7473.1817 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014821746049278225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2167.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014811843444809738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6061.1074 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014789660960272435,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9232.1110 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014788090007854024,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7368.1423 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001478671400022641,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5561.1230 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014779448278631188,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6506.1566 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014776515588038518,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3687.1109 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014769327182004942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9190.1175 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014760047415452286,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014759000897783076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4835.1589 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014747453502242022,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":1440,"weight":0.00014740899112875575,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6434.1597 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001474069398792174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9571.1968 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014740005048428565,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":791,"viewportWidth":1512,"weight":0.0001473808866833804,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9436.1583 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014735530602728194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3799.1810 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014734800943716305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9819.1490 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014734392987653333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6761.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014729822219149713,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.00014728048519969616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1348.1233 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001472606808408569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00014723102269138032,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":577,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":577,"viewportWidth":360,"weight":0.00014714441171624382,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":2867,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1054,"viewportWidth":2867,"weight":0.00014709344995223072,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3197.1314 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001470882741231838,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3885.1497 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014702773785345042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1909.1953 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001469871642824697,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1746.1861 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000146952807735698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5537.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014692503954117758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3315.1770 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001469185606069135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3861.1239 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014688625116386473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014685385877198252,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014681227822862283,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00014679442762136985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1006,"screenWidth":1232,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1006,"viewportWidth":1232,"weight":0.00014678764687059165,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":764,"viewportWidth":1466,"weight":0.000146722888397448,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8928.1840 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014670990715125347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.55,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":835,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":685,"viewportWidth":375,"weight":0.00014667583607444186,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8557.1182 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014666976512541112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1223.1261 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014662063672371556,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00014660604307215446,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1844.1285 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014656455195751573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00014650931062521234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00014644766422536884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00014643820893162882,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1668.1157 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001464343319076443,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7455.1050 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014631477824854542,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001462872861753065,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4607.1357 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014627558879662134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8284.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014625234409939005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00014606590833390982,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4017.1491 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014598784267770874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8697.1156 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001459155539841928,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9713.1777 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014580891541364564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9599.1183 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014580438406326017,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8996.1071 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014579906298357618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5174.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014578296160549443,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":440,"weight":0.0001457671403581985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7149.1681 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014573255038241914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7854.1887 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014572211443855055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":787,"screenWidth":1885,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":787,"viewportWidth":1885,"weight":0.00014567960038463135,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00014567360645356225,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014564200494619474,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00014560256304526053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9393.1165 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001455775081703198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3416.1381 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014557622116985616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8804.1217 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014547342873882626,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001454139441976674,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00014540285029143065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":412,"weight":0.0001453979817248001,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000145225880443938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4635.1022 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014522293776041004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.000145217304249213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014520656763516773,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6804.1420 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014520226843031447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3295.1282 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014516543350181867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00014504785668223772,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001450266879786794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7651.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000144981296836134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00014495442988396798,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4461.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014494227332988808,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00014494009146874702,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014491256138949045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1535.1439 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014491233132107853,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":637,"viewportWidth":375,"weight":0.00014488643842625035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9896.1573 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014487127358989304,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00014486885978651638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6988.1399 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014485567454672338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8621.1491 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001448252016752213,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8757.1934 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014481747447606975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.0001448126313131298,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7748.1165 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014477695911212652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7696.1514 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001447002909299257,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":951,"viewportWidth":1920,"weight":0.00014469818532209682,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2176.1332 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001446639319738766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00014464593461369036,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014463422564196538,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1902.1746 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001446013021354453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"downlinkMax":100,"effectiveType":"3g","rtt":1200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":360,"weight":0.00014455345078748938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1355.1137 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014454485363007052,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1311.1558 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014451572409786645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4924.1558 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014451464807154805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2184.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014451061495539,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.4,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":1440,"weight":0.00014435447943584944,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4016.1756 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001443466510076423,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":1333,"screenWidth":597,"userAgent":"Mozilla/5.0 (Android 15; Mobile; rv:138.0) Gecko/138.0 Firefox/138.0","vendor":"","viewportHeight":1142,"viewportWidth":597,"weight":0.00014425165708411807,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00014419206687976612,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00014415632285370497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5910.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014412989225421035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00014410975992401416,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8159.1117 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001441008873345036,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.00014406236987245672,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00014405465707322915,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":454,"viewportWidth":320,"weight":0.00014404935656423172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000144048503859489,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8962.1222 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014395549403850715,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1034,"screenWidth":1395,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1034,"viewportWidth":1395,"weight":0.0001439002178626168,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00014388331859013738,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9922.1885 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001438744276416014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3079.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014382507246145026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5805.1184 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014381349773037247,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.0001437880211653802,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5678.1372 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014374772143885698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7810.1942 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014373062130575333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.2,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":662,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":662,"viewportWidth":384,"weight":0.0001435954730733156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":635,"viewportWidth":375,"weight":0.000143586699322424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1073,"screenWidth":1818,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1073,"viewportWidth":1818,"weight":0.00014358271058840358,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8883.1053 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014357466164907179,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6393.1724 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001435487517853308,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00014344984639131085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":813,"screenWidth":1353,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":813,"viewportWidth":1353,"weight":0.00014344643725182026,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8242.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014343416536800914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8214.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014342428686971905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001433321372576867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2152.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001432745526565862,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Android 14; Mobile; rv:138.0) Gecko/138.0 Firefox/138.0","vendor":"","viewportHeight":667,"viewportWidth":360,"weight":0.0001432168256646646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014316210025336595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9792.1406 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014313902428304403,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00014308555032879126,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3240.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001430465097264678,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001430363136977883,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001430201680882931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":411,"weight":0.0001430021810682415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1364.1945 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014300066011845695,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1274,"viewportWidth":2367,"weight":0.00014292832360576752,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4599.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014278473575882653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5769.1288 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001427384270199383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8267.1490 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014270893238442145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3576.1711 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001426466510772205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1854.1812 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001425207902820075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00014244773048750864,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8630.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014231363047454955,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001423106910365709,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4631.1773 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014229252656031876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2687.1215 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014228043901493633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5104.1204 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001422566665459918,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00014223488513924947,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7442.1805 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014218244506396588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6749.1707 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014216493908461732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":448,"weight":0.00014215021338544385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4296.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014199139486807184,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4606.1809 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014197471725212082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1039,"viewportWidth":1920,"weight":0.00014196597845297638,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00014186498968260763,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00014185275599832173,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5416.1546 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014180252716746418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7233.1689 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001417953248484662,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00014179190102942617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":780,"screenWidth":1672,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":1672,"weight":0.00014178325273135874,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001417280060676858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8824.1860 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001416767419373491,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5710.1199 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014163601325860916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00014159970746260015,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001415128906317369,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6555.1050 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014149617268050956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":783,"viewportWidth":411,"weight":0.00014149575710749147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":926,"screenWidth":1262,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":926,"viewportWidth":1262,"weight":0.00014147322539199349,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1318,"weight":0.0001414671286982041,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.9,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":760,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":628,"viewportWidth":360,"weight":0.00014141697893950962,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00014140538972303067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4866.1220 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001413959534989199,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001413515550618529,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014130955659437137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7318.1085 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014128077002619342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4514.1627 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014123984034299607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2137.1693 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014121589483105025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8982.1853 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014111702116625802,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014108389947384213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0001410448662608087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2968.1781 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014102967239509482,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4293.1238 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001409249448854639,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00014061365333942042,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":1344,"weight":0.00014058105198816882,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00014055601348365464,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2968.1008 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014054725286261836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2950.1795 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014053580698024061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.0001405130115778026,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3431.1328 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014044969051972106,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7738.1577 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014040482621716433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1466.1904 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000140357909919046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3043.1035 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014035471606383665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8365.1484 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014029843548404332,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2765.1743 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014020307899090018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0001401706222221841,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":414,"weight":0.00014016303455690986,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0001401535927060317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8036.1492 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001401025638117468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2275.1161 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014004095246415393,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":835,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":661,"viewportWidth":375,"weight":0.0001400227987672531,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":574,"viewportWidth":1696,"weight":0.0001400095743321252,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5812.1178 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014000941434189092,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5038.1448 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00014000851742416954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3351.1899 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013997166190367832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9107.1944 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013995292085567377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1231.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013991312911850658,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1445.1170 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013987205588507484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1430.1054 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000139829647844204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8475.1032 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013982946319471493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":390,"weight":0.00013978786345490688,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8617.1291 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001397859871728293,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00013978102023602586,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8546.1408 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013977518374907043,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001397591753370668,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0001397142043619103,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":634,"viewportWidth":1347,"weight":0.00013969125624282714,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001396426410119429,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.45,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00013960601241484394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8578.1116 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013956438570038258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":863,"viewportWidth":1280,"weight":0.0001395324375577719,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6419.1440 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001395057047958093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1012.1555 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013947213778772778,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001394315843967108,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.000139385793365171,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00013933984849287244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5826.1853 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013928506118468723,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1064,"viewportWidth":2048,"weight":0.0001392762193903776,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1162.1556 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001392418954937609,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6000.1272 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001391682323465733,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7996.1650 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001391052990398601,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9513.1827 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013902504655668841,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2435.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013897159610213572,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00013891685172411942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013890911651569178,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001388629028449059,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4140.1383 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001388490148661258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9338.1779 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013884668028042144,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00013882559219987372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013879453464127564,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00013878984203383144,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00013876658109688314,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013876203190777973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3093.1243 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013870909448894923,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":927,"viewportWidth":1920,"weight":0.00013857958855241893,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00013856210386360384,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013855685161271036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2931.1099 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013852310603775655,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013849723191450243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7413.1159 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013849194510036063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1014,"screenWidth":1131,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1014,"viewportWidth":1131,"weight":0.0001384805440469689,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0","vendor":"Google Inc.","viewportHeight":586,"viewportWidth":1226,"weight":0.00013839608621695891,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6721.1776 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001383227959256519,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.00013831182709380345,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00013817299771927706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":986,"screenWidth":1434,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":986,"viewportWidth":1434,"weight":0.00013815883456838864,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00013814393707985698,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5768.1596 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001381385482261144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1271.1963 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013811662701278396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6099.1069 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013809806889189365,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":947,"viewportWidth":1710,"weight":0.00013807225448822513,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":836,"screenWidth":1187,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":836,"viewportWidth":1187,"weight":0.00013807107927045164,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":874,"viewportWidth":402,"weight":0.0001380117816871023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9617.1488 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001379848129364395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7696.1010 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013797280006843543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4443.1942 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013795181563093327,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6161.1400 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001379276718099807,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4605.1293 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013786443907624852,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5297.1099 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013778138158337345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1031,"screenWidth":1495,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1031,"viewportWidth":1495,"weight":0.00013776648394610159,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00013752273412573788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2719.1078 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000137451363625616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1067.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013737191470446065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1214.1984 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013735565479963048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013734659902130646,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013731670811820764,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":3840,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1072,"viewportWidth":1763,"weight":0.0001373135336047991,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8648.1180 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013726214918759013,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.00013717105261434464,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6148.1497 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013714348379332227,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001371162665721031,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":812,"viewportWidth":440,"weight":0.00013707836013246354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":945,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":945,"viewportWidth":1366,"weight":0.00013707242747595453,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":740,"viewportWidth":1482,"weight":0.0001370074688063066,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013698587353754956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8472.1515 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001369364042318928,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001368993921663668,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7683.1946 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001368821266959826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00013684569006377914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":740,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":612,"viewportWidth":360,"weight":0.00013681603950585025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7181.1502 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001367826745927534,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":411,"weight":0.0001367825401898467,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1579.1648 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013675042874079514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4651.1157 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013675039315908072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6945.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013671867741306754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8430.1290 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013668756134340126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3304.1553 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013665209235592246,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013664993302487814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1672.1172 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013663421241870053,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00013662776551041827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7533.1692 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001366275092874212,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00013660373725651642,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.7,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00013660332461701993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4031.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013659304692605154,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":1440,"weight":0.0001364199163245919,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9857.1789 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013640254476712398,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00013637884007119453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00013637195013913698,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1633.1905 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013634631552686467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00013634006192181597,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.0001362694453756337,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7961.1618 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001362004182541417,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013615733740163946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013614725994201999,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00013607652979751999,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5142.1726 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013605613641818966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5409.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013599766183837426,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013596444729708864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1065,"viewportWidth":1920,"weight":0.0001358496239749252,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001358462542258254,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00013583532855437807,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00013580658312880073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3127.1338 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001356773317105199,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9111.1144 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001356059677180609,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1780.1403 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013558001707194154,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1738.1806 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013557407303632724,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4936.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013554437850377861,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00013552776830272158,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.4,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":852,"screenWidth":1517,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":1469,"weight":0.0001355113577326365,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7306.1442 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000135499947217592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":840,"screenWidth":1327,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":840,"viewportWidth":1327,"weight":0.0001354611230606409,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3095.1562 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013545639502419483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4627.1708 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013545502515948505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":855,"screenWidth":1234,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":855,"viewportWidth":1234,"weight":0.00013541499081489222,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.0001354072782293866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.75,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00013539604285854484,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00013538101054894798,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":952,"viewportWidth":1578,"weight":0.0001353731984802866,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2322.1417 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001353684111426956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8406.1573 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013536290137016653,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013532834297171257,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00013527786702285314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":908,"screenWidth":1065,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":908,"viewportWidth":1065,"weight":0.00013527156578473155,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7218.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013526710226610225,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.0001352411148212243,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00013523004521594675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6009.1800 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013521612343739693,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2281.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001351664056054014,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.0001351300614544255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4212.1581 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013510465583867177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00013509210247718046,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.7 Mobile/15E148 Safari/604.1 Ddg/16.7","vendor":"Apple Computer, Inc.","viewportHeight":633,"viewportWidth":375,"weight":0.00013503512138006926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9489.1474 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013501538022747756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9272.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013493465494300537,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1806.1822 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013491728064813244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3134.1106 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013490741547549282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2714.1552 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013482903609335383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2121.1816 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013479916393226642,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":698,"viewportWidth":1024,"weight":0.0001347372557001719,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6482.1146 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013473464601269455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1280,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15","vendor":"Google Inc.","viewportHeight":1280,"viewportWidth":1280,"weight":0.00013472339701233767,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1607.1368 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013470095077106525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001346746742471452,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6759.1699 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001346226986849978,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9212.1134 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013461053949389117,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":774,"viewportWidth":1592,"weight":0.00013455198724088765,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3849.1605 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013449549608360217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8821.1342 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013447539592335452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013442810487587832,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":402,"weight":0.00013441070533143598,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013437772703140814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2923.1254 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013437491941033225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013434430954122772,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5721.1111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001342993550912954,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001342681816187592,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":731,"viewportWidth":1536,"weight":0.00013426782424929296,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5553.1430 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001342645956994403,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00013424334165191242,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013419464134933833,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.35,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":625,"viewportWidth":946,"weight":0.00013416184439574253,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9910.1941 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001341487771038146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6743.1751 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013406496205762132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8790.1423 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013404007811346498,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1868.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013400224031564408,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9269.1815 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001339853231676654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00013392188793040998,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9177.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013386903703080437,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.3,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.0001338619100217879,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:78.0) Gecko/20100101 Firefox/78.0","vendor":"","viewportHeight":734,"viewportWidth":1440,"weight":0.00013384051395618854,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1454.1641 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013381526818850089,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4112.1900 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013379804816097084,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00013378086674470407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1235,"screenWidth":2195,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":1156,"viewportWidth":2187,"weight":0.00013375578406316988,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7049.1608 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013362128555742466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8291.1800 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013361832553121733,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":2560,"weight":0.00013361564233480138,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4588.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013360159846076736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9767.1874 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013358911624647142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6527.1102 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013356992055978982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4709.1784 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001335612296040187,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00013349477004456238,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0001334564569700475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.0001334358955921001,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0001334217766327771,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8000.1028 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013339922346270497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8802.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001333881715867885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6329.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013333540362563668,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013333242810230632,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4934.1749 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013333158254594715,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7006.1049 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013331083532264892,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2200.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001332998462380739,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00013324224897148237,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001331981587264296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5642.1944 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001331906034664262,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5502.1661 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013318818694512522,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.5,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":565,"viewportWidth":320,"weight":0.00013317743203524458,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.0001331662826465639,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013310654802104252,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8779.1555 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013306768373526782,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":783,"viewportWidth":1593,"weight":0.00013304404611063508,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5904.1514 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013303744626026582,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4420.1230 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013300844627708587,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001329963435309574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001329878440757289,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6960.1336 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001329765997231744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1465.1800 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001328744956018304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":1512,"weight":0.0001328068953079189,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5330.1106 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013277704232381667,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7260.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013276633355156965,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00013270569456991322,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9132.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013270081049158913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/133.0.6943.120 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00013266541237723952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2437.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013262529131737605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3321.1945 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013252144441828904,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00013251257478511113,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001324364359885838,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2117.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001324129395760871,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013240813377945532,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1187.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013240319730390568,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2604.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013234380474779086,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001323209278162262,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8646.1606 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013225952055553904,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001322554637116227,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001321603800512775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9970.1241 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001321471201500115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":995,"screenWidth":1729,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":995,"viewportWidth":1729,"weight":0.00013213565969883364,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3959.1030 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013205104911020307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9732.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013204626133689757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4373.1800 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001320115940273416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7244.1085 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001320075778642213,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2223.1799 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013198552791524924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013194042279675216,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9030.1796 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013193847629298992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8316.1146 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013192768903631178,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2022.1166 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013190117005849083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3146.1886 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001318267457391559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0001317974277177111,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7173.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001317675851743252,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2897.1766 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013172288656860227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5755.1865 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013170387184602845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4455.1460 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013165756215445016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7967.1486 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013164000128642434,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00013161669035399766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3686.1367 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013153526420727282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1579.1211 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013147171951107415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3343.1608 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013144617919922237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.75,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":922,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":771,"viewportWidth":411,"weight":0.00013144342822010442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1306.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001314064727462534,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8955.1861 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013140597802641668,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013138722003016876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4802.1780 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013137887401825995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9876.1548 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013137087517861305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8389.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001313436359419417,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9186.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013134248628473232,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8978.1025 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013131891779147932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00013127767308439552,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00013126766068638504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":851,"screenWidth":1813,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":1813,"weight":0.00013126312350899083,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9726.1748 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013124474110318233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4897.1269 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013123541299505493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4759.1695 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013121856971630875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 OPR/95.0.0.0 (Edition Yx 05)","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1905,"weight":0.00013116666436256116,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00013116581571501952,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000131143317499209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6549.1988 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013097545379035712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1115.1415 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001309722585040124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5368.1860 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001308772874335793,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00013086044878246757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1956.1781 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001308329537868624,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013079614263765394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1063.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013072975601887926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4424.1305 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013068881833481737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7203.1059 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001306458901168459,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6459.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001306178444944681,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0001305813570083384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4445.1711 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013057589655051679,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5759.1069 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013055165199030866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5951.1442 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001305093371838497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00013043799401130855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5213.1145 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013040184714639396,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.00013030446446016676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7918.1216 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001302603588465812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7527.1726 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001302588326352351,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00013024045310641803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000130234986119504,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5088.1127 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00013011051764048477,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00013004389705717834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4371.1095 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012996397161945143,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":803,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":803,"viewportWidth":1710,"weight":0.00012994737267518674,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7225.1724 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012992279298916533,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1396.1933 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012990736153548277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8801.1079 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012982524981352566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3451.1413 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012979552623206653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0001297575138339683,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00012973925402274422,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4890.1974 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012973699140531023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4769.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001297208640880438,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012971843724399496,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6911.1735 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012971053254032442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7987.1061 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001296326461228443,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00012962765688587845,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001296104716537672,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00012955359325011299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":360,"weight":0.00012955198079601623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00012955031356808134,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00012950588647640926,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.0001294989936004208,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012949434434530728,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7085.1553 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012949301818429245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6037.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012945842431742938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012945666477731383,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8923.1149 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012942682477844306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2340.1330 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001294004060566394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1506.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012937952853699094,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4235.1625 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012937486346959137,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012936100859315606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8578.1498 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012933730733825702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1452.1565 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012933184282834458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":3840,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1918,"weight":0.00012928902510871455,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00012925323442607013,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":899,"viewportWidth":1920,"weight":0.0001292102839554937,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":570,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":570,"viewportWidth":360,"weight":0.00012919910621643244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4770.1639 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012918703500886192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4129.1216 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012916481284071645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.00012915874895175474,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6924.1264 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012915374037747427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8912.1082 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012913885853451623,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":788,"viewportWidth":1440,"weight":0.0001291341233625142,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7250.1551 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012913160454747132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7930.1044 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012912549588097008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3169.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012912376001995927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00012911117991803623,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5252.1392 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012910513289954314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4636.1247 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012908136137696944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":690,"viewportWidth":1080,"weight":0.00012907122803457335,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":9.2,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":607,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":360,"weight":0.00012906882287506757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2353.1746 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001290680300014318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9874.1389 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012906504887878696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4806.1061 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001289989464125842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4701.1479 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012899183984522612,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2865.1428 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012898958113210336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9867.1965 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012896685288650372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1124.1330 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012895920094417785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8346.1429 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012888605866160773,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4002.1330 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012887435901857674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2446.1804 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012887110595063693,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4911.1348 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001287501119283611,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9248.1123 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012874910453571098,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00012870374100699085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":6,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.00012868761644160712,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":747,"viewportWidth":1441,"weight":0.00012861001770271004,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012860867939493983,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00012859852339512342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":811,"viewportWidth":1450,"weight":0.0001285913595316076,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00012858547223819038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1880.1128 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012858458567898169,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3836.1641 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012856430999693503,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.00012855952001870847,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3679.1752 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012855211885709036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5722.1090 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001285460592009713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5100.1628 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012853554300556888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012851122129273199,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1247.1277 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012850152361235296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3773.1538 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012845328073431023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.0001284525829566912,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5542.1532 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012844538575755048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4022.1148 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012844342152090488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7344.1918 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012840593528110663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012833379026976828,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4687.1978 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001282477912511699,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00012821013322585832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9201.1617 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012815948754515987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00012815459927193923,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012813756612559138,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00012813481734870344,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00012811836323742048,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":6,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:109.0) Gecko/20100101 Firefox/115.0","vendor":"","viewportHeight":814,"viewportWidth":1397,"weight":0.00012808916058710867,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.00012803223465362957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/361.0.737942756 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.0001280076245120252,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":737,"viewportWidth":1440,"weight":0.00012799881692385435,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012796475251401206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2867.1289 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001279513372483982,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00012793498927497524,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012789821621668146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9630.1994 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012788855966869132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5750.1337 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012788264451769625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1139.1128 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012788260364221735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":645,"screenWidth":537,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":573,"viewportWidth":537,"weight":0.00012787785254769917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7792.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012784252693504795,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001278399153690233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1342.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012781614836134775,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00012780125255345277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3047.1766 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012778257791542187,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9655.1772 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000127753714922589,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1132.1147 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001277273867158521,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":1024,"weight":0.0001276801037768543,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5028.1416 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012765569770798404,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.00012764527339478727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5494.1108 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012762204921748887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2799.1178 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012761285069110093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":981,"screenWidth":1234,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":981,"viewportWidth":1234,"weight":0.00012760507151138867,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8900.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001275811614518275,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012754711545175681,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9623.1804 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012754016999434023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3711.1637 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012753161869434427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001274735009081413,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3884.1652 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012746276411711442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5826.1647 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001274512130450278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5922.1378 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012741679600057702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4872.1327 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012740050137145505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2347.999 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012738408892940635,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4758.1319 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012738166485187517,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9577.1941 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001273635992445835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8502.1333 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012735879584091278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012733017311489619,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3185.1126 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001272913641929059,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8605.1205 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012728930571195718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4075.1635 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012725778548761015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":850,"screenWidth":1492,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":850,"viewportWidth":1492,"weight":0.00012724995655170282,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00012717920605898202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":1440,"weight":0.00012717802416166486,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3572.1852 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001271297797728753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2964.1850 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012712820205814477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7181.1384 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001271049451499524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9869.1974 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012708369998152498,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4240.1149 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012708253689827593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5188.1338 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012703369414626093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9605.1586 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001270178983803563,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012696162944715256,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6091.1250 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012694863938924228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2800.1542 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001269045897210474,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00012689760063297164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6351.1656 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012685162746706825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6534.1026 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012685137621386647,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00012684592908860019,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1042.1853 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001268185240400831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9136.1910 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012678256260356354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4919.1781 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012676110216041945,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9538.1137 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012672343255345565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8849.1284 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012668580024165123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4967.1861 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012668081240026528,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5896.1460 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012663292725308717,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5022.1898 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012658750601285556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5023.1819 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000126516092867647,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8514.1690 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012649306606526644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5892.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001264252840975514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7768.1409 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012640437058760722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1407.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001263585095893906,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00012633546394068208,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00012633437059913718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5208.1021 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012622751391149693,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1295.1797 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001262042510086169,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1424,"weight":0.0001261778050993818,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9899.1283 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001261671951776888,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0001261360849507977,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00012612595600402984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":685,"viewportWidth":402,"weight":0.00012612542299959115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2892.1928 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012609776045129076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.3,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":384,"weight":0.00012604264435982972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":2304,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":2150,"viewportWidth":1196,"weight":0.0001259241180809027,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9744.1701 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012591289166117084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3594.1663 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012585748431345932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6186.1011 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012579995372995214,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2530.1703 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012574948812978651,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2454.1969 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001256988817506908,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1675.1186 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001256692885585048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9359.1680 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012566780457391255,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00012564395421939677,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0001256398716355071,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":430,"weight":0.0001256377897411588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4484.1184 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012559994950166872,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5015.1584 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012558627187188664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8876.1991 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012553005043731253,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2715.1232 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012551700038442997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8138.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012545519367239755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3321.1441 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012543625430237902,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1724.1094 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012543122489268226,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00012532564275512758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5749.1600 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012529273608038652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4219.1699 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012529202713929574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":430,"weight":0.00012524062095063126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2127.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001252138889680096,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00012519005439514666,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":900,"viewportWidth":1366,"weight":0.0001251141303435995,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000125102021709996,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":932,"viewportWidth":1672,"weight":0.00012508660252348187,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.9,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":845,"viewportWidth":1559,"weight":0.00012502968897845025,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5689.1842 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012498838622258988,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8073.1195 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001249789533215263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6213.1218 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012495959959460463,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1258.1756 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001249059627057111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4486.1925 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012484039730171275,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":732,"viewportWidth":430,"weight":0.000124771809593252,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00012475809348839328,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012474426351240714,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5510.1983 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012466675820380698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3202.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012466582282082782,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8420.1806 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012465924254487988,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0001246536715491502,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2628.1902 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001246108282407401,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00012460501125987567,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001245899140340564,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":393,"weight":0.0001245667141298217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1289.1254 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012454780264377322,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012451146746612899,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1811.1887 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012450221688991032,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012450126469660077,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.00012449288752838355,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00012448879237711595,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1440,"weight":0.00012441265827015373,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8839.1227 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012438330186748082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6355.1207 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001243351443890657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9131.1760 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012428126002592423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4113.1504 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012427071446522174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8104.1002 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012424055583845002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9539.1665 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012423390878647821,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00012419699707953352,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012417453545605542,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6007.1338 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001240993758190436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1660.1500 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012408420760655697,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7307.1415 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012408204124521056,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00012406860532656016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9985.1720 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012406341319952814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3246.1011 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001240572552163035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2162.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012405545429844755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2864.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001240418737633465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2397.1919 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001240394988965931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8019.1915 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012403714443772794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7334.1243 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012402687624844341,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.0001239996112875793,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.0001239937564960701,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":909,"screenWidth":1919,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":909,"viewportWidth":1919,"weight":0.0001239615792070141,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7038.1329 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012394910702650364,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7032.1727 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012390083366026295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6965.1882 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012389820495828504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.75,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":426,"weight":0.0001238564840070773,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":986,"screenWidth":1191,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":986,"viewportWidth":1191,"weight":0.00012381314489211994,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0001237776212801867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7597.1041 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012373733391180582,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012373564428685255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6881.1994 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012370657812237897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3032.1889 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001236876017189512,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001236840440307837,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.7,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":922,"viewportWidth":1912,"weight":0.0001236482344609366,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5439.1095 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001236305833119692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3142.1910 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012361495529690975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00012359242278449318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012355896801466646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5925.1857 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012354293510762675,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00012353945421034437,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0001234854991668338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9856.1347 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012346333511429158,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.0001234398625562826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1708.1044 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001234243050462145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1165.1509 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001233572212388516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9559.1115 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012330795040431063,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1000,"viewportWidth":1728,"weight":0.00012329596337956277,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012317861482209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1171.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012314080325416044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.0001231277467745956,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00012312060990949587,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":821,"viewportWidth":430,"weight":0.0001230741143218236,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00012305161997903648,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":390,"weight":0.00012303417884061484,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00012303024229793906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1450.1612 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012300244681862503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8158.1852 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012300108798540487,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":413,"viewportWidth":780,"weight":0.00012299958380792813,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2065.1075 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012298145357937426,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9689.1520 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012296973018392042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5566.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012296813374214593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012293903082114462,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0001229253927166663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1469.1845 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012284010842031085,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.0001227488514332291,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4330.1185 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012273155357128178,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":864,"viewportWidth":506,"weight":0.0001227294529332733,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9451.1603 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012272365192828068,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1339.1409 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012270575251792918,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9589.1602 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012268761151612432,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2379.1159 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012260742221322583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6850.1812 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012259865393393052,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8271.1502 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001225433759900583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4899.1312 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001225362285441939,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00012252876055221683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8373.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001225253706049209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5837.1224 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012249988780502284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00012248792643512827,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4049.1745 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001224829860941695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8753.1424 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012246857560782872,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2778.1288 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012246789978886865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":360,"weight":0.00012246279326860542,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012242620110251018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00012242537309755473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0","vendor":"","viewportHeight":720,"viewportWidth":1280,"weight":0.0001224245911113116,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4904.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012237478168535738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":875,"screenWidth":1804,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":875,"viewportWidth":1804,"weight":0.00012234422541416168,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3272.1584 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012231601973057554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2687.1305 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001222962503968669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4140.1004 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012229531893472788,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":761,"viewportWidth":428,"weight":0.00012211664023290255,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0001221018286963566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8422.1848 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012207676285966076,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00012205365333918305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6567.1714 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012202006416113238,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5947.1372 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012201819728519313,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012195317118294105,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2942.1082 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012190208539594772,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5282.1393 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012187026934594196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.0001218391893060587,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00012181074398060549,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/127.0.6533.77 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.00012180721892888158,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2977.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012173595426364075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":815,"screenWidth":1073,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":815,"viewportWidth":1073,"weight":0.00012172758128873997,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4067.1584 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012170452972538777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7511.1649 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012163919632341612,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2960.1455 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001215940579939983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5031.1426 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012157874453357339,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1768.1219 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012157605592552712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6555.1262 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001215706107596773,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":590,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":590,"viewportWidth":412,"weight":0.00012150185687363115,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00012149252835372466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5567.1785 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012142072539238055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00012137364416890832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7818.1818 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012134753570089253,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9866.1244 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012133873422458148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2131.1740 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012131405611129958,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8302.1926 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012123346415482217,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00012122955384730079,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00012121999179774451,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8905.1232 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012120323417302353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":1280,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15","vendor":"Google Inc.","viewportHeight":1280,"viewportWidth":1280,"weight":0.00012115431349650163,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8900.1097 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012114897530788511,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001211412212961242,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.000121043794741959,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6528.1876 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001209871045460995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1915.1476 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012098301255656155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6699.1075 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012097821726843312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012095814915644862,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.45,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":904,"viewportWidth":432,"weight":0.00012093737808898953,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.0001209201768457125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3836.1429 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012090948146217895,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9491.1414 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001208959788064859,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2986.1957 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001208420646749187,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3538.1209 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012082628423203321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00012081370648414499,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":988,"screenWidth":1343,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":988,"viewportWidth":1343,"weight":0.00012080492323138509,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":552,"viewportWidth":375,"weight":0.00012080470800615376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":966,"screenWidth":1417,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":966,"viewportWidth":1417,"weight":0.000120739982056685,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012068531910209638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4845.1682 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012061926256920073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1353.1069 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001206173428083482,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/135.0.3179.98 Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":671,"viewportWidth":393,"weight":0.00012059176513543062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":693,"screenWidth":1180,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":694,"viewportWidth":1180,"weight":0.00012054371028991907,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8066.1248 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000120501728606227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3769.1084 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012047404733211457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6178.1221 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012044848063103211,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00012043312342386514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5885.1480 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001204304343597145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.00012043014826491071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4906.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012039655733879162,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3830.1230 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012036220577445338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8722.1682 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012035131159956234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3385.1581 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012033646973574419,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00012030628136271844,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":933,"viewportWidth":1920,"weight":0.00012030225752475608,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00012028246193963831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8016.1786 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001202788397180729,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1334.1989 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012027144136192737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5500.1148 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012026225259847802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2146.1273 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012025837922370992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9774.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012022705162126755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5063.1554 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001202265246400126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3148.1248 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012013563132457831,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00012013150485666382,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4323.1853 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012008891635389015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"downlinkMax":100,"effectiveType":"3g","rtt":800,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":733,"viewportWidth":384,"weight":0.00012004884488247483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3861.1048 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012004300855584512,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2037.1987 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012003001587999826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3160.1211 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00012002392863961223,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":894,"screenWidth":1885,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":894,"viewportWidth":1885,"weight":0.00011999774005576183,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1373,"screenWidth":954,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":847,"viewportWidth":1373,"weight":0.00011995947889730076,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8274.1558 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001199557489962492,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":943,"screenWidth":1780,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":943,"viewportWidth":1780,"weight":0.00011994489483539127,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5819.1726 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011994418732863451,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5620.1701 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011993315078216746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8278.1603 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001199210024385945,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1600,"weight":0.00011990742828949469,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8713.1337 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011988565657924454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00011987697835170182,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00011986035669920886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001198236043536051,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4713.1587 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011979183088980708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8268.1070 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011978545232103084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.65,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1279,"viewportWidth":3440,"weight":0.00011974078401043924,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011973688861242708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2003.1500 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011973231131733626,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00011973143083007972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.25,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":642,"viewportWidth":1358,"weight":0.00011969210596150628,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011962670833845797,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8634.1525 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001196261053219683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6859.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001196209718582378,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00011958169617944465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3511.1769 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011956394691214557,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":837,"screenWidth":377,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":693,"viewportWidth":376,"weight":0.00011951643403991959,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3404.1232 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011947355864634632,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00011943480276986752,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1426.1878 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011942932375235453,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00011940610538934485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7061.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011934646920127742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":384,"weight":0.00011933924317127128,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011924158754867123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":961,"screenWidth":1507,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":961,"viewportWidth":1507,"weight":0.00011920810473296612,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4520.1834 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011920141223525778,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011917751876807928,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1913.1427 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011917258868810136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.95,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00011914261314860641,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.0001191299731803744,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4471.1179 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001191268845710708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6078.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011897371196065201,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5414.1856 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011897309339554141,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2793.1103 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011896203236125844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3637.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001189283167122376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4376.1778 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011891975672671733,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2034.1024 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011890711801957269,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"downlinkMax":100,"effectiveType":"3g","rtt":350,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":811,"viewportWidth":432,"weight":0.0001189000262673748,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4283.1430 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011886750667949845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1050,"screenWidth":1310,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1050,"viewportWidth":1310,"weight":0.00011878713320278805,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1945.1402 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011875757757196789,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":1480,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":1480,"weight":0.00011875707186962382,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9305.1304 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011874215227163787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.0001186748900621227,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.85,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.0001186649889582127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9012.1646 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011865404766599026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":823,"screenWidth":708,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":707,"weight":0.00011863315786566935,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5521.1380 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011862654768123299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011860060104604672,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.0001185833695418224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2786.1880 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001185161045470423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3688.1450 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011848666828126467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":958,"screenWidth":1376,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":958,"viewportWidth":1376,"weight":0.00011847500029761879,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00011847205704997492,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.35,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.00011845807607190112,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7224.1504 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011845687770681911,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011845345039935059,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011841932560276439,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00011836266899240652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1064,"screenWidth":1906,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1064,"viewportWidth":1906,"weight":0.0001183548766506206,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.6,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00011833214317768705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7025.1096 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000118251905210241,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7791.1321 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011818156335897984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00011816669340060766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2089.1987 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011815524353363051,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.00011809481909050335,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3678.1476 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011808511929888238,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1865,"weight":0.0001180530935069735,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4127.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011803970320161822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2274.1524 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011796288342134414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9998.1216 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011785727041895334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7012.1258 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011781945272253895,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8999.1936 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011777362410924838,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6051.1623 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011773482861061427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6684.1538 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011770922694826357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5468.1696 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001176844616386898,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011762959012919777,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00011758458129313876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8441.1610 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011753522355439836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7882.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011752872859236009,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6812.1545 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000117517799103651,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00011750961309630868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1553.1562 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011747034872282062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":865,"viewportWidth":1680,"weight":0.00011745259861684782,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1440,"weight":0.00011744787040592597,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6159.1258 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011742451781861166,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":897,"screenWidth":1623,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":897,"viewportWidth":1623,"weight":0.00011740111917252914,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00011739889214341566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1618.1116 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011738109803400354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00011732187178890497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4991.1320 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011729624110479493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1779.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011728053998119447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3463.1113 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011727919559632952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5033.1984 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011724058526607746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7386.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011723996320536168,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00011723075777602712,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5390.1660 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011723066144539198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6109.1376 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011721989008498669,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":402,"weight":0.00011720008569939767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3973.1546 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001171786103647909,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2399.1507 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011714826738863623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7897.1149 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011714033814640204,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00011702828249123988,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3508.1698 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011702825041055738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6055.1127 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011701559265976219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.0001170076709589682,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0001169411980315123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9713.1824 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011692487994036807,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4720.1718 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011691239152497032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9945.1428 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011691159539890008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1488.1346 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011689646585506588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5638.1573 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011683846887036495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":951,"viewportWidth":1920,"weight":0.0001168123247293154,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5488.1320 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011680892578672455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011679185823964236,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6716.1634 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001167901999792426,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011678536467909581,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1054.1170 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001167812454019988,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2655.1996 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011677580100346849,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7657.1819 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011673419845283385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00011671550715981227,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1842.1928 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011671425958398194,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011670938132355239,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3470.1906 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001166998773033187,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00011664521254944268,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5961.1581 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001166242779540209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3350.1890 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011656864528320835,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001165411993765163,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/135.0.3179.98 Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":440,"weight":0.00011651169243944661,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001165111774996904,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.00011650566540664485,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":889,"screenWidth":1900,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":889,"viewportWidth":1900,"weight":0.00011650022805269946,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00011641523829125491,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011635822512362355,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00011627743588877302,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011625199389038015,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00011624560228959814,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00011619784387958745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.15,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011617456539647957,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3296.1567 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011616765094389884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6388.1412 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011612761582493228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":831,"screenWidth":1057,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":831,"viewportWidth":1057,"weight":0.00011611626106373633,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7460.1129 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011610025834989314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1360,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":608,"viewportWidth":1352,"weight":0.00011608481605209784,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6175.1545 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011608267121300711,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7548.1255 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001160721267209237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":603,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":603,"viewportWidth":360,"weight":0.00011605281549706273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5737.1266 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011604679537707196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6855.1175 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011604453193036684,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00011599257308176584,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4452.1516 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011595216825071943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2083.1366 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011595147651195124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011592683199484898,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":973,"screenWidth":1730,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":863,"viewportWidth":1734,"weight":0.00011587654477707196,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1631.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011587113817638924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5699.1832 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011584632161483909,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2061.1453 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011580540342461791,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0001157826864497177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011576904743894273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8591.1951 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011574746854014485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6961.1518 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001157322120447405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011572629480153054,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011571735776351759,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9299.1018 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011565089831784542,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4790.1706 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011557573397688122,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.0001155669727828766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4857.1649 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011552602512746949,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011549428747444615,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00011546186917110396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4745.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011546155847398666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.00011544633861306966,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8593.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011543914380959522,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3390.1890 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011543517214153592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5253.1513 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011541819258211132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2668.1993 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011541226389435827,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":613,"viewportWidth":393,"weight":0.00011540817009726223,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00011537666234912199,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001153680164033324,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0001152938052219049,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0001152896133516217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2850.1540 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011528903061015551,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6115.1216 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001152735008155159,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011527253147728576,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1932.1898 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011526571987920078,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000115256403391781,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00011521007648001345,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00011509292706346219,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011507962259415909,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8789.1559 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011507436181357349,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8593.1094 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011506907579455923,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00011506203376099236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011504559002214167,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4204.1456 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011501240277728299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3116.1125 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011500872365679513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011500086340388759,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00011495402780071446,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00011492680186935601,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5026.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011492660638391059,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":873,"viewportWidth":1728,"weight":0.00011485628612886852,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9027.1644 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011485511456514402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8496.1276 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011485199629508215,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7502.1855 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001148497294104375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5047.1343 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011484705528070754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.00011480245721412984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001147584580598896,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":730,"viewportWidth":1278,"weight":0.00011470756531528862,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6199.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011469539704520638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9129.1167 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011466802005304642,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011465138675170276,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":1240,"weight":0.00011461614547817396,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3379.1874 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011456130728241569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5480.1592 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011454679965301293,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6926.1210 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011454612992851942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4214.1934 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011454531639638196,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011449311242826544,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011447037638232999,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4410.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011445466491198265,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6297.1016 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011439724060887307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":667,"screenWidth":1187,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":285,"viewportWidth":678,"weight":0.00011435262864589599,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00011433210653113771,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1949.1317 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011432099319610372,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011430636737931035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00011424469534926333,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5204.1420 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011416094906755732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1590.1006 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011415522636867571,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.05,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":803,"viewportWidth":411,"weight":0.00011413835217060408,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.00011412248309103137,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00011409399486339584,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6343.1270 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011405057496860323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8588.1090 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011403956002471982,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001140281763984427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000113921274372512,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3535.1149 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011390130714994775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000113899894117069,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9511.1514 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011388507487085658,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011386088732963196,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011385511402040115,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0001138136574597725,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011380690250035235,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9686.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011379964019801111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5747.1659 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011374512051809113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8060.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011374495809065103,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8611.1655 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011371583524728618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001137004066035555,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":996,"viewportWidth":1852,"weight":0.00011369310811822332,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4586.1619 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001136832381863744,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00011367677753012626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3773.1686 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011364352049726905,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011363914945565459,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4944.1432 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011347104778104684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6067.1103 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011344661760148282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011342679926278571,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2921.1513 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011337127433342762,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7162.1790 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011329941581509903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1008.1531 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000113291504478152,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7386.1264 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001132156410267761,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011316564251828804,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":375,"weight":0.00011316522550380385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6752.1366 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011314678569609842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":2774,"viewportWidth":980,"weight":0.00011314550087754272,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00011306800093053025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011304240417695969,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7845.1183 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011303446904750712,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00011299224621769159,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.00011295227359890471,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6217.1043 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011293317787809338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2878.1125 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011293185267013778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":938,"viewportWidth":1680,"weight":0.00011291891689485416,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6903.1351 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011288526366546048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1422.1028 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011287690824805647,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1571.1840 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011287241953715451,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9589.1264 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001128392406442025,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":717,"viewportWidth":1080,"weight":0.00011282995725363384,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011279968982430777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":959,"screenWidth":1706,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":873,"viewportWidth":1706,"weight":0.00011270991954634289,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6716.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011270061915348945,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":732,"viewportWidth":430,"weight":0.00011259900108978282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6214.1366 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001125880172314925,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":428,"weight":0.00011256399712490093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2109.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011253960053919845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8512.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011253393056440564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4683.1642 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011253391461418649,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2344.1639 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011251420708797104,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8085.1010 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011247052008065695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00011246848827685307,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4557.1554 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011246061148607864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1804.1613 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001124521923725215,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4746.1540 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001123718327897406,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":672,"viewportWidth":402,"weight":0.00011231097587432548,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":702,"viewportWidth":1536,"weight":0.00011223470879904696,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1111.1623 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011217428479112102,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00011212586475702196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2489.1753 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001121163983560985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.00011208842835711527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00011203601093080326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3780.1899 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011198245573162349,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":360,"weight":0.00011197946807905903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1276.1405 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011196832150773989,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1096.1051 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011190071684747657,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011188061322724544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00011187499665795733,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0","vendor":"","viewportHeight":724,"viewportWidth":1440,"weight":0.00011181819401749793,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011177661673550466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6421.1510 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011176636266224212,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3205.1534 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011176440273599468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011172584330856736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1684.1645 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011172294652553694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1078,"screenWidth":1167,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1078,"viewportWidth":1167,"weight":0.00011170475538570829,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011170311630811983,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00011170089645142125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3952.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011169348130210795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":2560,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":813,"viewportWidth":1439,"weight":0.00011160830856819533,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.25,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00011159105892530831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4534.1944 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011158354221017282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2167.1837 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011153881237685952,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011152467624316013,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9093.1832 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000111494378555884,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00011136838415690049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2218.1607 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011135140003429756,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00011134306835907837,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5750.1486 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011125203201741423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8522.1027 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011124162180709311,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4683.1752 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001112019761170647,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1208.1859 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011115991215665256,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6642.1961 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011115245768119062,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5731.1626 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011112644590367091,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4711.1646 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011111172482049323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011107069250951309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3319.1697 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011106304489077208,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.00011102800528639289,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00011099906268166812,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00011097480347403893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8190.1434 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011095738298796358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011092159156128684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1947.1554 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011090979379401811,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00011090330612606066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":771,"viewportWidth":390,"weight":0.00011089777597667339,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6552.1403 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011088104795975632,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8502.1901 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011088098431651527,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00011083960499035442,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1558.1784 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011069593442551011,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":1180,"weight":0.0001106895146200737,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9649.1126 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011066572115427826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":1530,"weight":0.00011061432493146454,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8668.1107 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011059509303214368,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00011056140642535087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1284.1900 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011053275748105102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6127.1836 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011051107621590284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8700.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001105008548440755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4789.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011048579248587354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6166.1292 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011047467822276846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00011043308587613654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":607,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":360,"weight":0.00011041018149065066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0001104004533299626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4216.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011037348070805378,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011037300732178887,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6387.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011035808690446046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2804.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001103415994846352,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2096.1292 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011030882554848422,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00011029543183164127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2691.1734 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011029042515087986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00011028890933005502,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00011026325761908771,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8780.1734 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011024720769398132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1440,"weight":0.00011023113846013555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2966.1902 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011019856205075833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00011017253019864043,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":623,"viewportWidth":375,"weight":0.00011012521495532129,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5088.1040 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001100910755914661,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2721.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001100552887837982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3384.1451 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001100545244410488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5133.1175 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011003702227046462,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1377.1733 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00011001904217309404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1023.1526 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010999147383363453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9678.1463 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010998483486184019,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00010995015831178294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2328.1820 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001099483672226421,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9019.1022 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010992711404760093,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00010991891213034279,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":934,"screenWidth":420,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":797,"viewportWidth":420,"weight":0.0001098841741171777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6643.1067 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010982481454816824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1395.1467 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010980927540487023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7640.1689 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010979494680165295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3184.1254 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010974697043335355,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.00010974603882308322,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":919,"viewportWidth":1920,"weight":0.00010970275141665924,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00010964968393674463,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1223.1472 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010961937386232975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":879,"viewportWidth":428,"weight":0.00010957607648493242,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4847.1418 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010955486994055688,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":2012,"viewportWidth":1440,"weight":0.00010950887873207052,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00010948993469060941,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4585.1800 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010948343147862363,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1669.1795 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010947768034196161,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010944903750831379,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5773.1311 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010944233885980476,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010942025209470929,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00010941862173915497,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7194.1385 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010940193636209938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8771.1917 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010937902933941726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2234.1325 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010934320251157943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00010934172921182093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1965.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010933812808206157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00010931943336767888,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00010929342536642581,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00010928241640188143,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1313,"viewportWidth":2560,"weight":0.00010922409758151232,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00010922029348159092,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3663.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010921430599370915,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5314.1113 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010921282049084056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0001090719968201761,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3790.1839 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010907144487432435,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5022.1784 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010904159988599204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7141.1533 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010903746881415172,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010902281667286252,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6435.1015 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010899211780304874,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":1180,"weight":0.00010896067591009418,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8364.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010896058522406569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2560.1332 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010895510639623503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8608.1130 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010893177813081833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010891876722736975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4821.1072 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001088756596636907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8352.1325 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010884879304542323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00010883201055164935,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5498.1578 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010880912377333057,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3918.1024 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010878120911356734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7068.1690 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010872718690747812,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1272,"viewportWidth":2560,"weight":0.00010868172702337654,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001086717074703981,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9738.1005 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010865312185614139,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5699.1407 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010864258763610692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9971.1940 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001085944941126507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4455.1963 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010858047944770691,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7503.1545 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010854921178855094,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6314.1670 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010854595379116002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5696.1355 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010853572702394341,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010851534035377514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2294.1321 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010849571919318778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36 EdgA/135.0.0.0","vendor":"Google Inc.","viewportHeight":675,"viewportWidth":384,"weight":0.00010840126119909375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010836114515893446,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010832495957493102,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010830605025473981,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2274.1370 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010827187212384872,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9857.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010826348682850221,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010826033001542986,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00010819521310036255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9552.1243 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010819360817559372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7096.1498 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001081807977057243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0 (Edition std-1)","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1230,"weight":0.00010810433645819013,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00010809691371665207,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4078.1890 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010808883767903349,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9681.1825 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010806927588084127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1022,"screenWidth":1688,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1022,"viewportWidth":1688,"weight":0.00010806245736890245,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00010803820329201623,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6799.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010800262721906241,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":411,"weight":0.0001079727714609107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8601.1275 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010797002481711116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8346.1660 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010794278209536765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":757,"viewportWidth":1600,"weight":0.00010789292443693902,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3957.1039 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010786832422273266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6062.1573 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010786630707845452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3865.1956 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001078491229659641,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3721.1663 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001078075576473906,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.00010780339329567065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2406.1651 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010777923840770353,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.0001077789922902814,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.00010775089522660674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4416.1960 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010774066649654899,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010773183499411975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00010754626796680494,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8763.1246 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010751491534119822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":720,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":624,"viewportWidth":360,"weight":0.00010748837256256185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010748654253469655,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00010745562113041523,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1510.1539 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010744558236342728,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4422.1518 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010740972707776577,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00010736821680087735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5985.1870 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010729607245055471,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9145.1956 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010724990386850977,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001072305458337082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4673.1437 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010719280581465689,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3462.1477 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010719027039381672,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9811.1264 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001071842671381945,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7693.1458 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010717781696898304,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00010716216247940707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.75,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00010714299192393856,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3596.1203 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001071341828494433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6319.1618 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010712156205208293,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3060.1916 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010711854887778942,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010711688015097867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3836.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010709516168566688,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00010708139871010753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":621,"viewportWidth":375,"weight":0.0001070746790247689,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1169,"screenWidth":1800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":962,"viewportWidth":1793,"weight":0.00010706138212953861,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7128.1161 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010704983606350036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7766.1354 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010703047604431567,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2249.1531 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010700683143801338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9013.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010693195543286205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2378.1728 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010690898900784705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6621.1282 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010687114526876116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6337.1818 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010684680108739943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010681138736247985,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2188.1586 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010681013339027378,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":630,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":630,"viewportWidth":360,"weight":0.00010680723226860292,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5113.1703 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010672181451971875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010670553828581836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3408.1043 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010669010394257167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4322.1313 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010667614073531872,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6504.1827 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010667452582231974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4170.1302 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010666343661965962,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.00010665852547967832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6280.1017 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010656875476432844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4628.1044 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010652443458879792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8905.1518 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010652436527846885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8393.1402 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010650846791027692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5299.1006 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010650844365598152,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00010649741823904963,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3928.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010648686066517007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5209.1553 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010639593790885908,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7357.1016 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010639430017396843,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00010635652459886308,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4020.1562 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010635513827243547,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010631524165310611,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000106300967884148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5976.1847 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010625724804982541,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.15,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00010624284013348789,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":860,"viewportWidth":1555,"weight":0.00010623646357754907,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":715,"viewportWidth":1280,"weight":0.00010620071086786734,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7679.1151 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010617220059209014,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00010616173087879217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2756.1167 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010615350546947262,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1539.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010609587222599222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7659.1849 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010608744163706855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6918.1677 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000106079862242074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3967.1638 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010607434886622015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7121.1338 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010605640873394501,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2623.1904 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010603161810543656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3936.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010601027819070685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010600132793790535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.0001059616719921392,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6621.1173 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010594818473665987,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5203.1010 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010594684818008192,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010592935351146706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7923.1682 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010591706212975552,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1595.1486 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010590650128330135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":806,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":360,"weight":0.0001058985134414358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010587950619900724,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6423.1752 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010586100133550713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6065.1703 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010582900299381855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9960.1782 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001058079853984048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.7,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":682,"viewportWidth":1536,"weight":0.00010577911629166077,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":846,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":411,"weight":0.00010577413540662262,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00010577313924525249,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5762.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010577043431782319,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4204.1679 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001057689906442978,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":708,"viewportWidth":414,"weight":0.00010575383306000195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1284.1403 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010574241509806205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7085.1948 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010569902081374659,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010569839012003058,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00010568847093829667,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00010568504746112641,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7182.1339 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010565481252016765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6348.1255 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010565478253056362,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":940,"screenWidth":1783,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":940,"viewportWidth":1783,"weight":0.00010560491024994438,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.0001055920096357634,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.00010557440237509203,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.00010555813011650411,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":1205,"screenWidth":753,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1101,"viewportWidth":753,"weight":0.00010552769168855316,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3749.1052 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010547159390026877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9700.1319 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010542718167347683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6236.1456 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010538320124195507,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010536494051333906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2316.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001053628560554922,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3178.1735 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010535012257461216,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0001053182978493922,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9001.1443 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010531743972436913,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2781.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010527542572504812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":919,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00010527139033702807,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010526041163321831,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.65,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00010525203805473016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6700.1622 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010523019855863726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010519684031687513,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3016.1309 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010516686610201239,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00010516358432187643,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8422.1856 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010514292719174869,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00010513579151202652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00010513228367893293,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5088.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010508497303701145,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010506771327180733,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00010505299702078112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1590.1642 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010504076272797655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5370.1557 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010503916704441568,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9025.1657 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010501076315027531,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00010500159440996745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010499764568750783,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010499496702996346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00010496147005109241,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2241.1820 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010495452353220909,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8470.1675 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010495000862928247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00010494708981559135,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010493493915476383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8429.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010491913592202348,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00010490526995277927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1761.1912 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001048984302699051,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00010489712610261835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6960.1794 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010487144647501987,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7580.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010487033001759125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5381.1769 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010483747258142748,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00010483135798431786,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010482839840293521,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":369,"viewportWidth":814,"weight":0.00010482751347956401,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.15,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00010479562759219696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5989.1775 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010478258014102121,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0001047162022781307,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010471391938838542,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1003,"viewportWidth":834,"weight":0.00010465817597783471,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":393,"weight":0.00010459509356210024,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1102,"viewportWidth":1996,"weight":0.00010457816878863047,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0001045522019833093,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.00010452624493814992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1020,"screenWidth":1606,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1020,"viewportWidth":1606,"weight":0.00010451978931453758,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010451798968644722,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00010451264968705565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010450797044812277,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3851.1905 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000104476479795362,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3193.1421 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010447412069624571,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3741.1549 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010443578041141938,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.0001042153057517808,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00010417905231513442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":761,"viewportWidth":411,"weight":0.0001041646550448009,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5751.1639 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001041473053515817,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3700.1497 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010413492996302406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3812.1367 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010408389561666415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8058.1909 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001040679963237955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":595,"viewportWidth":320,"weight":0.00010404858662564157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3531.1074 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010403830628502413,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7034.1194 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010403451183238285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.25,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010401870294506604,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":411,"weight":0.00010401537548489918,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1083.1457 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010401353690267891,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010397523786153978,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00010397044791462296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2626.1350 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010396956070784679,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010395582139178425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3725.1298 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010385665925181806,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00010383950236530358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":703,"viewportWidth":1536,"weight":0.00010382691917946786,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":792,"viewportWidth":1379,"weight":0.00010382241521732783,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010382210418963948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5807.1736 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010381081431440257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010378743573455334,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7584.1926 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010372681322731512,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8630.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010370939098173395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":609,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":360,"weight":0.00010369845244235193,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010367568550561757,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00010367247438419061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8443.1809 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000103660543392454,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7541.1594 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010361448270472645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1405.1963 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010360085456749822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":448,"weight":0.00010358768778135504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8297.1202 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010357774295447422,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7960.1552 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010357458524343594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6100.1612 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010350909232226783,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010348946555817865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.0001034809720779205,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":519,"viewportWidth":320,"weight":0.00010340542143881445,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8135.1772 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010340217574591192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":825,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":360,"weight":0.0001033899643916227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3416.1754 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010337946254825667,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.00010334634897827482,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2917.1877 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001033203132698144,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010330739513942917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.6,"effectiveType":"4g","rtt":200},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1920,"weight":0.00010327786320500117,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2995.1814 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001032698818994818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7513.1979 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010326460513003203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7213.1436 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010326137352002131,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6808.1834 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001032150325249565,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.00010316957691124641,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4041.1552 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010313686737203618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010310957960900904,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8916.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010310436188583237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6905.1042 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010304316673954869,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010303519160484499,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8844.1200 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010302442312064843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7967.1707 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010294310173252862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":344,"weight":0.00010293592457746907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1023,"screenWidth":1305,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1023,"viewportWidth":1305,"weight":0.00010292081885729059,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9703.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010289918194224673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6983.1467 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001028828131593346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7035.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010286564768063396,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010284566091614436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":951,"screenWidth":1320,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":951,"viewportWidth":1320,"weight":0.0001027961773258809,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5381.1781 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010279327162607983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1072.1524 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010276924431062053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3240.1799 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001027650943216982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9839.1299 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010276495304582477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":743,"viewportWidth":1536,"weight":0.00010276053673185061,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6659.1329 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001027429726327002,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000102721277569696,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00010268521764246137,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":402,"weight":0.00010264698771251213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010263488605972862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8527.1650 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010263067344038428,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010262155737727792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4302.1055 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010260385300319487,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1366,"weight":0.00010256813800807289,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.35,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.00010256599430960114,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010255740601521625,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0001025558288580302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2952.1740 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010253885721177887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8143.1966 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010252437451326297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":846,"screenWidth":1220,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":846,"viewportWidth":1220,"weight":0.00010249618336869924,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8638.1359 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010249250869230842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8412.1113 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000102459884199288,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8785.1513 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010243054662828527,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4534.1756 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010243018009381987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.0001024284381276934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8822.1125 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010240841594572414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00010239946382216746,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010237993815728979,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0001023687588178448,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9899.1476 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010236500759169046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7717.1935 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010236396013927853,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2850.1791 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010235466867501738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7258.1963 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010234869206229258,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":393,"weight":0.00010234136931876889,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7399.1990 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010233597848872855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2163.1809 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010232717458078222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7747.1752 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010230497627703311,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":1280,"weight":0.00010227151779642836,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":763,"viewportWidth":393,"weight":0.000102262220940678,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8985.1126 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010225919550628136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3635.1496 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010224864523382956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7825.1828 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010224259005093688,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010222315607875574,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.35,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1280,"screenWidth":800,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1160,"viewportWidth":800,"weight":0.00010218814950226955,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1247.1198 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010217634218111861,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0001021558218580165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":430,"weight":0.0001021485521717654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6416.1629 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010214618036982062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00010213162140963289,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4788.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010210929956511874,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0001020773374672209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9487.1009 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010207371516733012,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.55,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":384,"weight":0.00010205266831016352,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010203994076740792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2126.1816 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010202468793739757,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010202236359673488,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":675,"viewportWidth":393,"weight":0.00010197627875673513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7102.1938 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010190149036163521,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010189171975091892,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00010186911171211369,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010185599346113566,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5223.1354 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010184582658059619,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3677.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010183341150942902,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00010182453947803121,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4383.1510 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010177637639995725,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00010176451863112932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.15,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1057,"viewportWidth":384,"weight":0.00010175549324717156,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.0001017452827710072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00010172311058537949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3216.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010168799959056138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5015.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010165263744109459,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3204.1073 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010163487601501725,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010160164203807472,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","vendor":"","viewportHeight":847,"viewportWidth":1522,"weight":0.00010158755115840668,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.1,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":411,"weight":0.00010158461071466038,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00010158118371426804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2524.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010152764884782035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2115.1161 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010150601909821964,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00010148262236080958,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00010140582340685342,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00010132857923926353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5797.1914 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010132540426757135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7868.1739 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010127842569072299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9063.1256 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010122956092121516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2297.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010118704244962891,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00010118481412741139,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":430,"weight":0.00010115354113616589,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00010114164950425619,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3333.1720 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010113156631216076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.95,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010110723882200721,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8875.1249 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010108076962837557,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9119.1931 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010107268908307857,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9854.1013 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010104471891163387,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010103929377163752,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00010101686289113563,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6106.1514 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010100392615103296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9531.1830 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010096285014297007,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.0001009597040812106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":954,"viewportWidth":1366,"weight":0.00010091364828877451,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1210,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1210,"weight":0.00010091162508205537,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00010089412101066599,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8040.1519 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010084112391396524,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00010081957893560223,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":926,"screenWidth":1108,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":926,"viewportWidth":1108,"weight":0.0001007905780175946,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9527.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010074487066511707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010071703855732165,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7506.1920 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010071422686022255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1189.1322 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010066364554243206,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00010059357277785725,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5643.1793 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010058777270261515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6730.1375 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010055226501356281,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3919.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010055191921723451,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1038.1088 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000100523110128612,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7764.1144 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010050911451821884,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00010047940730957958,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":973,"screenWidth":1108,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":973,"viewportWidth":1108,"weight":0.00010044820087912214,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00010044442589971193,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6094.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010042860677834036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8435.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010042483250018684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8841.1746 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010040806621915705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2417.1299 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010040736262720489,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8085.1906 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010039427806728715,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00010034656888472738,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00010032637482221599,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00010031646879725311,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2000.1858 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010031256060176607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9478.1986 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010029748266039983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4822.1655 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010027361591881227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7764.1806 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010017575979026195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8794.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010016991802085796,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":770,"viewportWidth":710,"weight":0.00010016172963225787,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1724.1851 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010010552843040531,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00010007764279275865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3202.1411 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010005207532471657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2969.1552 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00010003119974406134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1943.1267 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0001000068432921338,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009997606988716186,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00009997567313216091,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9431.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009997165774443561,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3521.1180 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009996865639664102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1631.1813 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009995837717850107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9950.1833 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009993587558757609,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009991231420142118,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":904,"screenWidth":407,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":406,"weight":0.00009990312665823495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4527.1402 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009985102559206647,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00009981440647675723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009981103145176582,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00009975719395506868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1771.1183 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009975151539173712,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009974458806473035,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009974187686339216,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":951,"viewportWidth":2032,"weight":0.00009972834078902359,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.2,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00009972456123323133,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9304.1146 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009972134172925944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3654.1417 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000996998922344769,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2535.1840 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009969226177554011,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7052.1650 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000099678326205935,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00009966992283588431,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7504.1075 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009966445755467683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7442.1257 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009962852921134841,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5453.1287 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009960999214593857,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00009959514997693134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4683.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009956589626721154,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":993,"screenWidth":1033,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":993,"viewportWidth":1033,"weight":0.00009954533560988812,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00009951527675389931,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.00009948434991214303,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8150.1530 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009948226114866905,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7994.1151 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000994330312512863,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00009941778280340421,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009941039908206172,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00009937027066210307,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00009935252122004547,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009934710855151697,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009934541897553405,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009929238231319258,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5942.1059 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000992375372286723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009921352377957024,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009919398114887604,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.00009918397687176309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5893.1864 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009916234540299037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00009915492039866098,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00009912268691888555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8003.1869 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009908685486200992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7918.1758 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009906332868664571,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1546.1727 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000989848615973261,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8420.1031 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009895024933821683,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":751,"viewportWidth":1536,"weight":0.00009894878622975712,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009894755894493428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6754.1902 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009892748386178618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.000098918149542604,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009891565060788988,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2060.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009890703608954489,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3780.1943 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009888800472337303,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9372.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009888103917508365,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":1536,"weight":0.0000988754881822428,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1117.1329 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000988478612930762,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7849.1411 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009881987357796806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6463.1725 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000988136302359152,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3941.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000987968311298611,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8164.1873 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000987645839489627,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00009874400951747667,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1037,"viewportWidth":384,"weight":0.00009872879692233908,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9916.1063 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009866028529206588,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00009861721723751218,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1421.1330 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009860239722128119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":611,"viewportWidth":414,"weight":0.000098587950135703,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6264.1698 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009855912696736131,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":651,"viewportWidth":360,"weight":0.00009849132145084704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2714.1865 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009848586148067166,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3451.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000984857115008595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6609.1443 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000098479941628723,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8802.1011 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009847597669453446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4901.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009846878829712893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4620.1645 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009846176176690737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2473.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009844467313833233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1352.1048 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009841036845205289,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":818,"screenWidth":1429,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":818,"viewportWidth":1429,"weight":0.0000983987072419736,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00009837923223279902,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00009834844843177404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4888.1951 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009834801639495327,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00009834487742484686,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009832596724243245,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00009829447279250037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5585.1743 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009828234712582752,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2709.1814 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009826462090905749,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009824912018847365,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00009823546845709329,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":9,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0 AtContent/94.5.4984.45","vendor":"","viewportHeight":703,"viewportWidth":1536,"weight":0.00009822234748187033,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4908.1201 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009819514601940877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2370.1354 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009818962414633857,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00009813121843321712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3927.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009810291570598416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3436.1681 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009809802352480187,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000980956789845796,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009809410639814791,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1848.1567 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000980891359032162,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00009807768655808221,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":507,"viewportWidth":320,"weight":0.00009807146557117302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6277.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009806531673688042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9288.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009805934871138696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009805526640895579,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1661.1962 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009801897733872653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00009801511163321588,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3444.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009800261817858474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9879.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009798703579007875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009798091577055202,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4588.1793 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009797653301122985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4882.1084 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009796774565599052,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3954.1457 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009796153932908377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":603,"viewportWidth":338,"weight":0.00009791374978366516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.0000979046579608491,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009788968702343986,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":889,"viewportWidth":1680,"weight":0.00009787364633014574,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":582,"viewportWidth":350,"weight":0.00009785140379829071,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":645,"viewportWidth":390,"weight":0.00009783770406153767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5124.1659 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009783094366707535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3005.1981 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009778465642888152,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7419.1370 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000977782472031926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6794.1215 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000977671888860484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6008.1512 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009775663702671227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2578.1850 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009775040597258537,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4912.1875 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009772760621955931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3266.1907 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000976976894921859,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6959.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009769003202986789,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1497.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009763067856156341,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9793.1197 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009754283229012498,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7894.1338 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009753430243802263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3201.1860 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009752327365401314,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009750947927531651,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1937,"viewportWidth":1280,"weight":0.00009750541228345982,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3960.1093 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009750010952620077,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":963,"viewportWidth":1920,"weight":0.00009748749832856033,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009748205003381661,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9565.1039 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009746757781785974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5999.1923 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009745929276179806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2302.1548 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009736843322605561,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3881.1221 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009736561165759137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":894,"screenWidth":1811,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":894,"viewportWidth":1811,"weight":0.00009736555419421694,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8311.1119 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000973569626473984,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8055.1291 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000973508080985068,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00009731652701546645,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00009730606667855523,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00009730496322906143,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5319.1722 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009730137050684094,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1266.1876 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009727474678364575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5639.1920 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000972394851476033,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000097183593136953,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7710.1089 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009714348512003953,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1636.1406 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009714017127557301,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":776,"screenWidth":1411,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":1411,"weight":0.0000971243384960734,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00009710549565705177,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9350.1333 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000970920408721663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.8,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":615,"screenWidth":1307,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":624,"viewportWidth":1307,"weight":0.00009706854416607474,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009704533357815032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2301.1912 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009703646398760051,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5420.1354 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009693213823867149,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00009692294260637825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1726.1594 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009690536356050473,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7408.1581 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009690422669385158,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2275.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009689384276141267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00009688974413815672,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00009688914433727511,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8326.1524 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009687737319269947,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1063,"screenWidth":1813,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1063,"viewportWidth":1813,"weight":0.00009682764981681602,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009682402181372851,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":688,"viewportWidth":430,"weight":0.00009681961315177075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":942,"screenWidth":1914,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":942,"viewportWidth":1914,"weight":0.0000968131015864202,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3373.1318 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009678293858007601,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00009678058217025481,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":0,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","vendor":"Google Inc.","viewportHeight":600,"viewportWidth":800,"weight":0.0000967672349516288,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2486.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009671665545731103,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9146.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009664505696908825,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009662598546970088,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3414,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1220,"viewportWidth":1540,"weight":0.00009658659160381352,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00009657398066764992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7280.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009655654311130917,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009654676580199547,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00009653158663487828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6698.1925 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009651717849456235,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00009650517295941366,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8229.1804 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009649351799476394,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009649205959298404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009648044653144521,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2940.1122 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009647465456279279,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1581.1748 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009646672395114508,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1294.1540 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009644236238199822,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009642232037704898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000964120980453994,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2071.1262 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000963814547812411,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009637073383472964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8613.1305 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009635015055576394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4911.1637 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009634856573562394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8722.1227 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009628784699823326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":1440,"weight":0.00009627280700746662,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00009625962741168234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4044.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009625223868199137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000962362854358532,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7583.1292 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009623495281078155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1059.1367 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009623035783529225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":989,"screenWidth":1344,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":989,"viewportWidth":1344,"weight":0.00009618476461371326,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":800},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.7049.85 ADG/11.1.4839 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1152,"weight":0.0000961800179484179,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00009616066382437912,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00009609903512025748,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":300,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00009605089415759266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1744.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009604346763656157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9668.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009603155811948107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2499.1623 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009601907524064767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8633.1767 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009600754345881668,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000959910514017319,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":958,"screenWidth":1591,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":958,"viewportWidth":1591,"weight":0.00009598496788562734,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00009597700857828575,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00009590857486457798,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2612.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009589605676274574,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8229.1357 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009589413476135138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4644.1963 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009584646992416687,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3442.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009582877294975389,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.9,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00009579560643473975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3432.1975 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009577450081656812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1603.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009575577591235969,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1036.1903 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009573230598244996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6491.1494 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009571547114477323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6101.1549 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000957151394795418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6533.1597 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009570719575383943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":862,"viewportWidth":1352,"weight":0.00009570291902464581,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2157.1570 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009567803869276244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4658.1870 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009563086253489177,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2899.1822 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009563025825489046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4780.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009560008639645158,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00009553282217656132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":903,"screenWidth":1034,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":903,"viewportWidth":1034,"weight":0.00009553268151878243,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009552437108752902,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":740,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":740,"viewportWidth":412,"weight":0.00009551065278069325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00009548328450731442,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3915.1808 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009547781002077689,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1626.1510 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009546984883916307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5768.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009546628832187364,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6015.1132 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009546605599670594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4938.1276 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009545542781940433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009543782965386021,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5427.1216 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009542803811448608,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000095422527427959,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4556.1136 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009539201095183083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1754.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000953902377488078,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1231.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009535369644282898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5304.1630 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009529208906419787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5914.1133 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009529161493017112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00009527931254554632,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4371.1713 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009521993966775799,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1728,"weight":0.00009519098444426832,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009515751427655461,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009514538222167639,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":912,"screenWidth":1368,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":1368,"weight":0.00009512616947824497,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1194.1777 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009512018865862081,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009511921434781545,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.00009511051525024005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00009507452652868052,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00009504046426445546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009503740662133374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9039.1846 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009499191803856734,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":1331,"viewportWidth":3223,"weight":0.00009498972533675684,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.05,"downlinkMax":100,"effectiveType":"4g","rtt":250,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":745,"viewportWidth":344,"weight":0.00009498451201893506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9909.1028 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000949555768036223,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9007.1956 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009494251766314152,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3756.1782 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009491632648773524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1697.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009488966727588799,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8161.1255 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000948471426936622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1470,"weight":0.00009481646579416015,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4121.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009480225339523342,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009478329295927976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9803.1881 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009478234120258366,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7659.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009477244092111701,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009474513338074317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5716.1616 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009473853698603513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5924.1489 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009473438314612251,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00009473219409580936,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00009472136964173725,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4049.1486 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009467547218327133,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009466434146468347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7661.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009464795989302225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8694.1694 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009462150308756487,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1463.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009459606420299592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2648.1056 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009458419324023252,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":640,"viewportWidth":375,"weight":0.00009457181674937407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5391.1928 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009456617781413457,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00009454978778927447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":831,"viewportWidth":1536,"weight":0.00009453141507463678,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5216.1841 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009449687345676794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2522.1369 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009449504865156093,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009443814641248104,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00009441193262819745,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1234.1595 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009440949265165622,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00009439833145271183,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009438557281034448,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009431401373917116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":890,"screenWidth":1693,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":890,"viewportWidth":1693,"weight":0.00009430350404869412,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9536.1212 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009430077782710785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2634.1265 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009421241764249776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5404.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009420890801809522,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2830.1072 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009419113786658365,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00009416507984963964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4303.1965 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009415803904591798,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009407680591246823,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1799,"viewportWidth":980,"weight":0.00009404130894292702,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4042.1620 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009403312557418613,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.55,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":745,"viewportWidth":1600,"weight":0.00009402271850811066,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9262.1671 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009401213844952864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6176.1224 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009400696042572115,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009398165825829787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9311.1601 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009395887431804464,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":631,"viewportWidth":375,"weight":0.00009395256583343491,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3000.1712 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009394575511947972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1464.1896 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009391003334048115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1872.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009390848054432952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3918.1196 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009389826049480144,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000938821701957425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1320.1378 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009384517903789935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4030.1098 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009383151733329204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7189.1424 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009382251375965934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9657.1118 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000938199377685959,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":888,"screenWidth":1597,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":888,"viewportWidth":1597,"weight":0.00009381547391656876,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00009380663199577772,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2736.1675 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009380194443725508,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4582.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009379789618761324,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9812.1319 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009378561478099924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00009377081270437287,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6313.1708 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009372084397301665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4236.1405 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009371080547624784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2844.1428 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009369724278475948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2919.1795 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000936911319339593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00009367830180684554,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4287.1088 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009366230064366422,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":706,"viewportWidth":1422,"weight":0.00009362552715395823,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000935958815708014,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00009359544922477703,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":500},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36","vendor":"Google Inc.","viewportHeight":493,"viewportWidth":780,"weight":0.00009359166463662242,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009356910023835617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9111.1854 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000935567621469862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9774.1327 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000935561785875897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0000935261757900243,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2193.1332 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009351713883529049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9929.1015 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000935076469556911,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8629.1470 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009345745505253778,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00009343835931324206,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009343180666919773,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00009343147341293875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2441.1788 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000093404977077316,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000933944989280205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5619.1918 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009339122172456427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8548.1995 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009338150452030994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1022.1921 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009336041652837001,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00009330025233793503,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009329078368050944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8463.1889 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009328124707087251,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8091.1809 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009324331166744008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4710.1274 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009324234068334865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5484.1908 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009323981402375521,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7080.1304 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009322193786025767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1758.1244 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009322173615577415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2705.1308 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000931849833085972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8561.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009313891437265694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":946,"viewportWidth":1920,"weight":0.00009303627231494084,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4084.1593 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009302747403166549,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00009302123426779126,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00009300047190861803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9247.1591 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000929920334469691,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5973.1306 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009295780581406635,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009294023200580407,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009293963395629826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2992.1804 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009290092344857256,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":694,"viewportWidth":1440,"weight":0.00009288217702203918,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009282856019537902,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6652.1621 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009279814170950336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009279416292527144,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8813.1071 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009279197394492037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2158.1229 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009279082902871975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7730.1623 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009278294508127323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1260,"screenWidth":2240,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1111,"viewportWidth":2116,"weight":0.00009278265967586392,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5574.1446 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009276730864477681,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7802.1340 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009273538348751385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1826.1029 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000926363152472011,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4471.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009261910405107353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.00009259393768517419,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3688.1946 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009259000604575581,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6158.1484 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009255718599770555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5236.1157 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009250183913521548,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1194,"weight":0.00009247700978739511,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009247425263954302,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2250.1706 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009246964824800868,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00009243872376397375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6629.1319 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009243299073988154,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009240423060998886,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00009240060934660304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.1,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":793,"viewportWidth":1536,"weight":0.00009238586679349803,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00009237421512981664,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009237101338050944,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1180,"weight":0.00009236714711995818,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9729.1589 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009233134306080292,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00009231298204046284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1958.1438 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009230356892022144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009226614354826961,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009225848191070372,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3165.1015 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009222821180395769,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":637,"viewportWidth":375,"weight":0.00009222524550982981,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00009220603168416257,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6505.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009220557950078497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5070.1652 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000921822778133897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5618.1843 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000921113955737015,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009210266649731421,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2717.1930 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009205037583029072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9875.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009203899921577086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5712.1082 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009200139065245422,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00009199025178873956,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1134.1993 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009197375054086155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4975.1813 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000919697870974645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":1512,"weight":0.00009193380727071477,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2556.1118 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009190538556569768,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1111.1690 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009188595644398282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7738.1349 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009188580151715787,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009188202290846343,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4964.1353 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009186630209882282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009186199821098637,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.0000918046385647309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 14; SM-G991U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":360,"weight":0.00009177598944318409,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009177269601991686,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3671.1901 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009174170271653514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6251.1860 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009173799526971656,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000091735578360103,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8473.1698 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009173093723391558,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3578.1060 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009171812898756971,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7342.1091 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009171208040130968,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009170931219805618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1026.1847 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000917053330550887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8049.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009169941993831141,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7958.1275 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009169858425104867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6374.1238 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009169628889910281,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.00009166688207334782,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000916472256133959,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1010,"viewportWidth":810,"weight":0.00009159028708663311,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1055,"screenWidth":1919,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1055,"viewportWidth":1919,"weight":0.00009157762811250861,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":604,"viewportWidth":338,"weight":0.00009154713953345233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5138.1526 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000915367634053071,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":757,"viewportWidth":440,"weight":0.00009151217690916372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6086.1707 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009151158835749278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.00009148977209404472,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3364.1287 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009146890397143613,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7963.1623 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009145056758924018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009144938583165586,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4739.1900 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009143941935316602,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1551.1577 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009142736480361756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1704.1164 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009142146408929621,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009139206346966768,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":712,"viewportWidth":414,"weight":0.0000913660166869309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4811.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009133813381024497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":814,"viewportWidth":430,"weight":0.00009133593381806322,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/363.0.743255906 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00009133339745973727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4092.1651 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009131721115621906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009130094669534985,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5192.1851 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009129829568520061,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009129529149541933,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00009129239562757328,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7798.1190 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009128479896159406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1280,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1144,"viewportWidth":800,"weight":0.00009127048339799604,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00009126542290735418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00009113179111122986,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00009112899273633781,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":384,"weight":0.0000911056962191902,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009106303974046961,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1818.1707 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009102071800858647,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":440,"weight":0.00009101848105264412,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7700.1235 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009101306266171805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6018.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009101147498264875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4315.1143 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000910013624389674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1374.1779 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009096948646864365,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00009096594411078764,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1600,"weight":0.00009096560767354123,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00009094869167878774,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00009094581148647499,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":824,"screenWidth":1789,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":824,"viewportWidth":1789,"weight":0.0000909294988254815,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1763.1601 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009092013743683592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6212.1810 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009091035192631288,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8667.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009091008898917014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5392.1895 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009090407192056493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2786.1260 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009089835369465559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3879.1028 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009087316588100652,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.00009086355974500425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009080808426399387,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":766,"viewportWidth":411,"weight":0.00009077615046596879,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009076996913664158,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00009076018807274174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9563.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009075931436330442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3321.1412 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009075341458730225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1429.1776 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009073547683219183,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8511.1388 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009072832239240574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1210,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1210,"weight":0.00009071889460916818,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1917.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009062132453897058,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9111.1414 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009061614910780899,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1726.1606 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009061000567716633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7298.1192 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000905981059596115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":866,"screenWidth":1749,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":866,"viewportWidth":1749,"weight":0.0000905789564073484,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00009056777755471144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9969.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009054345247292514,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":726,"viewportWidth":1421,"weight":0.00009051483861666872,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3333.1951 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000904720206461644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7469.1309 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009046201554722294,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00009045274757433968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9844.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009037153312980652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1069,"screenWidth":1429,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1069,"viewportWidth":1429,"weight":0.00009035557979472454,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009034149807311837,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7103.1630 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000903299776552707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00009029723373880132,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7312.1346 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009026580302981657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":600},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.0000902230273147106,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3221.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009022211900078137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6912.1836 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009021146464539178,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6097.1260 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000902103503064673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":411,"weight":0.00009019362064351878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9144.1305 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009018352586445802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5348.1720 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009014897879428577,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8334.1913 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000901451848474322,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00009014316130046587,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2309.1732 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009013602242142812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1834,"viewportWidth":980,"weight":0.0000901347285564553,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7081.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009013462405887916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00009008961841136812,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7106.1603 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009008084584694943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9924.1585 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000900469806084853,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5617.1496 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00009003637194596993,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00009001310874133532,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1838.1882 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008998628929794977,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00008991852914995844,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.15,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008991523510909304,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5159.1472 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000899073917571885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1739.1930 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000899004039262585,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":390,"weight":0.00008990010024638802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7657.1313 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008988771775113999,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/133.0.6943.120 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":747,"viewportWidth":428,"weight":0.00008988036561182264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1154.1891 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008987029076717326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8779.1439 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008986104935158717,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":637,"viewportWidth":375,"weight":0.00008985485668430249,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9533.1102 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008983474451262831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5786.1614 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008983293253289219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6521.1064 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008983098924865165,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2644.1200 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008982523808478714,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00008981282633829555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3287.1750 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008975476287648675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008974629011036794,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.0000897234876312477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5569.1376 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008971091328934299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2215.1041 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008968814268994085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9178.1230 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000896744719587373,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0000896738826877334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2129.1875 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008966998584095887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1174.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008964883714319113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6286.1069 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008964746920917579,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":811,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":384,"weight":0.00008962429060435405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":731,"viewportWidth":1536,"weight":0.00008957561225308506,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":411,"weight":0.00008955289140230788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2693.1190 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008954070276941378,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9989.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008953987653113691,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00008952642594552787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00008952006290088036,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00008951632794721335,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7365.1800 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008949550292178306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4399.1199 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008948424175723278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5874.1090 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000894519686758333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6838.1285 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008943945320699803,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008942109133651578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9572.1584 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000894198835892923,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1220.1565 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008939631399859379,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1515.1235 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008933386189739919,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00008932989941045669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1775.1538 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008925359437410451,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9071.1362 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008924369440624899,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1210.1145 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008923754997965283,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008922796132720818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008922771903058315,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":918,"screenWidth":1650,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":918,"viewportWidth":1650,"weight":0.0000892192873800865,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008921723898302592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4045.1065 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008920506244248919,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3017.1541 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008920503292073645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9691.1680 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008920492628629625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8703.1323 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008915109139057888,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00008913856382086258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1378.1951 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008912620955183608,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6586.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008908232166632179,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1482,"weight":0.0000890637350102606,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8744.1727 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008905683635069476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1223.1295 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008903912773013348,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":667,"viewportWidth":1080,"weight":0.00008900850863737787,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00008899688339558886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":2,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":1358,"weight":0.00008897456857209866,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008892313179398825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.65,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00008886961913122875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00008882003143904464,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.00008880953258509206,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":965,"viewportWidth":1858,"weight":0.00008880587108322901,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:109.0) Gecko/20100101 Firefox/115.0","vendor":"","viewportHeight":1016,"viewportWidth":1912,"weight":0.00008878485183457827,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00008877689179752612,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":612,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":612,"viewportWidth":360,"weight":0.00008876745672276222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":1440,"weight":0.00008876049599717607,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6919.1916 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008874841921825811,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5907.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008874555178248673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":411,"weight":0.00008873324009408611,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":764,"viewportWidth":1470,"weight":0.00008872598558774987,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1715.1630 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008871944085056736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6617.1789 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008870709706276825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8735.1552 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008868277866976352,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008861764376475795,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7846.1542 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008858323529553997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3992.1504 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008857893605444399,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.00008856580684955549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2279.1328 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008855632986036744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7983.1261 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008854292203686858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":835,"screenWidth":1221,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":835,"viewportWidth":1221,"weight":0.00008852805816011423,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00008851908293060605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1403.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008849469019134006,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":686,"viewportWidth":402,"weight":0.00008849091780223241,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6147.1673 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008847982829854327,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008847679339520846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008843777809190163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1074,"screenWidth":1128,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1074,"viewportWidth":1128,"weight":0.00008843271914807313,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9000.1850 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008840095241287489,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5578.1030 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008838089654618642,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3410.1027 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000883758504290683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8457.1595 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008835709673724673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6793.1887 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008834826178425317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7550.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008831452009512938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4260.1924 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008831082963906985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.05,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1067,"screenWidth":480,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":917,"viewportWidth":480,"weight":0.0000882888084893635,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6382.1948 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008828480374344066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":712,"viewportWidth":414,"weight":0.00008828091671064205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2802.1496 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008827312757575606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4787.1185 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000882702668610315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1951.1241 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008826981112746437,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8753.1392 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008826017468980056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8053.1448 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000882521383560643,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1672.1099 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008822468320406097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00008821925702417995,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008821275446591595,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.0000881973222447938,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0000881958314677744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5627.1108 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008814365290778052,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4617.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008812936569164219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4436.1613 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008811040206502439,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000880994758924278,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3955.1957 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008808446991440745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 YaBrowser/24.10.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":628,"viewportWidth":1318,"weight":0.00008807899901840447,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.00008807496752239767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5534.1629 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008806890013439535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.00008804748724969074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2702.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008804106646560917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9832.1589 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008799139033406122,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9066.1716 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008798183757482308,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4217.1314 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000879680859921057,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.0000879527775360435,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1305,"viewportWidth":3440,"weight":0.00008792030380776243,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":411,"weight":0.00008791744701586469,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3691.1626 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008791087565033385,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.00008785931275926536,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2322.1760 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000878463770770669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7769.1590 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000878235167192611,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1514.1817 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008782320697654582,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1366,"weight":0.00008772872180794176,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":414,"weight":0.00008771808052593155,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.00008770739215954245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3043.1899 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000877038894571168,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":970,"screenWidth":1636,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":970,"viewportWidth":1636,"weight":0.00008768431185507514,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000876640855924172,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00008760453679880781,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00008759941781865181,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8766.1549 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008754758927697369,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000875395231933296,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6594.1924 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008753949145902974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":858,"screenWidth":1049,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":858,"viewportWidth":1049,"weight":0.00008751439081277659,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0","vendor":"","viewportHeight":598,"viewportWidth":1280,"weight":0.0000874956429350209,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2494.1150 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008747046071555859,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7807.1214 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008746338539656088,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008743748372539287,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":905,"viewportWidth":1695,"weight":0.0000873969158306554,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7040.1968 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008735555178939623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4769.1785 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008734407897338069,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":850},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008734046085903437,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2499.1597 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008732617104241544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6023.1826 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000872951291330174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000872796398093832,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6446.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008726612362618653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6622.1226 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008722675646291574,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":807,"screenWidth":1221,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":807,"viewportWidth":1221,"weight":0.00008722327600688541,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008719996174619966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6718.1964 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008714932489920146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":904,"screenWidth":1913,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":904,"viewportWidth":1913,"weight":0.00008713723427179606,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8880.1384 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008711018486316442,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":626,"viewportWidth":375,"weight":0.0000870928944995174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00008707633025514043,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9837.1579 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008707457750508341,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1487.1808 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008702320011435594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3018.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008701250589186154,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5426.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008695485068696574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.00008695408888455681,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00008694789735976941,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4655.1252 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008693583231701463,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00008693089296121986,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":810,"viewportWidth":1080,"weight":0.00008682869640640764,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008681227352962568,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7815.1203 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008680053421990552,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4838.1583 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008679363956234664,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":760,"weight":0.00008676170656035916,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":662,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":662,"viewportWidth":384,"weight":0.00008675903505597936,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000867500536122336,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00008671950960712666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1541.1979 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008667537449944006,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00008666545944622869,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3995.1180 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008665502349254641,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8443.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008665006072512803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":835,"screenWidth":376,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":683,"viewportWidth":375,"weight":0.00008661025800822691,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4604.1647 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008660359192380191,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.85,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":764,"viewportWidth":411,"weight":0.00008653590976699335,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":5120,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1219,"viewportWidth":2386,"weight":0.00008653241389381748,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.0000865307114382276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2205.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008652899891255826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008651718923806501,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3401.1458 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008651123297297171,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00008650087351735102,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008648195656505583,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00008647354464960323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5906.1447 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008642178136218182,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4417.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008641937329991485,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":648,"viewportWidth":375,"weight":0.00008640855732886741,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4529.1291 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008640720106055522,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":1314,"viewportWidth":2552,"weight":0.0000863688063599135,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8813.1361 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008633678490549402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2382.1856 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008632489008502753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3453.1690 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008630995372407116,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00008627068949356325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":411,"weight":0.00008626743977296615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9739.1839 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008624070947750173,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1064,"screenWidth":1736,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1064,"viewportWidth":1736,"weight":0.00008620401275379947,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3707.1984 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008616180648450867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3764.1794 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008615745390139934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00008614253440109455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2174.1759 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008613336920755263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008610394529285094,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1066.1507 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008609552480667237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":1499,"weight":0.00008608232795353243,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9244.1389 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008607532953077772,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4621.1820 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008606568563532474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2720.1108 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008604884429828671,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00008604733386371253,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7002.1174 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008604491965181301,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00008603706506934694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5273.1526 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008601877125094726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2567.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000860187126741785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":441,"viewportWidth":780,"weight":0.00008601772009274933,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5173.1273 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008599556257499369,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":1024,"weight":0.00008598640371500966,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008598018090367354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":583,"viewportWidth":1278,"weight":0.0000859747349872836,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5020.1027 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008596085225141518,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6425.1642 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008595421372813488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1037.1218 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008595040063877754,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008593502128839699,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9300.1811 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008592247179963484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1061,"screenWidth":1672,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1061,"viewportWidth":1672,"weight":0.00008590581630026164,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00008590492377730565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2874.1987 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000858961125780501,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9406.1804 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008588592069279867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4655.1445 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008587742628103736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.7103.25 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.00008587654604958653,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2062.1620 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008585619582975458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8558.1045 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000858534034900963,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":712,"viewportWidth":414,"weight":0.00008583393511307878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6248.1595 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008582306415873488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3389.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000858211064706558,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000858156711269271,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6310.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008581495208535964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6669.1339 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008579006507811406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7329.1215 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008577820626658274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008577009351159808,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4887.1757 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008574585490982226,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00008571326189465078,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":814,"screenWidth":1192,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":1192,"weight":0.00008570587269858171,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.000085677401119101,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00008565220656249744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00008563176154237755,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00008561783420870623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.0000856151965658207,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7999.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008560653887227684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3602.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000855488999796316,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00008554610374738401,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008553702331075902,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8800.1521 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008553415050218347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":922,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":771,"viewportWidth":411,"weight":0.00008549081941135132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3982.1607 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008548392043349323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2375.1888 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008547505153872446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8298.1958 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000854184413747356,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":519,"viewportWidth":320,"weight":0.00008541709695308898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008540760459353483,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00008530855133517911,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6471.1314 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008528008887774849,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008526404546468603,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5420.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008523081663334316,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.95,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":544,"viewportWidth":1528,"weight":0.00008521470009402221,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008520228379684025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8366.1813 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008517127490180758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9001.1008 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008517066486782263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2627.1343 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008513563991638952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00008507957554809939,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.0000850017777822786,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.4,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":384,"weight":0.00008498985091436613,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6790.1898 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008489260748672841,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1009,"screenWidth":1261,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1009,"viewportWidth":1261,"weight":0.00008484655975367655,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":869,"screenWidth":1048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":869,"viewportWidth":1048,"weight":0.00008483421299643675,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4392.1688 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008482495070665919,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.8,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":552,"viewportWidth":1278,"weight":0.00008481508032637898,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5723.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008477400071335403,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8743.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008474027969342323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":967,"viewportWidth":1920,"weight":0.00008471389698069713,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00008468883281039655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5867.1080 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008463989749389435,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00008463190988237795,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6623.1789 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008460654349842888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1304.1320 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008460248757087274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":926,"viewportWidth":1912,"weight":0.00008459043581609677,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8998.1634 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008458679038290655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6205.1332 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008456116004855493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8835.1711 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008454816235122261,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7610.1185 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008454166501893176,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00008452942709762652,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008451446848291664,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00008450012945740635,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":1080,"weight":0.0000844807710132711,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00008447001454732937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5440.1832 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008446773638843728,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1968.1587 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008446242486423579,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3508.1964 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008444931199171982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2540.1918 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000844186446718293,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8150.1500 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008438736339191899,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008436005430380081,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2356.1577 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008434764878617555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9824.1292 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008431457463947779,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3414.1626 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008429723356937578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1068,"screenWidth":1447,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1068,"viewportWidth":1447,"weight":0.00008428878519209674,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":5.6,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":673,"viewportWidth":360,"weight":0.00008424173635154099,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":904,"viewportWidth":1680,"weight":0.00008422031858262781,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1644.1281 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000842142707830649,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7696.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008420260461561875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1280,"weight":0.00008416169507268921,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":430,"weight":0.0000841105783543813,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000841094429971697,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":674,"viewportWidth":402,"weight":0.00008409252740839579,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6196.1511 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008407879502405176,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1304.1134 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008407029307155212,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3833.1983 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008405113106777495,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008404178861610626,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":916,"viewportWidth":1046,"weight":0.00008404087525613852,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":414,"weight":0.00008403399054267001,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00008399715602676681,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2025.1285 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008394845504831473,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":781,"screenWidth":352,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":640,"viewportWidth":351,"weight":0.0000839441494541932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1964.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008393146240768086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8136.1235 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008391212219312425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1957.1141 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008389968515487826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5883.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008389483802921462,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":880,"screenWidth":1633,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":880,"viewportWidth":1633,"weight":0.00008387663666352214,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":820,"viewportWidth":1440,"weight":0.00008386988649457201,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8526.1955 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008386860156232093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4244.1812 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008386615936178023,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000838634033934315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00008385988943971296,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00008385138397835868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1052,"screenWidth":1850,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1052,"viewportWidth":1850,"weight":0.00008384101432447288,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4026.1804 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000838118934483527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00008380941002506762,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00008380625173722845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":772,"viewportWidth":426,"weight":0.00008380590684748948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6452.1702 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008375631978184678,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9618.1671 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008373607542620936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00008373250265317832,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4558.1459 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008371606132849466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7476.1230 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000837027717290007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.65,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":624,"screenWidth":998,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":459,"viewportWidth":998,"weight":0.00008368948673912138,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.0000836706587285797,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3601.1779 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008365352273586309,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.0000836455477802452,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00008363830650579588,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00008360239467400289,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008359429286217147,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00008356081302323402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00008354845321644844,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5024.1097 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008354458448956678,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00008353751482015664,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":941,"screenWidth":1694,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":941,"viewportWidth":1694,"weight":0.00008347042953487838,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5601.1887 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000834408815401209,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008343852648610346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2537.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008343441975764864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9388.1022 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008342016343609835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7391.1627 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008340056972583114,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1249.1674 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008338729692761888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4624.1212 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008332826203751244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8924.1888 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008327184655929776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4658.1345 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008326051201895798,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.3,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":658,"viewportWidth":1354,"weight":0.00008326049322614933,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":624,"viewportWidth":375,"weight":0.00008321810819500686,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1728.1025 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008321566260123329,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4959.1788 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008321154588361388,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3582.1815 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000831886959322808,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008317693911310737,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008315014097505119,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3532.1405 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008313369132770495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9834.1422 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008312026801066397,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":716,"viewportWidth":1847,"weight":0.00008309506242580873,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":771,"screenWidth":1227,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":771,"viewportWidth":1227,"weight":0.0000830726485507001,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1956.1695 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008304377350596869,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.4,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00008303968589615604,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7290.1589 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000830250888883484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1980.1399 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008302474028658325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7964.1400 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008299278984319423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8068.1265 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008296903021014119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00008294591839849344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3089.1220 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008292890574016987,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9855.1560 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008292368441494372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9005.1172 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008291166592848456,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00008288133819090414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1069,"screenWidth":1161,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1069,"viewportWidth":1161,"weight":0.00008287349881117721,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5822.1898 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008284707888052286,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.9,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":753,"viewportWidth":1512,"weight":0.00008284253893472771,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":927,"screenWidth":1082,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":927,"viewportWidth":1082,"weight":0.00008283626825021888,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":813,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":813,"viewportWidth":320,"weight":0.00008282198621940952,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008281701013762216,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":981,"weight":0.00008281049590277475,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7819.1321 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008274238731732393,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":750,"viewportWidth":1071,"weight":0.00008271726226693313,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3043.1030 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008271573099102313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7095.1491 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008271463231636921,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/351.0.713349843 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00008270558753306979,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7259.1521 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008270321838519022,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00008269607739114041,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":947,"viewportWidth":1920,"weight":0.00008268754990805189,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2525.1595 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008266693700714861,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3431.1172 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008265655152182452,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008263950237772818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4917.1129 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008263725925321007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":786,"screenWidth":1397,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":630,"viewportWidth":1389,"weight":0.0000826218268322769,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4669.1608 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000826213887596244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6746.1238 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008260285022034243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008257374067901828,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":848,"screenWidth":1803,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":848,"viewportWidth":1803,"weight":0.00008256401139218002,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008254231893936351,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1712.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008252003333165371,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9927.1961 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008251936409674139,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00008250837758608209,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2279.1429 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008246261761818423,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008244123940318539,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8267.1224 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008243536698506359,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00008241625935536153,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008241469653653648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2391.1843 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008241027968360553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4489.1600 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008239012727474141,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8352.1703 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008235582720708418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3215.1946 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008231455689819806,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00008229329528614839,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008224831819102485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2743.1392 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008220669808728793,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8396.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008219829052071502,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2459.1919 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008218950009823776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3055.1622 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008211477528140053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9512.1249 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000821038310824994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1070,"screenWidth":1597,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1070,"viewportWidth":1597,"weight":0.00008205387679242532,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7977.1978 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000820395677493957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00008203604193558092,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9276.1717 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008201782714659553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7907.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000820152911237571,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.7,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00008199770943201153,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2221.1835 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008197550674403138,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00008197055606406647,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6783.1108 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000819685913190122,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9107.1405 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008195441001989752,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6116.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008194860011649363,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3025.1677 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008194845648006433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00008191539225343334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9076.1828 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008191432191080569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7980.1344 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008190827400720637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9553.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008189195926198341,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4972.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008188246493739165,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1440,"weight":0.00008186143470896748,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008186136449065648,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8292.1133 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008184216009645226,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4238.1943 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008184169050358063,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00008183295185984646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8692.1131 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008183281415224242,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":836,"screenWidth":1120,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":836,"viewportWidth":1120,"weight":0.00008180803523772336,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":874,"screenWidth":1460,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":874,"viewportWidth":1460,"weight":0.00008180631102007792,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":986,"screenWidth":1709,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":986,"viewportWidth":1709,"weight":0.00008179917832863012,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008178136460415052,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1704.1988 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008171930697676972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008171221747064657,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1689.1078 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000081683676475177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008167616283479648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2755.1918 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008166301391949255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6546.1866 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008165881853437548,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5627.1302 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008162106862652437,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1038.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008161143065984157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":842,"screenWidth":1238,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":842,"viewportWidth":1238,"weight":0.00008160823043076539,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2383.1342 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000816081140380587,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2970.1628 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008160182674627019,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":920,"screenWidth":1741,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1741,"weight":0.00008158707090801049,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":792,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":652,"viewportWidth":360,"weight":0.0000815820074468661,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2119.1904 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000815707663630406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1812.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008156682892685271,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1231.1577 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000815635908822531,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008155714770661202,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7330.1420 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008155334625668647,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8781.1901 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008154858376361867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008153329046760561,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4762.1063 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008151785107685878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9987.1749 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008149998807338624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9939.1774 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008149676564455133,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00008147951515767869,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008142482239938606,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6086.1412 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008135616223526747,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3905.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008135003746258765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6958.1121 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008134497597634892,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00008134313256873279,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7355.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008131329646345616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9058.1981 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000813027674804057,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":954,"screenWidth":1103,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1103,"weight":0.00008124373347113712,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00008124262223617593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5048.1505 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008124157157018371,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5578.1086 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008123428422548144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.6312.4 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.00008122717371532464,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0","vendor":"Google Inc.","viewportHeight":733,"viewportWidth":886,"weight":0.00008120948748326688,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":912,"screenWidth":1368,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":1368,"weight":0.00008120075938083315,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8860.1554 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008119691174508903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":892,"screenWidth":1689,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":892,"viewportWidth":1689,"weight":0.00008118651672696364,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2421.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008117419421497778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8672.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008114125825090725,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1700.1794 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008109987493998933,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1716.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000810724870629612,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9009.1174 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008107059363660562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.3,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1003,"screenWidth":1504,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":860,"viewportWidth":1496,"weight":0.00008106956205345978,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8253.1391 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008106408065120363,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2744.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008106336387570747,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4491.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000810512962093645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00008103048686736103,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1921.1371 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000810274994132137,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":740,"screenWidth":1080,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":1080,"weight":0.00008100490804268915,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1607.1042 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008100372430897942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4346.1985 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008098994718616194,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000080988412127203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.2,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.0000809795220976899,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2810.1127 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008096473994489424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1581.1895 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008096153446120145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00008091139195116342,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":621,"viewportWidth":360,"weight":0.00008089749903117394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9761.1647 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008085820690726949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1522.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008084010077036368,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4886.1652 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008082350116053391,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5139.1882 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008081698081300696,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":393,"weight":0.00008080770337770414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3704.1680 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008080481593020398,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000807762772636865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3592.1711 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008077577300357734,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00008076071808522306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":730,"screenWidth":1300,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":561,"viewportWidth":1300,"weight":0.00008074392862966519,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6897.1551 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008073557086629482,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6075.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008073045250608562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9501.1656 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008071488261123048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4808.1079 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008069504033924838,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2535.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008069174454871332,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9998.1045 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008069160113787702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6847.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008067890043483665,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":728,"viewportWidth":1397,"weight":0.00008066518460195301,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1072,"screenWidth":1673,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1072,"viewportWidth":1673,"weight":0.00008064801983576041,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2623.1759 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008063921459307516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5072.1640 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008062945797645308,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00008062042579053045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2362.1756 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008061869857001778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7203.1573 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008060660016734946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2455.1059 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008057478910050647,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000805658074261448,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5034.1113 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008052365223814974,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00008051871559869428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.8,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":775,"viewportWidth":411,"weight":0.00008051715538055323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":428,"weight":0.0000805153339164073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7434.1509 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000804957122629849,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":901,"viewportWidth":1920,"weight":0.00008046842044408462,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22E252 [FBAN/FBIOS;FBAV/506.1.0.77.87;FBBV/714726354;FBDV/iPhone12,1;FBMD/iPhone;FBSN/iOS;FBSV/18.4.1;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBRV/717677729;IABMV/1]","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00008041792038151293,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00008037924895253639,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00008037525690758994,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6281.1524 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008036061678101824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7612.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000803595566509781,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5747.1702 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008035497717861423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1440,"weight":0.0000802801468283409,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9865.1938 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008027547505578102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8141.1812 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008025788135730074,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":955,"viewportWidth":1920,"weight":0.00008025113458028262,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":817,"screenWidth":1201,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":817,"viewportWidth":1201,"weight":0.00008024911904840743,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00008019887351336678,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5668.1711 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008018237718340093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00008017862742726882,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":876,"screenWidth":1677,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":876,"viewportWidth":1677,"weight":0.00008017390614862557,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.00008016294892487552,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00008013105232042361,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00008011787726850298,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8716.1736 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008007451439344264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7256.1440 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000080070674709917,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000800670146669192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2740.1212 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008006483695386704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4769.1367 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000800537105755059,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7598.1475 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008005358535353843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3798.1295 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008004627320901007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9554.1593 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008003524631021069,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7884.1371 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00008002212855286116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":899,"screenWidth":1387,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":899,"viewportWidth":1387,"weight":0.0000800070454944027,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1679.1320 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007999126946797511,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5459.1923 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007998864694222473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007997979543735055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8147.1867 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007997808723449571,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5219.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000799660031811013,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2947.1318 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007996082866556726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7695.1833 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007995744732177955,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007993991946537048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3270.1394 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007991232914307608,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":519,"viewportWidth":320,"weight":0.00007988331238407224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6549.1830 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007986744951010436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/138.0 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00007982881882358897,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007977331857322002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1678.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007977181001200351,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3340.1054 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000797591284106752,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8288.1054 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007974293474558471,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1437.1821 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000797275824707626,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00007972211894185111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.00007970602010104896,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00007968821083241931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3302.1028 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007968442733642859,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9241.1291 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007966666022609295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7632.1494 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007966076140414283,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":662,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":662,"viewportWidth":384,"weight":0.00007965746235809404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9486.1938 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007963812015629279,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":1528,"weight":0.00007962946406582313,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00007958530434252989,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":550},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007956672931133873,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6558.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000795502977728291,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9013.1988 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007953729494199197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9921.1147 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007952378890752903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5659.1727 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007951729991427326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5931.1456 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007951440120050881,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":845,"screenWidth":1093,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":845,"viewportWidth":1093,"weight":0.00007950878912315759,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.35,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":411,"weight":0.00007948872151175926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":661,"viewportWidth":1308,"weight":0.00007947999440667731,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00007946848706732304,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.0000794519931609214,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1967.1855 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000794099021850995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1539.1389 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007940927752297789,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2640.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007939949814493748,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007939856970788,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1117.1500 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007929516123654458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7041.1230 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007928550949413317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5884.1526 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007925984502429246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.0000792499435203018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007920148726805424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00007919117549615089,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":428,"weight":0.00007918758694819262,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":402,"weight":0.00007918501858383858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2515.1271 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000791842506933776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1015,"screenWidth":1088,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1015,"viewportWidth":1088,"weight":0.00007918033102352349,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.000079143696160175,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5104.1737 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007913886527313716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6219.1916 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007911074447544346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000790771029130893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5341.1644 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007907544713804358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00007905424335483903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4748.1807 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007905178835860913,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9653.1712 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007903289673948181,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1515.1826 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007903148974367679,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007901812703783229,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00007901122747313591,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3574.1989 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007900573818806407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00007898089232075068,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6428.1121 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007898047940291868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4040.1927 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007897533939703358,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2583.1094 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007896105485313562,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007894782928643217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7445.1595 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007891761680802278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1045,"screenWidth":1235,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1045,"viewportWidth":1235,"weight":0.00007888243407669623,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5145.1287 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007886264888698163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5941.1357 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007886224167109768,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6255.1169 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007883307990846362,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":620,"viewportWidth":375,"weight":0.00007883095903019411,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6431.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007882995762290217,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007879961422902688,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6980.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007878505888572209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3725.1531 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007878223948061003,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007876154433126913,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9388.1906 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007874913085253148,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007874179006811443,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9124.1346 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007874165800178046,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.00007872297092901932,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":652,"viewportWidth":393,"weight":0.00007870534345318996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7408.1288 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007869803368757375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2874.1873 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007868340967256355,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":375,"weight":0.00007867653975579662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1408.1372 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007867319552535667,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00007864524115654961,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000786230692393301,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1378.1231 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007861564599961931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1399.1349 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007861245399071816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1726.1458 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007861213615468112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3924.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007856151376580081,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007852615075444244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6731.1836 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007852571009293948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7538.1219 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000785047881506034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6108.1085 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007844742970863757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1019.1919 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000784367837533142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7962.1038 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007842334781764662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00007841331030434469,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007837029074260658,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1244.1608 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007832936219562022,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000783164072209395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9570.1130 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007830551360290355,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6586.1990 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007826823926701026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2496.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007822628452753626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1923.1879 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000781142482226945,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007810472855279151,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.0000780750813402452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4926.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000780732763141179,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1632.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007805878333263734,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007802603541072924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007800659586640973,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007800598122360638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4826.1653 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007800028900034321,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007798654828572881,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.000077986447349109,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8877.1358 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007797573278760749,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1298.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007797328844152019,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1026,"screenWidth":1609,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1026,"viewportWidth":1609,"weight":0.00007796731143535572,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9622.1758 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007794682694434261,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00007791526711522953,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007788812740088575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7184.1116 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007787911010343771,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9345.1005 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007787849693862803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00007784751502659223,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1720.1414 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007781729062364932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8860.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007779206424123179,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007774595337028721,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1946.1259 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000777169063578408,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007771136868378974,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7374.1371 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007769916217542564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2914.1888 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007765513524473434,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9636.1188 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007765306135246018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9942.1091 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007759913376548063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4748.1558 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007757097147590328,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":712,"viewportWidth":428,"weight":0.0000775408346178951,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007748943848117943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7659.1471 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007748626492715917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3917.1064 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007748011863348995,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00007747467817807564,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00007746100701967386,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007745971188789555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1707,"weight":0.00007745647860953933,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":795,"screenWidth":1568,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":795,"viewportWidth":1568,"weight":0.00007740411421598086,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3773.1181 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007735263297775075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2958.1542 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000773465203356888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8889.1747 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007733182303434055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007732352315274427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8735.1088 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007731887782310553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8212.1639 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007731372830732388,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00007730424799017174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000772765986365989,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8363.1407 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007725504951622782,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4450.1900 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007724646763757433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4757.1785 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000772249881767394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6127.1904 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007720158020631142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4449.1592 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007719227232971095,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5598.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007718127291509886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000771417336251097,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007713841324925704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007713725711669834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1414.1265 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000771013672556972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8610.1911 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007708032196551344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7175.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000077033876700038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00007701380803099729,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5120.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007700423953677083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3833.1259 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007697642723427498,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":375,"weight":0.00007693632766116721,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00007689049528658153,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1896.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000768714013503376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7017.1089 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000768627314319683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1640.1797 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007683630969605048,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1668.1946 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007681883680259801,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5489.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007681364875157927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9799.1712 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007679789222825921,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7586.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007677539788592172,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5700.1725 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007674639740272656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9055.1352 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007674215963455752,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007673739482651878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8946.1821 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007673715540542206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1725.1165 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007668208096599565,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007665521867809785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1688.1981 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007663016964403647,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/365.1.750410080 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":1180,"weight":0.0000766269924198418,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6054.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007661737553036909,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":946,"viewportWidth":1712,"weight":0.00007661516849888624,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.00007661413681717526,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00007660258311287073,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00007659419323779606,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.00007658947463730275,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9340.1103 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007657672861767538,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9284.1822 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000765740216440303,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7720.1387 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007655556455973806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3884.1200 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007655147534941098,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":375,"weight":0.00007654290565980518,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007652710539443646,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007651372764221954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":707,"viewportWidth":411,"weight":0.00007649597548120851,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007649529272477483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5868.1964 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007648350464162202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.2,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/121.0.0.0","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1905,"weight":0.00007644657828106554,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007644022704333478,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8944.1099 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007641015987248494,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":544,"viewportWidth":1266,"weight":0.0000764061410510644,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":777,"viewportWidth":393,"weight":0.00007638312830277698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3200.1373 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007636573037160658,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7882.1565 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007634349280057614,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3534.1509 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000763386351069268,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5712.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007630583010021188,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":834,"screenWidth":1381,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1381,"weight":0.00007627310710273747,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000076253355634843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5898.1908 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007624893481337544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5376.1769 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007624319993627519,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":771,"viewportWidth":1080,"weight":0.00007622449973243116,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007620632473003611,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007618183806215542,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":1074,"viewportWidth":1912,"weight":0.00007618114482190164,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1844.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007617997084583628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7246.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007617885217582969,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0000761387864726817,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00007612636356548295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8614.1214 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007610246324136496,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":915,"viewportWidth":1920,"weight":0.0000760769517177813,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007607508467055473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1 Ddg/17.6","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00007604218273405467,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1000,"screenWidth":1778,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":881,"viewportWidth":1779,"weight":0.00007603164895116747,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9020.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007602708699028658,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8126.1501 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007599564780534628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6361.1613 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007598221928869818,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2898.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007596124204716553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4294.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007590078293571454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00007589992146676047,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00007588567981221578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4278.1010 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007587296747812476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3407.1319 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007586657014040229,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":837,"screenWidth":377,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1710,"viewportWidth":980,"weight":0.00007584701197469568,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":565,"viewportWidth":320,"weight":0.00007582255177894672,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7251.1771 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007577557442153729,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5267.1339 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007577480556804987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007577315082233003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3624.1818 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007576189034637167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00007575978981123381,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3880.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007568209053558704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.00007568201564116685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.00007566843861247549,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9938.1905 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000756561617172799,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6719.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000756497358099183,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2509.1468 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007564302858448387,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00007563724764890339,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1942.1586 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007562764264225653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7465.1223 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007562511870940549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6967.1905 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007560554665354341,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9772.1503 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007560505770302277,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":731,"viewportWidth":1536,"weight":0.0000755738135835914,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9112.1476 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007554458212728387,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007553401394024848,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":705,"viewportWidth":414,"weight":0.00007552630511274527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007550211169087246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":1109,"weight":0.00007549389828144598,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4309.1267 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007549050157131245,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":414,"weight":0.00007545932130108042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":1074,"viewportWidth":1592,"weight":0.00007545291028493376,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":6,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":725,"viewportWidth":1112,"weight":0.00007542758209035984,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007541589884198748,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3144.1765 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007540536923018156,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6435.1199 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007539976947611474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2074.1633 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007536597899104937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8970.1807 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007535436980918696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9770.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007535073603706601,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2695.1662 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007532784504283882,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5854.1858 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007532525684268236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00007529038294047552,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1441.1826 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000752499857553744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4111.1126 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007524408247154412,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":861,"screenWidth":388,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":387,"weight":0.00007523463748625265,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5254.1277 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007516750488184474,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":375,"weight":0.00007514525203447876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6614.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007514445958284881,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7608.1975 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007510652211663322,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":926,"viewportWidth":428,"weight":0.00007510617110513117,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.6,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007510581876240325,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8718.1912 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007509813646612064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5137.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007501014580422995,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000075003245107562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6747.1750 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007498757988191372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5418.1792 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007498297555087815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5555.1867 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007498283555568826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":898,"screenWidth":1228,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1228,"weight":0.00007496662414114168,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4790.1280 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007494650880757707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":800,"screenWidth":1561,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1561,"weight":0.00007491791319385537,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8082.1916 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007487351258503998,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3835.1925 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000748471725839413,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007484221537524106,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5874.1146 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007481411915119637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6242.1325 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007479993072197937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7746.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007478832064314885,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007478150880008433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007477906038717846,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1087,"viewportWidth":1920,"weight":0.00007477677285654287,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9102.1581 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000747468730338261,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00007474498667645388,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00007470608271144289,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7168.1941 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007469539458675321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6334.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007468977165550916,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/137.2 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00007468334505504072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4436.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007467284448567471,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007466376186079778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4899.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007465753470309173,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5613.1416 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007463799508225773,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1675.1903 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007463303314123475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3570.1752 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007462964205093754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1072.1624 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000746166397352875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7104.1008 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007461540866408708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1931.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007461287050028585,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36 EdgA/135.0.0.0","vendor":"Google Inc.","viewportHeight":711,"viewportWidth":411,"weight":0.00007457048179497291,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3494.1267 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007455755699046037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5370.1059 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007453269088674457,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007451055517525812,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":1000,"viewportWidth":1366,"weight":0.000074496698114596,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6496.1633 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007449553079600689,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6540.1571 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007444339554606288,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3987.1802 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007443950197460112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6065.1728 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007443727424082759,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2262.1382 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007442768869279661,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00007441389405655063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":745,"viewportWidth":344,"weight":0.00007435810557762762,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":618,"viewportWidth":375,"weight":0.00007435620608486261,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7618.1931 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007433982952636675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":985,"screenWidth":1885,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":985,"viewportWidth":1885,"weight":0.00007433512292302682,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4795.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007429820801356008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6830.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007429660397099558,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8579.1063 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007423385880007533,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4564.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007423347498552601,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007421715245037245,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000742166702067152,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2310.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007420561246621053,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007419191116573831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7003.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007418880293544138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3528.1570 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000741732860593697,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.00007416023566674615,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00007412906008847384,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00007411588905381855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6379.1388 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007407525524845616,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00007405604579847279,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4796.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000740460152237061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9293.1766 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007400700369530415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5817.1440 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007400384337516973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2611.1230 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007400050590999171,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0000739998809135101,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7480.1840 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007399127503218694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1636.1968 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007398435363280552,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1029,"screenWidth":1907,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1029,"viewportWidth":1907,"weight":0.00007398205168790573,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4063.1116 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007397855736323407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3977.1270 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007394715054415294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6334.1367 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007388052566585505,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00007387426345099038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00007387076247399682,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7849.1084 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007386285921891868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9905.1927 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007386130572821571,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.00007385236177690258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3250.1127 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007384315491023319,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.85,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":360,"weight":0.00007383104636603813,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2845.1466 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007382742841289832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6415.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000737788027258534,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":646,"viewportWidth":390,"weight":0.00007372996967498096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7066.1428 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007372438805451146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007367517669733137,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":693,"viewportWidth":704,"weight":0.00007367146387051571,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2056.1121 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007367080193473797,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7534.1290 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000736274866484155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6050.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007360494140739453,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0000735836862765717,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5345.1887 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007357933000701318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.0000735738729307569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00007354239530823222,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6089.1437 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007350870885313627,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00007350218308324929,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8828.1548 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007348385885759594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":872,"screenWidth":1837,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":872,"viewportWidth":1837,"weight":0.00007347861441136231,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8259.1218 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007346732344621036,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00007345523205597042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4079.1764 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007344405363409429,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.00007343497274110704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8258.1250 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007341291775933593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3513.1863 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007340392629482343,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":733,"viewportWidth":1470,"weight":0.00007339196845208878,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7021.1621 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007338701787135055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5383.1111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007335747326961148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8486.1840 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007333465145566045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6068.1353 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007332474260458509,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3778.1989 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007329674763596629,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00007327896175544617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2103.1318 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000073254877594168,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007324704016423103,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":880,"screenWidth":396,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":359,"weight":0.00007323457994036594,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007322873771080648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1039.1983 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007321574861391864,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007319611196901266,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00007319327314409526,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2972.1740 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000731852915709215,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007316109603866237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4252.1536 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007315279503529616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4662.1712 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007310627900949056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8217.1000 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007308607198258859,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007302610344361462,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8793.1403 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000730244821742616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3146.1778 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007298497172073565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8698.1610 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007297064484685594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":888,"screenWidth":1279,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":888,"viewportWidth":1279,"weight":0.00007295702212582582,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007291935669597232,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00007291579474854718,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":553,"viewportWidth":375,"weight":0.00007285806138325735,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007284088487388317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4178.1268 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007283884842137887,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9173.1184 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007283828577252375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00007283307752625686,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007283195627964569,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00007281338643955513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2024.1162 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007277003941977548,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":1491,"viewportWidth":980,"weight":0.00007276846083458428,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00007274623903423395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7126.1706 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007274310826706055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":393,"weight":0.00007274063656107128,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"downlinkMax":100,"effectiveType":"3g","rtt":400,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.0000727299458647318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9919.1991 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007272792842298623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":352,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":714,"viewportWidth":351,"weight":0.00007270076614520176,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007267153288130176,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8613.1773 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007265071240109871,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007263613940485334,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1440,"weight":0.00007262813464313846,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8222.1597 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007262775790807214,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000726178804663282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7399.1735 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007260698966696119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/355.0.723646882 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00007260467346959457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3225.1474 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007259752101831823,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007259751735103932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4831.1508 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007259123209468986,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00007258717325603932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5939.1578 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007256925887027582,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1285.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007254454722550988,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9228.1448 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000725402559527743,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00007253612289287369,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9087.1746 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007253448115986998,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.00007252945171936991,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007250674340551914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9741.1625 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007248814728511663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3351.1179 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007248040133498423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007244438061425604,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6510.1554 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007243415093797465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3922.1693 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000072424005450252,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007242293065055925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.00007238416041922756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1026,"viewportWidth":2048,"weight":0.00007238293005814388,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9147.1280 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007236049490905375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8107.1866 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007235496952519458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1046.1668 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000723490563660645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9561.1755 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000723433773356838,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00007232846761431376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2386.1174 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007232768300553443,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0000723041186149181,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2322.1925 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007229863857168139,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4592.1487 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007229617469493076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2883.1306 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007228873852783117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00007228079033654897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5231.1453 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007224238277699348,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.9,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":0,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":656,"viewportWidth":1280,"weight":0.0000722113587113506,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7586.1184 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007221071204038611,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.4,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00007218263293758713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4185.1198 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007213368036344086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3643.1307 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000721309723353229,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":412,"weight":0.00007212110508557763,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3059.1814 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007208813009322614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00007208447077133222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3148.1339 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007208232558916121,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3423.1374 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007207650750012837,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.000072073389670079,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9543.1597 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007204505641918964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1868.1281 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007200825215091795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3926.1872 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007200183217694806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3878.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007200113301278804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":760,"viewportWidth":411,"weight":0.00007199830437708788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":426,"weight":0.00007197297496456962,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9243.1912 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007196138926352216,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":100,"effectiveType":"3g","rtt":550,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00007195249586559834,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":1034,"screenWidth":486,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":485,"weight":0.00007193549365370761,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8315.1911 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007190866287936306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":1438,"weight":0.00007189638578447212,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6209.1513 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007188076653780541,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":851,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":392,"weight":0.00007187539556716622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9146.1447 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007187448890250067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1506.1344 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000718734057099779,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":1440,"weight":0.00007185862971523691,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1512,"weight":0.00007184901836186611,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3333.1096 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007184384507699671,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":624,"viewportWidth":375,"weight":0.00007183430904649657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":833,"screenWidth":1711,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":833,"viewportWidth":1711,"weight":0.00007178292311227085,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007176519717306205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00007175101401578984,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5289.1567 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007173661175126604,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9390.1205 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007171676522019402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1540.1850 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007171240113100526,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00007171029838392579,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3486.1846 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000716769759414072,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000716760395394339,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5606.1421 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007164823372169987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1180,"weight":0.00007164580328426839,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5344.1827 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007164119252379937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6133.1375 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007163796108192787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00007161040553480023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6274.1201 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000071610080301566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9680.1201 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007160488010381319,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8120.1190 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007160457513495029,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1050.1981 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007158915730112385,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007158627481919113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9985.1986 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000715708063497842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1609.1037 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007153673023125597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4107.1609 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007153510365459871,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":565,"viewportWidth":320,"weight":0.00007152950785081609,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1236.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007146837812737318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00007146770265560674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8256.1945 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000714606437930724,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8802.1610 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007145938782466868,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007143143117063004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1627.1061 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007141782242744633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8757.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000713819777025964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5280.1419 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007137914348687225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1073,"screenWidth":1713,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1073,"viewportWidth":1713,"weight":0.00007135416468046262,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4462.1067 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007133319439003094,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00007131630769544621,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007129871638071454,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9709.1088 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007128148545941313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.2,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":765,"screenWidth":344,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":625,"viewportWidth":343,"weight":0.00007125575474578709,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4506.1071 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007123899631296205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2044.1756 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007123791988868723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007123316464969508,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007121255089872556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6769.1966 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007117641943435442,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00007116562216134786,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1763.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000711507416922762,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":968,"screenWidth":1639,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":968,"viewportWidth":1639,"weight":0.00007114602508375299,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3614.1453 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007112355948718972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9269.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007112097789888667,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8885.1930 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007111956042496342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4137.1946 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007109951859036177,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8947.1612 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007107895385388555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9297.1928 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007107371417677364,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":873,"viewportWidth":1710,"weight":0.00007107058831724313,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007106778558222613,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0000710643681940136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.00007106089647760966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1379.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007102572473883026,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007101937551692026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6770.1448 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007100266482756303,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3320.1671 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007099220181380093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007097329029920342,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7088.1058 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007092884226809566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9187.1132 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000709200784940483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":360,"weight":0.0000709065873038572,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9688.1807 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007090534074301068,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000708980496761354,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.15,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":360,"weight":0.00007088116596914472,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007086297289258794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9267.1479 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007083347225214938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5530.1996 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007080836085086052,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00007078683810433787,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00007077814955473621,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.3,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1360,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":610,"viewportWidth":1360,"weight":0.0000707740792599437,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5497.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007074334863680773,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2087.1248 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000707258212353271,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000707235301514003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3277.1802 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000707173384800322,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3240.1468 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007071113238830238,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3553.1583 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007070148983470244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3005.1453 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007069615171378401,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007068430791183481,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1110.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007067843564148299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7890.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007067793196269782,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1829.1523 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000706750644808348,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9205.1220 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007067231712284235,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00007064370279379994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8344.1343 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007061798590710536,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2234.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007061153693827065,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00007058914314956001,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":964,"viewportWidth":1687,"weight":0.00007058445710673067,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1781.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007056488946575428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7060.1997 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007054791631493171,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9818.1403 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000705467837562468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.9,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":384,"weight":0.00007054296189530476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3933.1629 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007052877546593047,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5630.1690 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007052376817922291,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9121.1734 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007049879704009331,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6800.1349 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007046355945681076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000704401771162071,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4860.1764 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007041277762918059,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3944.1551 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000704113188888089,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007039677814653769,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00007039597064122035,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00007039065047166211,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00007035598662445997,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3969.1374 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007034923916477616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6842.1366 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007034658634725696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8861.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007033668632706147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7681.1707 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007032680308036166,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3201.1266 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007032411639102023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3524.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000070320206865931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6902.1679 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007031536377217636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5400.1682 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007029036245136531,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7339.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007027938878887315,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00007027051486109217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8899.1409 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000702679015914172,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1147.1878 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007023872762541284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8703.1177 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007020872250448204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5942.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007019183098519051,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9221.1797 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007017243094212601,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00007016896916499326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2159.1420 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007016076095681245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1547.1890 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007014939917383533,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00007010356977356712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4674.1773 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007007835532551957,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":411,"weight":0.00007007387839535407,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7588.1243 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007006288865191041,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00007005974662701697,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00007004299570561052,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8488.1290 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007003825314795847,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00007003379099457276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4210.1934 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00007000772350472681,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7519.1925 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006999182044437733,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006997641006487619,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1029.1123 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006994256146163747,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006991803510390534,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9112.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006989570206882888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":797,"screenWidth":1628,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":797,"viewportWidth":1628,"weight":0.00006989460421772314,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1629.1965 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006984849165171844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00006984846515631993,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":840,"viewportWidth":1470,"weight":0.00006984035993051479,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00006980225546649521,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1409.1007 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006979716678280616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9636.1538 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006975961206727513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":811,"viewportWidth":1263,"weight":0.00006974633265118545,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8605.1108 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006973174571770203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00006972863375811479,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3299.1130 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006972063863242944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":751,"viewportWidth":384,"weight":0.00006971514315645654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8732.1622 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006968885375148033,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2011.1353 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006967808850123975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5167.1458 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006966860795179924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.0000696611477492797,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":697,"viewportWidth":384,"weight":0.00006964267026359073,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006961786347003992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8558.1652 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000695750877485096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006956494693396021,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9428.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006952962229209455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1362.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000695268166306968,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.00006949752043160207,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3610.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006949547558559128,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5972.1102 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006945338543093366,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006944666768205854,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00006942447435179536,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006941653546724287,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5076.1616 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006941275975337986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1536,"weight":0.00006938242947004956,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000693750569679005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006937253532060421,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2352.1546 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006933313275167097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4444.1402 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006932609271500387,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00006932455926029766,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00006932414060827814,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00006929187619211376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":384,"weight":0.00006929140714240009,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6656.1964 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006928820835075522,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006926336720596768,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1612.1457 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006923856941629678,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3545.1668 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006921430894183367,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":717,"viewportWidth":414,"weight":0.00006918821399041755,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":430,"weight":0.0000691773410387061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1063,"screenWidth":1088,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1063,"viewportWidth":1088,"weight":0.0000691498748233724,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6975.1140 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000691306066636297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":543,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":543,"viewportWidth":308,"weight":0.00006912422291691263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":922,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":825,"viewportWidth":411,"weight":0.00006912239719548374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006911554057553077,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8818.1533 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006908651346620966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3303.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006903998901704944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6787.1266 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006903868217873413,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3591.1416 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000690354700620726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.00006902110384766064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5261.1276 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006901993244550403,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":711,"viewportWidth":411,"weight":0.00006899481859732137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00006897516186392947,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7674.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006895391605687836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":384,"weight":0.00006894878630152414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00006894817157572627,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8287.1935 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006894779840512145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5398.1618 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006894479475587375,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.00006892933131162778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006892769580125148,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":390,"weight":0.00006891807083812589,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2870.1991 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006890586163246617,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":1112,"weight":0.00006889420978164097,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00006888390417720839,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3551.1295 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006887515577222302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4593.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006886240771641948,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006886030871971758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1333.1242 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006885054480758573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006884389480241283,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8738.1457 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006883653320094713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6279.1771 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006882622010095639,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2462.1090 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006881735616205349,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.00006881030734124386,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.45,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006878232079552565,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9122.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006877384957527032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5369.1186 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006877270829544745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006876666472568354,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006873510230795375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006872500440953756,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":658,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":658,"viewportWidth":384,"weight":0.00006871836496796265,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006870761529341429,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5905.1573 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006870256150812681,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006869094002046554,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00006868549466204219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5597.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006867753344936428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4946.1642 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006867122120296597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1049.1192 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006867073931014325,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":1180,"weight":0.00006865209657751063,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.00006864835189704424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5351.1415 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006862652241350227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":678,"viewportWidth":1439,"weight":0.00006862365746021075,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3815.1006 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006860069342430599,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1589.1541 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006860011246375753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8477.1229 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000685997567066883,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00006857970893232838,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8533.1746 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006857959247588581,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8950.1334 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006855647908914646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3022.1414 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006853895434593115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":947,"viewportWidth":1710,"weight":0.00006853208175641448,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6073.1410 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006852866481390264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00006850396206203167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4646.1001 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006849500855463717,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6795.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006848774016970638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6094.1688 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006848402312672606,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":919,"viewportWidth":1920,"weight":0.00006847029737144528,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1464.1674 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000684533000088168,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006842900616290367,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3091.1848 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006841981670001211,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.00006841197015534514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7134.1088 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006836336612328337,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8735.1882 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006835515764354636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":902,"screenWidth":1049,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":902,"viewportWidth":1049,"weight":0.00006834001083727635,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4005.1371 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006833144700891933,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4438.1714 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000683181914897596,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":767,"weight":0.00006830585472117756,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6659.1863 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006823784857087168,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.00006823223551255478,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.65,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.00006821879564546381,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1840.1100 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000682080249287637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6750.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006818525187630636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5121.1790 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006818460814853783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8348.1357 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006816969950400282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4410.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006816621170207552,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2134.1809 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006815642002434007,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":746,"viewportWidth":430,"weight":0.00006810141703046049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6732.1088 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006808703083405296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":906,"screenWidth":1243,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":906,"viewportWidth":1243,"weight":0.00006808535024950507,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5050.1813 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000680834360931574,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6959.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006807615477093891,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5055.1845 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006807258113784925,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006805089716664115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3831.1491 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006804581239881001,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5144.1050 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006798808677344302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4960.1572 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006798325182270748,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00006797572468737468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006797512556328084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1042,"screenWidth":1716,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1042,"viewportWidth":1716,"weight":0.00006796012738712776,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2620.1924 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006794594586953539,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":646,"viewportWidth":390,"weight":0.00006792806427763567,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6812.1091 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006792628083335622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00006792046347541367,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8351.1690 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006788225521101336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2708.1928 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006785340956183843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4675.1284 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006785010761155947,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00006784312229260392,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8470.1484 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006782928378383393,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6101.1867 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006782798459009388,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5619.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006780069961106356,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6401.1983 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006779416627431472,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00006778671248241153,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8682.1878 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006771556144570012,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006771286292711426,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006770758381167941,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00006770352540256778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4618.1970 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006769808212080793,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.00006768357643407293,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2198.1207 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006767578728973649,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":679,"viewportWidth":1024,"weight":0.0000676581812111631,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":828,"screenWidth":1659,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":828,"viewportWidth":1659,"weight":0.0000676200580741387,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8187.1048 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006761519921516437,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006761103757636537,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1255.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006759279522920081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2581.1797 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006758831326428245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3079.1110 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006758713394132146,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":626,"viewportWidth":375,"weight":0.00006758086137314414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006757516174336079,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4109.1733 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000675630387008427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6701.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000675629809274357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3584.1003 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006752357371090795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":384,"weight":0.00006752119593082323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6510.1752 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006751507844476683,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006751495607047832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4409.1342 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006751475050144147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1929.1384 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006750207526649371,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6407.1787 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006749286978902686,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00006748503899202185,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006746415477247864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":585,"viewportWidth":1280,"weight":0.00006745051233125481,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2494.1284 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006743739920658135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006740203892476108,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5780.1019 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006738653222438495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1330.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006736994139926267,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8475.1375 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006735429151801197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7089.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006735035441884033,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1894.1908 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006731851375877758,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":1080,"weight":0.00006731757580601132,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8428.1322 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006729867659195608,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006728226643534298,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.65,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":384,"weight":0.00006726824147366925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6794.1096 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000672520836326986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":448,"weight":0.0000672484534742514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00006722773694409184,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006719701278185104,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2202.1273 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006715459524856664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2229.1721 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006707273658413354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006705312594139125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1410.1892 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006704488815407758,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000670404160405111,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00006703420548221022,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":825,"screenWidth":1784,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":825,"viewportWidth":1784,"weight":0.00006703078756126375,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.0000670262256514042,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1052.1043 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006701966316130876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8136.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006700243219803227,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00006699087319770903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":1470,"weight":0.00006698674353940935,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00006697346061019828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4871.1203 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000669287347157196,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00006692769670780694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":672,"viewportWidth":402,"weight":0.00006692437365338452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7079.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006692099999171102,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9643.1451 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006691134605687487,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006689796561936742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6824.1210 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006689207650898251,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006689001684587122,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5830.1370 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006685554781832754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6861.1477 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006684480974927371,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":993,"viewportWidth":571,"weight":0.00006683769103145802,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006683319764117128,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":643,"viewportWidth":1366,"weight":0.00006678973012109309,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3958.1607 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006678961070632557,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2189.1001 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006678919474900998,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":616,"viewportWidth":375,"weight":0.00006676106564111237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3534.1668 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006674755974003034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2341.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000667377437940912,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00006672903291160215,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5029.1044 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006671706785769492,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2894.1522 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006664271364636548,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9772.1710 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006664050363857273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7162.1886 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006664015101520673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2939.1121 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006663939246158138,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006662357341014587,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00006661896980719559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00006661354278222567,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8636.1450 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006660597817509118,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00006660047831346305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1268.1567 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006657752585301835,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":428,"weight":0.00006656992672634914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2754.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006655945195373817,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3573.1884 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006654377858730132,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006653959856837235,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00006653511331449632,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":811,"screenWidth":1328,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":811,"viewportWidth":1328,"weight":0.0000665074128492197,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00006648678173659702,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00006646053876493425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4405.1613 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006645542694011961,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000664537069729012,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1964.1413 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006643874989989392,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4743.1687 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006640931144884234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4258.1261 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006640740087774668,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6793.1041 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006634496509307562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5145.1398 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006631692668650713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6346.1436 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006629264589012457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8768.1200 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006629047258807469,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00006628970876743763,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9042.1224 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000662889033906169,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8895.1121 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006627940351864285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8535.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006626730183831298,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":875,"viewportWidth":504,"weight":0.00006625756903457201,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3560.1383 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006625660142708906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7065.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006623862257901366,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9158.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006622050670358836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4501.1948 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006621558383110744,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00006620991484459849,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006617868259780084,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006614863139564072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7581.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006613273923493246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5887.1051 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006611548001529937,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000661103054026318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6106.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000660602163700271,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000660477301812832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":897,"viewportWidth":1039,"weight":0.00006603778612873648,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006602709851904338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7113.1258 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006601377356850704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00006598867323053064,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006597753096465519,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1943.1594 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006594742108751804,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00006591426785616907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9043.1546 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000658904275303471,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8042.1842 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006587000667071921,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7934.1322 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006586514139781278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4295.1246 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006585990577902296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9715.1074 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006583225676574106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.0000658225601461893,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":766,"viewportWidth":440,"weight":0.00006582158453943448,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3982.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006581232282185406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4452.1797 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006580845729181028,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9653.1652 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006580206500853805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2406.1067 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006577212424618309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8438.1047 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000657615146875246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3400.1007 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000657465532217622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8201.1565 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006572021749885192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3698.1079 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006570705101141925,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00006567148813893317,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00006557751826469543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.00006556429157797838,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1289.1794 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006555546609782684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8784.1318 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006554441702738056,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00006554374322923515,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000655298795763697,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00006552873431099246,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00006552269600636292,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8525.1110 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006543277067694302,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006542616625745661,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8826.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006541589324756288,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006540333143635825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5176.1993 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006540284167708067,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":636,"viewportWidth":375,"weight":0.00006539916290037991,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000653781834166968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7682.1189 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006537739525045852,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":393,"weight":0.00006537669255703957,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8339.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006537150022568239,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8122.1219 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006536887040928489,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000653687895439605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5518.1742 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006536827101746089,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":591,"viewportWidth":1280,"weight":0.00006536240817879613,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1356.1333 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006531806746558858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":1470,"weight":0.0000653171741938083,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006531071573496118,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":750,"viewportWidth":1502,"weight":0.00006530549080337533,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8472.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006529733192886544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6528.1789 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006529632153742205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7387.1026 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000652846702123313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.0000652686243198454,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2761.1408 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006525883058355745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2734.1535 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006523809929746656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8048.1220 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006521994225892675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5647.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006521688727317521,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7912.1699 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006519990737938521,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6670.1131 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006518795625303342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9943.1274 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006517855856291203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7352.1755 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006517147016158848,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3329.1134 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006516683492832802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6699.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006515063189795356,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5691.1727 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006513257844334468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9124.1245 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006512010822390789,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1376,"screenWidth":1032,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1269,"viewportWidth":1032,"weight":0.00006511139766991598,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5886.1257 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006510045935912994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":683,"viewportWidth":390,"weight":0.00006508819378203049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.00006508282697393844,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8164.1606 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006507489309619714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5689.1635 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000650464484391295,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.0000650429064821636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4325.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006502809894161911,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6100.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006501767773536257,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00006500204571188209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006499051307476955,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7062.1846 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006497228662664778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":820,"screenWidth":1370,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":820,"viewportWidth":1370,"weight":0.00006496453097959583,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8307.1000 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000064943499979326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006493906145017433,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6863.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006493831330977945,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006493108877335063,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9096.1497 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006492985555577038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9770.1827 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006491709028147257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.25,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":384,"weight":0.00006490557668488854,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006490167067297743,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6590.1003 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000648884770252349,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9316.1911 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006487811454648362,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00006486411441463228,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006486395465894001,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1625.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006485020954249078,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4727.1650 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006484098368574757,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006483129478005595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4032.1946 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006482653971193357,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":402,"weight":0.00006482616237709318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":648,"viewportWidth":360,"weight":0.00006481701047898378,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006480763200659009,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006479479485733989,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4659.1277 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006479034493590206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9220.1308 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006477983326191414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":851,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":697,"viewportWidth":392,"weight":0.00006472972402840245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8874.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006472885998198698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3731.1051 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006472800811190443,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3085.1983 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006470202624896465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":792,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":360,"weight":0.00006466693760564547,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1059,"viewportWidth":1708,"weight":0.00006466061416672784,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9125.1508 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006464074405268949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2367.1058 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006463280899004462,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3496.1626 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006461657502438209,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00006461453781021401,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6643.1943 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006461244512138142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2302.1716 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006461196529003258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3035.1270 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006460811386823941,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00006459343674729895,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006459104719616049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8105.1742 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006456235484677502,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":812,"viewportWidth":402,"weight":0.00006455795525762375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4250.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006454975183767254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9571.1182 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006453642362744414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006452522962054679,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9914.1374 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006452320217585256,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4978.1036 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006451816516397277,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.00006451581530168008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6982.1148 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006450409361041089,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1180.1936 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006449372339570364,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3572.1892 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006446368304307952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00006445973600295307,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00006445086815933757,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006444476629317695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9113.1973 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006443578063060252,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6729.1418 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006442772171052874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6943.1250 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000064413681153644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2183.1605 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006441124830083076,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00006440878107345461,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5450.1106 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006436971662326714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1955.1010 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006436280404324262,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006433913457257915,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8457.1135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000643364669441898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006431558568577808,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000064279553788568,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4388.1013 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006427672617129709,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1949.1270 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006425838976003041,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9768.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000642574843611297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1758.1538 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006424591900861376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006423511945333147,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1210,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1210,"weight":0.00006422764366456932,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0000642251066636815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4749.1690 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006420574511721206,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":633,"viewportWidth":375,"weight":0.00006419653657727257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7056.1005 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000641757950921935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.9,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00006416082057774481,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":830,"screenWidth":1476,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":529,"viewportWidth":1181,"weight":0.00006414988483045078,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006413657505338529,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.85,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00006408443279332767,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4130.1148 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006406056994256614,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006405786990921689,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":977,"screenWidth":1838,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":977,"viewportWidth":1838,"weight":0.00006403602629916767,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1449.1264 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000640287784311737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4309.1927 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006401555329439689,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2250.1136 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006401388376104821,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9940.1416 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006400966018113241,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":717,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":412,"weight":0.00006400347265767804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3487.1665 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000640017220296325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5916.1123 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000639921746403705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4524.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006399071048177243,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006397926368082474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":830,"screenWidth":1449,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":830,"viewportWidth":1449,"weight":0.0000639760838369323,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4160.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006395926038508936,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006394942138982089,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6093.1445 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000639248132663982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006391626550873818,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7572.1150 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006389944496424509,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3068.1924 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006386885834647017,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00006386096715957897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1276.1125 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006385899931449722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.00006385555219258215,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8115.1991 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006382832448865991,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00006381518611560497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006376728632101417,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7711.1512 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006376631756441796,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6706.1425 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006376460800350896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6936.1880 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000063747048187925,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006373744627998554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9691.1802 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006373248161148127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.00006372856304290825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.45,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.0000637237426071418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1683.1206 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006372308395534565,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":307,"viewportWidth":750,"weight":0.0000636975459946869,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1980.1157 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006365731572705925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4693.1442 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006362473424396516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3345.1509 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006359857934041791,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00006358738630181652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9733.1622 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006357333275909724,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00006357118039471939,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4071.1468 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006356649731079749,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006355408400883221,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7113.1358 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006353995827711458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":1400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006353918080533163,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006353036600892046,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.00006352406899041256,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006352062776239806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":971,"screenWidth":1291,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":971,"viewportWidth":1291,"weight":0.00006350621079580533,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":807,"screenWidth":1643,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":807,"viewportWidth":1643,"weight":0.00006350237391461676,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.0000634858874786775,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9745.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006346393146440662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4832.1675 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000634464359642184,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":975,"screenWidth":1388,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":975,"viewportWidth":1388,"weight":0.00006343918153011039,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00006342869734888665,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":6.9,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":384,"weight":0.00006339557133038308,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9603.1113 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006339287679046129,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6896.1340 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006337772023598554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8654.1973 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006337012821671414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00006335734794505096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00006333934723093526,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6595.1052 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006332429636290997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.4,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006332362530421172,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5797.1932 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006330514311868488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":846,"screenWidth":1833,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":846,"viewportWidth":1833,"weight":0.00006330340450779132,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":867,"screenWidth":1567,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":1567,"weight":0.00006327125233468258,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00006326194649383165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006325763693787292,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.00006325412753652934,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00006324431682668731,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6831.1402 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006321126189113234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1152,"screenWidth":825,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1152,"viewportWidth":825,"weight":0.00006320991691837334,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1053.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006320382972646421,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7293.1676 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006319139278947414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7120.1739 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006319082131175924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3194.1402 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006316607184358205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006316499802860573,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2735.1576 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006316254869435822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3795.1643 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000631508539200949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1904.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006315002765175704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006313128189277216,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6636.1362 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006312624701300893,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00006312412898000026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8866.1492 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006312379647654922,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00006311849099721562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4468.1881 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006309060065805316,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006307968852652578,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":1080,"weight":0.00006307038237686074,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":671,"viewportWidth":402,"weight":0.00006303769653264698,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00006301633052308325,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0000629871026863592,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":428,"weight":0.00006298692990039746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":716,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":716,"viewportWidth":412,"weight":0.00006294333046625871,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006293676939649378,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00006292691513431102,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00006292267770750495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9729.1590 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006291276727533044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006290768520288961,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000628745922908945,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2359.1049 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000628734075828758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1570.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006285052883584664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006284174394380629,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6051.1021 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006283713630341083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8477.1397 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006283525987191898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9515.1274 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006282240520209627,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00006280363376050606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":807,"viewportWidth":1707,"weight":0.0000627655177943501,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6958.1378 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006274274359189425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7923.1448 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006273730730589257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9894.1065 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006272398290938084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9778.1017 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006272125117087784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5502.1393 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006271383403184831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1440,"viewportWidth":2560,"weight":0.00006269952214391638,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8206.1984 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006267543338957658,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6319.1810 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000626691195082484,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00006266788734210197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8346.1607 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006266713016075079,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4989.1753 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006265518468899271,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9738.1108 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006265479365687863,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8985.1512 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006263148479572545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006263125565964859,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5539.1188 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006261989347124942,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006261272291243346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2558.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000625905165194655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4384.1054 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006257347830531171,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":886,"screenWidth":1838,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":886,"viewportWidth":1838,"weight":0.00006255766229235653,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7951.1440 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006253665985968017,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":962,"screenWidth":1239,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1239,"weight":0.00006253665461748255,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":8.7,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00006252622805713541,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0000625002117587699,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5403.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006249952546337276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006248926165140732,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9935.1848 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006246786570666666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3124.1135 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006246330480565773,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9666.1823 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006245392026963202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1920,"weight":0.00006245228467588659,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":629,"viewportWidth":390,"weight":0.00006238073977685178,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006233247137352559,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0","vendor":"","viewportHeight":911,"viewportWidth":1537,"weight":0.0000623311306627884,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":963,"screenWidth":1606,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":963,"viewportWidth":1606,"weight":0.00006232039418702268,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006231810401695695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5994.1387 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006231399338151497,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2289.1747 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006231325803268345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6091.1536 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006229651907291081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1049,"screenWidth":1608,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1049,"viewportWidth":1608,"weight":0.00006229592473221933,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.65,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00006228384497471151,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6560.1665 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000622836739997181,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4703.1822 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006226899387849187,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2130.1358 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006221975212401511,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1207.1022 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006221197953761003,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":428,"weight":0.00006214479805301054,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2594.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006211867097248924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8025.1106 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006211799491094363,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4304.1907 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006211791594318184,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8158.1096 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006210797831799135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2328.1858 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000620993836975351,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1024,"screenWidth":1029,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1029,"weight":0.00006207894271877958,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00006207582834852804,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00006206985640747897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6967.1567 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006206687839504972,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000620595382993066,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006203437587766983,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7781.1133 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006203161365505608,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4517.1778 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006202044596622652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7958.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006201373636349052,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006200479386237053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.95,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00006199609490127753,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.85,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.0000619814571160598,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4825.1839 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006195256680880807,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3695.999 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006194546944040206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":384,"weight":0.00006194077388892626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006193275644100668,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7735.1295 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006190850332561432,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4293.1249 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000618960360446056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1466.1032 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006189051531503583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3624.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006188643442873926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7018.1015 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006188578461566113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9551.1935 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006188425573665953,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":763,"viewportWidth":1440,"weight":0.00006188399099820121,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.65,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006187682277756395,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000618751754307743,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006186591451948956,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006186511142448577,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8803.1629 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006185700153885475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00006184648648841743,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":652,"viewportWidth":393,"weight":0.00006183640537648699,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006182813714504018,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2841.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006182344396887827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":857,"screenWidth":1823,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":857,"viewportWidth":1823,"weight":0.00006180722358564993,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00006179275546292351,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006178826700015309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7144.1263 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006177900650829879,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00006177896213410457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5996.1011 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006176689776503217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.9,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":1358,"weight":0.0000617649446562571,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1063.1874 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006176267082413323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8003.1836 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006175948526907802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7083.1794 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006175558172340453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2235.1117 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006173317413629151,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":384,"weight":0.00006173252964869018,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.00006171410748979492,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":752,"viewportWidth":411,"weight":0.00006170955947871875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4946.1733 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000617050793016299,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":711,"viewportWidth":1536,"weight":0.00006170146936851623,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2620.1350 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006166051100297507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2278.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006165466929307646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00006164421657687667,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00006163411915993371,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006161778982526822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5718.1352 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006157115938753175,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1970.1868 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006156691276471949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":384,"weight":0.0000615372512120547,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8535.1586 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006152745154082247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006152469015979816,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":384,"weight":0.00006150024150475954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":560,"viewportWidth":320,"weight":0.00006147327901078411,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.55,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00006147233231183157,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2494.1398 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006147169756023262,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6639.1722 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006147137044946385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1081.1959 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006146326271923949,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.0000614234877274723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00006141838300965437,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7859.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006141152041539438,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7442.1521 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006139791436486928,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1063,"screenWidth":1186,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1063,"viewportWidth":1186,"weight":0.00006138296293359171,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7623.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006137187784563998,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006136878098520934,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006135092713840956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4685.1005 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006132605834412744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5556.1317 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006132429264490937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3170.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006131541569906311,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3908.1486 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006130473368768227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3304.1232 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006128772299328537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.0000612502094904573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":648,"viewportWidth":360,"weight":0.00006123090853446001,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1385.1567 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006122503264826472,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4060.1581 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006120791358854862,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00006119765005190685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000611608879739232,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":945,"screenWidth":1511,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1511,"weight":0.00006115667016022337,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1896.1907 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006111277472434595,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00006110345131994045,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006107711006747553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5618.1080 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006107376211772638,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006106251627721941,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7621.1093 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006105289456283597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006103093375793637,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00006095918721052912,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000609432449669342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006093612565046192,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5443.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006092403675109874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9478.1179 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060915426490932254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7463.1110 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006091098129794787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":725,"viewportWidth":1200,"weight":0.00006090264336288751,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000608948137012856,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000608703899200153,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":550,"viewportWidth":375,"weight":0.00006085969986622233,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.0000608515950102955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3150.1648 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006082996555704006,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8960.1909 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060796909682812475,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006078588189893578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1107.1860 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060778193923413446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1715.1020 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060769601438515026,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00006075127459408531,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5523.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000607412212445532,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3695.1179 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060731291280729556,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":947,"viewportWidth":1920,"weight":0.000060710664216330856,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1315.1622 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006070825413581181,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2283.1181 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006070450795143377,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00006070326188408074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9442.1161 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006068652731286695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9434.1801 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060680698661719944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006065749352183958,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7151.1841 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060655372773451946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6051.1175 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006063946412985843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3420.1828 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060626412808563515,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00006062247555370349,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":934,"viewportWidth":805,"weight":0.000060610179119869054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4302.1665 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060563561764678174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8190.1350 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060559622842768837,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00006055675822236433,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006055568120034726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3435.1722 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006055441051017127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9976.1116 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006053990593510275,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5053.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006053426604840844,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006053069081778978,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2251.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006050478122460332,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6706.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060502811327572465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7822.1849 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060495587664524515,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00006049101581722598,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000604691840433481,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.000060446972348579614,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":797,"viewportWidth":411,"weight":0.000060444180456946416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4327.1913 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006041891308634737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7177.1606 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006041152154841007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4484.1899 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006039987551501995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7704.1056 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060398753073475615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":1025,"viewportWidth":1158,"weight":0.00006039582608778447,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":962,"viewportWidth":1912,"weight":0.00006038699951438521,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1084.1426 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006036758994905465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6231.1475 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006035559663398072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8021.1623 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006032204631227472,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4255.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006029893497497244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00006028353175946114,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6307.1648 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006025607050130788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7069.1911 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006024744905928335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":428,"weight":0.000060244286688522756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1570.1025 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006024390513569254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6118.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006020326650795223,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006019571869405397,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3416.1219 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006017949379426905,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1569.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006016402614538642,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7709.1299 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006015721321787734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1974.1001 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00006015421364902579,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000060152289637309805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00006011244648995047,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2917.1516 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060095280978681755,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00006001571903718234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6834.1767 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000060000261896785645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00005997612990732085,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.000059972637679314396,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005996073890705966,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005995751914741676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00005995667589196498,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3323.1852 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005995605829482712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9508.1222 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059954857930958496,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.6,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005994669880202671,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8338.1359 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059899664322801986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":411,"weight":0.00005988450853089633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000597953321057176,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005978544636362465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9179.1410 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005978308030317501,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1015.1404 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005974971237183511,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1440,"weight":0.000059744780573963724,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00005973827964156373,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005972137185570254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7388.1643 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059715281257158846,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4257.1591 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005971394454676002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2326.1555 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005971240359256061,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2866.1336 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059709630750281954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7035.1387 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005970901401862057,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1040.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005970864532392274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3512.1773 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005970149270612445,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1920,"weight":0.000059693262807357764,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1132.1591 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005968930283980794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7892.1824 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059687316913725087,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00005967744580426742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1245.1861 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005966760521531043,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7303.1387 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005966382493788082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":874,"screenWidth":1222,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":874,"viewportWidth":1222,"weight":0.000059659899349609554,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6030.1708 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059657764456177446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8898.1757 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005965745231295999,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.45,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1688,"weight":0.000059629099729565726,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2267.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059614868936206086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7163.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059612772629241135,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000059608197924409896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6512.1164 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005957736534543863,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1513.1370 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005954397433636722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1709.1762 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005954363981159645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.1,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":3,"screenHeight":960,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":960,"viewportWidth":1280,"weight":0.000059524763294074635,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005950588029844321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3849.1512 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059503291348454845,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000059476975794735905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":679,"viewportWidth":402,"weight":0.00005946774259917923,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005944601941599418,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000059413857641904755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3107.1022 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059406951507093955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5838.1879 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005939223703683436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005938900095556012,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6196.1674 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000593832723137475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3053.1298 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059372903386958515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1796.1684 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005936466912897641,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":696,"viewportWidth":1112,"weight":0.00005935723158695495,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2567.1695 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059341712310717836,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005933675413381239,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.000059336653076000406,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8480.1170 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005933249178624572,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":747,"viewportWidth":1536,"weight":0.00005932864834826755,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000059269667046443964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.00005925166710846431,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0000592274357983482,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6429.1319 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059216196487911516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5097.1084 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059212709704049626,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005921213788598707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.000059209616166882086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2953.1052 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005920741786289961,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6851.1743 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005918785028556621,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4877.1576 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005917584285190556,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005916811198733943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3375.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005916247002539087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2206.1235 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000591602803824028,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.000059152280999128404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00005915191266318073,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000059136306681555576,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":778,"viewportWidth":459,"weight":0.000059112514205088075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7885.1880 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005911101377709947,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9441.1177 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005910998503604008,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000059097063202007884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3171.1815 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059092521913875496,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9476.1090 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005908630968128384,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005906255654771299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1140.1743 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000059017619931143774,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6372.1844 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005901265657317505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00005900900875541388,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6702.1879 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000590051010462221,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.00005900480696338295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7200.1793 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058993180323008643,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6961.1433 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005898617653327916,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00005895392984649125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9726.1721 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005895245057907273,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005894303791894618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005892502906237203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":787,"screenWidth":1760,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":787,"viewportWidth":1760,"weight":0.00005890596956435665,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9969.1510 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005889411456206826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1516.1685 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005888584148780803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1002.1846 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005888472317836717,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5790.1678 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005888086491915461,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000058862078926670815,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1512.1444 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005885842987138125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000058856327925283967,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6483.1520 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058856081072774233,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":891,"viewportWidth":1920,"weight":0.00005884578947627934,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000058828307981509944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5591.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058826923390492116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1025.1504 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005881361444846844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2275.1750 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058808439066742304,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005880806102612215,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1012.1911 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005878898404324784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.000058763587299582,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":696,"viewportWidth":1180,"weight":0.000058758221988731144,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00005875238611089592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3552.1200 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005875138022785905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00005874974401051916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5512.1764 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058749735061461504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5527.1470 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005874471838453768,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":609,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":360,"weight":0.000058738239635822774,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00005873338310687652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":999,"viewportWidth":2048,"weight":0.000058724681892435247,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005870781437639532,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":822,"screenWidth":1674,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":822,"viewportWidth":1674,"weight":0.00005869719796159016,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2376.1317 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005866180515165818,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005861819427351149,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8203.1178 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058606485064255676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005858800503838879,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":821,"screenWidth":1285,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":821,"viewportWidth":1285,"weight":0.000058586271889649674,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.00005858460251063222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8370.1929 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000585803323050092,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":550},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005857914605546752,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4092.1380 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005855607242711451,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4863.1450 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005855333939210625,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":430,"weight":0.000058531396287595864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00005847112206698432,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1074,"screenWidth":1537,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1074,"viewportWidth":1537,"weight":0.000058461315937394534,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1039,"viewportWidth":1920,"weight":0.000058427243762651125,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5620.1425 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005842564737317495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9226.1750 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005838373921930568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00005835869561977419,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005835479041927805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6798.1339 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005833976023070797,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3091.1671 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005833811198903127,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000058333603771881496,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005832321547961906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2966.1978 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005831087237879551,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3994.1354 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005830465632820825,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":784,"viewportWidth":1507,"weight":0.00005829139670283418,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2759.1390 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005826891362327703,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":649,"viewportWidth":393,"weight":0.000058268181166569416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3320.1970 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000582548108589053,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5426.1830 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058240881200564766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3180.1426 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005823942659357541,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8978.1878 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005821595611760787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4071.1162 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058209753674540716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.65,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.000058205738047619306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000058184236872023105,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":815,"screenWidth":1541,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":815,"viewportWidth":1541,"weight":0.000058173901064164906,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.000058155433799171926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005811619103131852,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":850},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000058075904833823673,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.00005807362846129212,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0","vendor":"Google Inc.","viewportHeight":933,"viewportWidth":1879,"weight":0.00005807014258616762,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6352.1888 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058064304266077663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6332.1561 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058060765222057584,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005805321199383049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1320.1846 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058038102913448273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6171.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000058019265306966034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6476.1009 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005801485833656942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8971.1612 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005797618246960742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7453.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057965365936993426,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8027.1929 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057934411467717664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4686.1942 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005793137458762631,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4123.1902 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005792609736899613,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3886.1344 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005789838794258467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":567,"viewportWidth":1280,"weight":0.00005786179449479298,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":1080,"weight":0.00005783556445872289,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9935.1307 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005782989154914141,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8663.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057826649477401776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6697.1702 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057823024405539416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000057803715792651295,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":448,"weight":0.000057789889714780276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.000057767303019612506,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8774.1109 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005774336634339275,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9179.1777 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057719734489187015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9339.1328 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005770959918077754,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005770748567670951,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1087.1885 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005769863091231019,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1528,"weight":0.0000576963469200573,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3918.1038 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005769482514330725,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.000057688756817793155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2337.1622 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005767345313442973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9075.1254 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005764365888796996,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005762757080038105,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5459.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005761291253558363,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005761168986441756,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005761103533709469,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3325.1756 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005755940692890688,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4167.1857 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057556459710321116,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":700,"viewportWidth":430,"weight":0.000057551521575221515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6698.1663 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005754502090114277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8041.1602 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057515433227739375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1136.1769 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005750560519509639,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000057484094057766716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1310,"screenWidth":2328,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1187,"viewportWidth":2328,"weight":0.00005747631921987936,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6991.1957 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005746953632509738,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":771,"viewportWidth":1080,"weight":0.000057457353058349255,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005745067114735576,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1360,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":608,"viewportWidth":1352,"weight":0.000057438925311881934,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5576.1250 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057438063621531825,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005741833147782956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2797.1008 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005740619057831735,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":737,"viewportWidth":1536,"weight":0.00005740259886380282,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":639,"viewportWidth":1194,"weight":0.000057397272998038204,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1974.1328 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057395140107297456,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2215.1541 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005737567879228562,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000057362586345824864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6976.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057350675558819224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.0000573469861392024,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6545.1370 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057345379186687895,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2149.1732 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005734518570990108,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9425.1347 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005734493107495834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000057334893004240436,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5864.1917 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005732048073108271,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8733.1807 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005731988814635909,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005731921993902329,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.000057308663242726765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4208.1795 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057304107701985716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9755.1643 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057286732331173486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3460.1464 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005727946392502408,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005727124367121849,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00005727046434601309,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00005726630391934504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7098.1918 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005724702548630873,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005724217318525799,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7756.1939 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005720755813152815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1431.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000572045085663307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.65,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000057168870460351936,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":991,"screenWidth":1068,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":1068,"weight":0.00005712407748584873,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5631.1495 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005709304322053133,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8851.1597 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005709070855755546,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8934.1872 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057090024226001045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":845,"screenWidth":1289,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":845,"viewportWidth":1289,"weight":0.00005708448904703725,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1037,"screenWidth":1220,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1037,"viewportWidth":1220,"weight":0.00005708416332412961,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00005708198925700477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3909.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005707949693976837,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4305.1268 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000570712742580697,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4889.1847 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005705664659027327,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8990.1255 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057054474878479075,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00005704503059399107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9567.1724 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057043885066979195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4165.1632 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057032298868678414,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00005701794259504351,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8792.1888 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000057007790614771904,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1808.1960 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056999531195976895,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000056991160932209925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5622.1933 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005697380293395104,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005696985972316949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7483.1820 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005695821920295535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7363.1915 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056948599321240406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3164.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056943234147296055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4963.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005692569759294499,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":907,"screenWidth":1230,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":907,"viewportWidth":1230,"weight":0.00005692498107755322,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000056912466450289025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8063.1986 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005691172851261862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2609.1254 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005691157377591326,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005688395920871685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005688249050133123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6201.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005688121122519898,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000056866690760091854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005685782614706385,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":976,"screenWidth":1458,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":976,"viewportWidth":1458,"weight":0.000056855748715146756,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8892.1009 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005684348344548714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3113.1235 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056830062463393876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.5,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":392,"weight":0.00005682426577061941,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.00005682319363680585,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000568189291745871,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6317.1895 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056784455715810605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6557.1623 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005677723774146751,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8939.1572 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056757834212698566,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":782,"screenWidth":1753,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":1753,"weight":0.000056741245766497896,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8527.1671 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005673927843867918,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000056700835069038925,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0000566950102220211,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0000566786825302279,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":393,"weight":0.0000566515101712458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5394.1480 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056643971901329544,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005663937841777793,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2922.1906 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000566317442897112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6394.1075 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005660433515211189,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4858.1599 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056603468999444546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000056601957094421114,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6792.1953 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005657459040197234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1152,"screenWidth":4096,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1023,"viewportWidth":2048,"weight":0.000056567935838651326,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7041.1728 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005654599748037537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005653097749922741,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2989.1349 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056508221821194485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5128.1608 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056501091692092334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.000056499271658181934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":100,"effectiveType":"3g","rtt":550,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":839,"viewportWidth":432,"weight":0.0000564623452677026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3105.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056460450842289565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":336,"screenWidth":756,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":336,"viewportWidth":756,"weight":0.000056458656732138256,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5528.1738 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056418524266955695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7774.1556 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056408191096236924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00005640471272902496,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000056402882877068586,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1012,"screenWidth":1871,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1012,"viewportWidth":1871,"weight":0.00005638150430176779,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1085.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005635756986352224,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":732,"viewportWidth":430,"weight":0.0000563512991222469,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2397.1782 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005632868215025305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2899.1571 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005632681768514973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9870.1923 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005632285869929056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00005631789006032746,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1277,"viewportWidth":2050,"weight":0.0000563088360084348,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00005629582958818081,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.000056286326128358236,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3562.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056241346831687406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2574.1011 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005622812632401569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5884.1926 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005620155502035301,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7805.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000561834481744032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4696.1885 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005616343882314143,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005616246814515722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6775.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000561579888862641,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.000056146236306155485,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000056142943340865335,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7710.1297 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056136435370572926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5285.1077 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005610229071684084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005608093561954766,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000560608781833864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000056055143966431615,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7727.1990 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000560477504120968,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":702,"viewportWidth":414,"weight":0.00005604606718070724,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.000056040515233108015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4579.1187 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056036734863061004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2693.1362 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005602762156650935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6835.1046 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005602493797227959,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4331.999 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005600818702847886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8674.1680 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000056006419002480944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4282.1571 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055965157180504015,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2073.1098 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005594909458948155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7579.1912 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055931640777511425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005591323891271296,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00005590711205267697,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1006,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":866,"viewportWidth":411,"weight":0.00005586504474246238,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005585962078671307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00005583664084112795,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2035.1724 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005581583562242774,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9122.1068 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005581311290351783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.2,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":1440,"weight":0.00005580444194443725,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7108.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005579152867972188,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4830.1022 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055766532524930634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7758.1206 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005575159909715442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2591.1760 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005575013731296423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":937,"viewportWidth":1847,"weight":0.00005571673625183989,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00005570503048399834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005569786126710833,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1 Ddg/17.6","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00005569327057362071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9180.1257 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000556902530800417,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1464.1625 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055661948921344186,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4511.1944 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055636675829045044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005560463767590295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6261.1376 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005559998557166966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1002,"screenWidth":1391,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1002,"viewportWidth":1391,"weight":0.00005559889722911597,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00005558839099482792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"MacIntel","pluginsLength":2,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":1440,"weight":0.0000555779899153338,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005557037352966015,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5935.1285 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005555948162045233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8913.1606 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055555920824753944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000055550075867349134,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005554756900582255,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4589.1189 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005552759436365201,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.0000555243301957613,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3923.1194 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055514887255727565,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000055503125067869906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005550131632468711,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4564.1870 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005547810834624184,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1966.1548 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005547541536179129,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":6,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":390,"weight":0.000055473062705768525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4156.1583 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005546643843781243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8263.1418 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055465052414892046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2979.1069 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055460812074552976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7409.1744 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055454029052085486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7707.1945 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055448065793584206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5252.1307 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005544408819508843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1411.1899 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005542257053631716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8323.1748 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005541244982813428,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":852,"viewportWidth":1685,"weight":0.000055396254903982914,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7089.1575 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055392243352293667,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.00005538491086110405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005537855507129683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8968.1088 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055372588253622684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3624.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005537089685849615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1007,"screenWidth":1745,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1007,"viewportWidth":1745,"weight":0.000055368270024269264,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000553663547726787,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9675.1495 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055365970497153855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3232.1789 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000553441726477439,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000055330000782639836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5927.1307 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005532084544251045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2567.1314 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005531358372127656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5100.1608 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005528973594662758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2574.1913 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055281892895576915,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005525192710476691,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7995.1774 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005524727301266529,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1194,"weight":0.00005523943280125054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5375.1803 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055238485182161234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":1299,"viewportWidth":2539,"weight":0.00005522211511492317,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":723,"viewportWidth":384,"weight":0.000055222017909656296,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000055184092627139525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4727.1476 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005517805072117709,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000055170540438871716,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4433.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005516472982926857,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3228.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005515213241270872,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005514651054570886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9747.1793 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000551361001258435,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000055135498684364026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":936,"screenWidth":1187,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":936,"viewportWidth":1187,"weight":0.000055127918174842705,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3832.1934 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000055112868156359244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5926.1777 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000551104412601543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00005508463915552541,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1110.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000550685585937803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5368.1529 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005504570902915768,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9521.1445 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005503198249122948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3879.1029 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005502568943787126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.5,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1235,"viewportWidth":1830,"weight":0.0000549865250010329,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005493591190547901,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":692,"screenWidth":1229,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":484,"viewportWidth":1117,"weight":0.00005493009063933437,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6745.1167 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005492932464675694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000054926560598856855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2704.1073 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005489083026533629,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1207.1253 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005489046482503959,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00005487298176291854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7404.1778 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054860769634191745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3150.1260 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054837931647057546,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4291.1913 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005478499778849099,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000054759390793370275,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1658.1842 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054742750951033655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3183.1791 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005470741357352228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8990.1965 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005468329738428853,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1980.1660 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000546810815121554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9580.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054672999473709966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1358.1287 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005465922179986321,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":428,"weight":0.00005463085287800839,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1109.1627 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005462515476832088,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5438.1271 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005462326411428769,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7731.1933 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005460358200779893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4230.1948 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005459767103838606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5575.1254 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005459475289590842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1131.1873 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005458937725981409,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":606,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":606,"viewportWidth":360,"weight":0.000054578004296029134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6706.1442 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005456163499460079,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005455818295352042,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1034,"weight":0.00005455604355959942,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3702.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005454795942644221,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005454667757720624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2150.1869 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054540997302526034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1619.1077 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005453124330884369,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8883.1556 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005452947433304856,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1866.1718 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005452617311687484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3191.1533 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005452472207230842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005452345989497532,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005450022534694371,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000054491469360288846,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5240.1286 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005443691199666187,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9600.1777 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054430271415496976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":920,"viewportWidth":1912,"weight":0.00005441723383224377,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5509.1860 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005441074754171054,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00005439514902197833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3695.1401 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005438238222018767,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":555,"viewportWidth":375,"weight":0.00005437900870066872,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000054374885728933867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00005436551420555398,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3161.1508 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005436119015214072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2469.1172 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005435637332375312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8896.1267 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054342998363329395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":719,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":412,"weight":0.00005434049030612388,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6408.1841 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054330032464000275,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":983,"viewportWidth":2048,"weight":0.000054327081072505815,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005430457252332782,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3081.1764 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054278258864459265,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":402,"weight":0.00005427135006187618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1032,"screenWidth":1035,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1032,"viewportWidth":1035,"weight":0.00005425714170793721,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00005424146686931443,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5844.1468 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005423389211925177,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3154.1757 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005422865725579932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5472.1538 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005422765311071226,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9158.1583 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005422688991990349,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1337.1451 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054226480206262537,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":1080,"weight":0.00005422601832305823,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1347.1761 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054225277753287204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7451.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005420091416047317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":728,"viewportWidth":384,"weight":0.00005419590335243884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5109.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005419371777837482,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.0000541733624377822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.9,"downlinkMax":null,"effectiveType":"4g","rtt":200,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":676,"viewportWidth":360,"weight":0.000054163142023607145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4589.1606 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005415591502557886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000054154636996376596,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5308.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005414964106255131,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":750},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000054142857041542015,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6877.1152 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005414241724540472,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":615,"viewportWidth":393,"weight":0.00005413876932525273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6147.1735 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005412934364637664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7881.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005412231107166592,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000541205549655144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3928.1956 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005410579245060593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2094.1392 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005409229267745572,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005406881026975903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4261.1497 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054067705344718995,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":505,"viewportWidth":320,"weight":0.00005406049081255459,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8714.1246 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054020265995427535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8725.1223 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000054008006383683345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00005398527441340157,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":430,"weight":0.000053955501959040205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.4,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36 EdgA/135.0.0.0","vendor":"Google Inc.","viewportHeight":639,"viewportWidth":360,"weight":0.00005392889956532712,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4398.1702 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005387015776100426,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1671.1497 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005386313254526212,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1687.1990 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005385199468198138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5463.1383 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000538146637650935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6804.1045 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053786115547393346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":544,"viewportWidth":375,"weight":0.000053779984591712334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000053771585770319224,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4139.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005376815110239463,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00005373666957698871,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005373200747091738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7094.1934 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005372706066527282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1950.1504 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005369679049306597,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":601,"viewportWidth":360,"weight":0.00005367873973941707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6907.1909 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053645829833112245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36 OPR/89.0.0.0","vendor":"Google Inc.","viewportHeight":613,"viewportWidth":360,"weight":0.00005364487450246381,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5254.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053618595565149105,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1914.1058 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005360243786427858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.000053597374126089655,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7066.1210 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053596865997663404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":745,"viewportWidth":344,"weight":0.00005357897743506637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.7049.85 ADG/11.1.4828 Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":1706,"weight":0.00005357886648861895,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2091.1025 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005356884492884538,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000053559046732172636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4300.1732 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005355244990592842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000053552312607638944,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2991.1451 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005353935823474892,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005347431113307675,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.8,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005345836623342666,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3097.1758 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053428289260983084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00005342823459420242,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7856.1378 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005342198817250097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.3,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":997,"viewportWidth":360,"weight":0.00005342064725805238,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1348.1879 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005340970472545915,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2644.1401 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005337310954171483,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00005335957059775527,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2402.1011 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005335935181639401,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00005334713791706786,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":848,"screenWidth":1837,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":848,"viewportWidth":1837,"weight":0.000053345592236969086,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3500.1618 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053345014269120524,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000053341569869863575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9092.1682 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053340673240596106,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.00005333793231865283,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00005333010007495144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.5,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00005332082531340392,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8213.1127 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005330508869785292,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000053303152694823156,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00005327020451437346,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2561,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1270,"viewportWidth":1278,"weight":0.0000532654644728267,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000053263165232601644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6971.1675 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053245940848076506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4275.1519 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053234140670173974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000053224043005992516,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":846,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":411,"weight":0.000053216430826889565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9405.1642 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005320454905694148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1800.1653 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000532039361904724,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4641.1693 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005320385546143592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5282.1382 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005320115700045711,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3455.1902 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005319217614806052,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00005314908538372729,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1012,"screenWidth":1646,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1012,"viewportWidth":1646,"weight":0.00005314357300074482,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5186.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005314083043689476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7682.1422 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000053130406963598455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2979.1361 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005305733883951559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00005301835874358959,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3052.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005301793080415037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005301202265709586,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3815.1221 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000530098069630406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":723,"viewportWidth":384,"weight":0.0000529696491520121,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":868,"viewportWidth":838,"weight":0.00005296231094554215,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2894.1130 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052961890579670756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":853,"screenWidth":1668,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":853,"viewportWidth":1668,"weight":0.00005295209410984421,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":637,"viewportWidth":393,"weight":0.00005294476402137298,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.7,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000052903009617407014,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7628.1584 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005288920790663919,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":790,"viewportWidth":1080,"weight":0.00005285544214730843,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":783,"viewportWidth":411,"weight":0.00005281804224219601,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005280442949928121,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2074.1873 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005279987604250057,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.000052796011229451905,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00005279405034687123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000052782172869162396,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000527676382189915,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4070.1931 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005276469589729249,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4314.1436 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052749814717682586,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1098,"viewportWidth":411,"weight":0.00005274160531707152,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005272837555802323,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1656.1510 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052718020848108734,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005270261390925847,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3377.1836 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005268878920680314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8919.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005265868970733745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1194,"weight":0.000052655588493748344,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5872.1020 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005263912963572866,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005263458815376391,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005263301841822883,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7911.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052597001614922034,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.000052595174418915326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1991.1413 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005259173719444026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1571.1114 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052586737506265965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3896.1056 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052572327322748466,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005256574517328922,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005255358854443062,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00005251277536132769,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6924.1802 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052493134234759146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5797.1908 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000524802986189924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4281.1600 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005245148323271378,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.000052449573524571603,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5299.1780 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052432415537740056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8442.1964 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052415495900350635,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005241036869901926,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":755,"viewportWidth":440,"weight":0.00005239264851681771,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5204.1530 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005237872504561204,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000052374492726243795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":606,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":606,"viewportWidth":360,"weight":0.00005235925054120748,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8165.1017 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005234820682964985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3162.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052337270965877805,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005232123421522913,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1352,"viewportWidth":2560,"weight":0.00005232078911647465,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00005231839300610444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1055,"screenWidth":1107,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1055,"viewportWidth":1107,"weight":0.000052286530009288675,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000052274276479706596,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3408.1970 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005226855728861517,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7080.1286 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005223556425333196,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00005222459930490704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8299.1994 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052221668307190336,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":630,"viewportWidth":375,"weight":0.00005221639259818229,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7628.1791 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005219237383710109,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":7,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":706,"viewportWidth":430,"weight":0.000052192133029923893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6622.1127 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052162057309352386,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005215996330777211,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8175.1581 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000052128347895714664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":864,"viewportWidth":1354,"weight":0.00005212616803133438,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9235.1573 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005210824777055198,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000052087981136170116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":843,"viewportWidth":448,"weight":0.00005207581648679049,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005206649942007813,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000052062046491751764,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9028.1577 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005204779218270689,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.7103.25 Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.0000520407568693197,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005202654559749169,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00005202301812234619,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5454.1481 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005202058646570249,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8251.1533 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005200816204176225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9726.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005196690248050736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4718.1214 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005195673780944444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":922,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":411,"weight":0.00005195511703162292,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1866,"weight":0.00005194280699094503,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005193052049434199,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4050.1183 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005187602729139487,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8320.1397 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051867560825852836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":871,"viewportWidth":1743,"weight":0.00005185839150982066,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8640.1006 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005182107570270954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7381.1143 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051793705436100116,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8723.1125 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005179167321466787,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3039.1178 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005177193674235278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1252.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051765255949318214,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7466.1627 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005175869524039912,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4974.1041 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005175760062427754,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005173769836601428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3699.1281 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051721441659036846,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8490.1004 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005172062415819745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1898.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005170253799056425,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3671.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005169903407866845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6682.1162 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005168740949888007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4822.1956 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005168316603668992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4620.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005166799521797305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7301.1807 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005166164350393609,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":625,"viewportWidth":1366,"weight":0.00005165915162744958,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00005165856932063467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":952,"viewportWidth":810,"weight":0.00005165350080968197,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":870,"viewportWidth":432,"weight":0.00005163846192718998,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000051635964534372764,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00005163142336542123,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005162565375408949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2175.1523 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005160353495069205,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000051587954953016124,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":968,"viewportWidth":1728,"weight":0.0000515849922351379,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4328.1087 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005156995128302875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3329.1610 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051562781709619,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00005155675458901901,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":890,"screenWidth":1861,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":890,"viewportWidth":1861,"weight":0.00005155387609073426,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005154521410944052,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2124.1627 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051531282405139745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00005151855794012779,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2938.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005151108952591549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.000051499615137990664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9308.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005149746375249718,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3326.1096 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005145390160242251,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00005143645555293886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1398.1945 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005143205109764243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2175.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005142873649065009,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":384,"weight":0.0000514268942116043,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.0000514242392986418,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005139495654932515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":832,"screenWidth":1038,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1038,"weight":0.00005133710911002721,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7309.1567 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000513330565754826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7376.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005130890475540428,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00005130082807591201,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.00005129846284058446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":989,"screenWidth":1822,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":989,"viewportWidth":1822,"weight":0.00005129633696153166,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":566,"viewportWidth":320,"weight":0.000051287053314421026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":992,"screenWidth":1609,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":992,"viewportWidth":1609,"weight":0.000051284591326548415,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00005128265188407071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4449.1259 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005128150403769612,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":1435,"weight":0.00005126264354908662,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":971,"screenWidth":1052,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":971,"viewportWidth":1052,"weight":0.00005123786507561489,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1189.1078 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051234624750660525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8077.1725 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005123359989427306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3174.1842 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005122157956632795,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":823,"viewportWidth":1324,"weight":0.000051218835280655545,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1376.1214 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005121604645160559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2911.1740 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000512157260731319,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5618.1910 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005119485086588554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1541.1315 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005116544031187506,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00005115650186728144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9832.1505 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005115034906542317,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005114227159310649,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005113886423743243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000051129466391066275,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7354.1202 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051129270918009046,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":393,"weight":0.00005111428892841882,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8663.1986 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005110823079322582,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5159.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005109272643419685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7767.1612 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051083728984954526,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1578.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051068405612526225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2598.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005105941500690883,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":904,"viewportWidth":1588,"weight":0.000051057898964830625,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000051056503876895775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8507.1087 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005105545610493118,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5136.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051048793297559644,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7967.1942 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005104644688039714,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00005104387637056032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4876.1150 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000051041163960276415,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000051034967334503704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":893,"screenWidth":1382,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":893,"viewportWidth":1382,"weight":0.000051032866480525834,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9668.1806 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005100993536094875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":0.384,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":609,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":360,"weight":0.00005097169505117484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9676.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005092013954192414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5486.1531 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050917265904121706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005091604808727489,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3398.1873 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050898408492344815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9746.1933 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005088612658587778,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":393,"weight":0.00005088417863267984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000050878017866027833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8264.1254 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005087371448917874,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00005086712682096293,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2928.1181 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050861578257058685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4244.1016 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005085951494077573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5939.1560 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050854718104938724,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00005085383855412727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1666.1441 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050841144043474024,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6088.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050836698832161985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2371.1008 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005083600939970354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3536.1928 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005082592739230659,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7757.1940 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050818851753725805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4707.1668 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005081343441072356,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00005080303397650243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4408.1553 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050761661323889155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7990.1305 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050748392931483245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5979.1984 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005074652154208147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8699.1138 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050725364003773486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1724.1578 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050676014927159546,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1920,"weight":0.00005065812783900063,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":942,"viewportWidth":1366,"weight":0.000050653345457716555,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8709.1423 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005064160314551629,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.95,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":1425,"weight":0.00005063228509729908,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":553,"viewportWidth":375,"weight":0.00005062692090334486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8066.1736 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050617376160453595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1528,"weight":0.00005058804452088453,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8398.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050585722613925536,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00005058316155495728,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9727.1406 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005057374426856569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1630.1716 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050546399867540725,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2585.1149 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050545694423942765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9767.1972 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005053615020282867,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000050535207154283646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1847.1255 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050533537093287114,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2712.1688 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005052734312341122,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9848.1877 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050516651067509545,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":640,"viewportWidth":375,"weight":0.0000505099016904851,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000050508029271578784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00005049655193123305,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4289.1958 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050486867542993496,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2852.1919 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005048576119502209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000050482743440311166,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3797.1019 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005047135500961606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.05,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00005046168433799308,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000050459894522851576,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00005044254967341726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3656.1378 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050439486740884824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":411,"weight":0.00005043208579122245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9122.1211 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005042676027691104,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.000050426489407612264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8312.1339 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005042307230987668,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1259.1272 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005039890052616511,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":519,"viewportWidth":390,"weight":0.000050390931782483206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6771.1053 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005038970099124007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4122.1384 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005037998159582865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2499.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005037328048946446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8327.1372 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050361240246043756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2961.1857 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005036122850297957,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9990.1167 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005034736039381975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5959.1406 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050335436108104624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00005033011111258307,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2801.1605 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005031521028311379,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2698.1509 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005030943918723194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1624.1098 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050296464390251515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4255.1782 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005027196319570668,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00005027031640635618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8922.1542 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050255569613616893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6050.1475 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005025260769550388,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00005024655302586739,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5428.1029 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005024474711261133,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":1280,"weight":0.00005024359013435501,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8946.1213 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050236376367459284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005022831045977771,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1284.1194 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050221270930379123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00005020905945602824,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00005020672420812691,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5351.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005019197959071055,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00005019102053384415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2905.1342 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005017917459521254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8486.1004 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050172293850954725,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9958.1414 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050166591468067375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8171.1677 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000501648546870352,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7136.1902 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005013107356098535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2454.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050125716630403225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4418.1059 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000050120478852044525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":822,"screenWidth":1822,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":822,"viewportWidth":1822,"weight":0.00005011367586459894,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7119.1740 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005010591293286538,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.000050088337576124896,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":957,"screenWidth":1336,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":957,"viewportWidth":1336,"weight":0.0000500676039087277,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4371.1350 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005005135178366662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1627.1056 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005003173446441825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6948.1559 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00005001390316463726,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00005000433423068826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3517.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004999306365439691,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004999114055296302,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000049978200668816086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":1305,"weight":0.00004997591863240472,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9189.1689 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004997058132350138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":882,"screenWidth":1644,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":882,"viewportWidth":1644,"weight":0.0000499687016649881,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8376.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004992148486844384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4785.1445 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004991631568598442,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00004990894263358022,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00004990674691941744,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00004989775526605099,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5785.1958 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049891911411334635,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2396.1450 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004988737711752255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000049885502606972223,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.00004987814488672382,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000049836832207838695,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004983406892433087,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7970.1962 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004983064956649848,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.000049786571832058254,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3958.1027 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004977910791014656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5055.1339 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004977900718650137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9193.1279 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004975912574082553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9461.1446 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049738382574831146,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000049730302231681034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.000049728797398129306,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0","vendor":"","viewportHeight":1319,"viewportWidth":3440,"weight":0.00004972632150641473,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7228.1646 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004969940560796439,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000049688902990286713,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":631,"viewportWidth":1280,"weight":0.00004968880915063588,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9195.1932 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049681332335078206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8108.1843 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049674279694806445,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":384,"weight":0.00004965674939361237,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":960,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":960,"viewportWidth":1280,"weight":0.000049637628567655715,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000496213741058313,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5601.1780 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004959580440227952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2005.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049593035298636096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6862.1949 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004959200793638447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2102.1146 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049582808524939525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4135.1982 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004957808694764488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9368.1032 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004955222572038992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7037.1947 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049539495802947656,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.00004952205658455699,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":994,"screenWidth":1702,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":994,"viewportWidth":1702,"weight":0.00004948361042667635,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8718.1901 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004947420551722076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":3440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1313,"viewportWidth":1709,"weight":0.00004946797606702179,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004946056443607857,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2708.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004944145100588144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1047,"screenWidth":1633,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1047,"viewportWidth":1633,"weight":0.00004943233680753037,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000049417488204166585,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5980.1987 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004941142834007146,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004940779127793525,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000049402273144233244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000049393375568097834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8964.1827 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000493869831176815,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00004937773718948811,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004936971376281602,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1161.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004934137588739489,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":1536,"weight":0.00004933514645972719,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2962.1038 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049313071486205803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3800.1699 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004927948968318163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2660.1182 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004927232981638107,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004923470784566407,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":595,"viewportWidth":1280,"weight":0.00004922206433572304,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2744.1407 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049218646630808986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.05,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":632,"viewportWidth":901,"weight":0.000049211532843763694,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1023.1376 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049205139002344554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7373.1063 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004920424373910449,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4863.1664 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049203103395622837,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9068.1687 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004919936845460558,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000049190005494209906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.1,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":682,"viewportWidth":360,"weight":0.000049186808780113214,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5058.1221 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004918071409224222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4681.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004915921766588643,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004915051564404087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6847.1283 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004913918904522853,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000049136702003283695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":864,"screenWidth":1501,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":864,"viewportWidth":1501,"weight":0.00004913605064822857,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.000049132185080964785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4582.1290 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049117762988318465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1276.1237 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049113373388464715,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1098,"screenWidth":1756,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":929,"viewportWidth":1756,"weight":0.000049111214711491436,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3932.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004910284287088738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1056,"screenWidth":1562,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1056,"viewportWidth":1562,"weight":0.00004910215368621432,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7844.1388 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049086739609788437,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004908487389373982,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000049058428528479374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.0000490565130840225,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6745.1758 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049054097377214624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7321.1128 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004904144826028079,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2172.1411 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000049026733565087405,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7443.1681 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004902270705709788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9050.1038 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004895099452733025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3286.1005 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048940711099268704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004893150110073453,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3909.1741 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004892617944106874,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004890851142449948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3668.1426 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004890098305576356,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1898.1276 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004889242956507349,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2261.1960 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004888587063405051,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00004886073957279514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00004885236334432628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7829.1635 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004884851437584033,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.00004884335067570522,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2799.1848 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004884112449129431,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.000048837653827914214,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3674.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004883065943714082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":717,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":412,"weight":0.000048823298951391166,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2650.1137 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004882113629528295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1901.1882 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004882104387803468,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2328.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004881879466765203,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000048788788717293524,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":848,"viewportWidth":1199,"weight":0.00004878597229157661,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000048783739022918786,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8664.1551 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004877864819217531,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.000048773478188070814,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004877051699414355,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8340.1026 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004877025949493969,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7878.1362 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004876818680067011,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8083.1491 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048748987526617325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1109.1578 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048737485436836044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":720,"screenWidth":324,"userAgent":"Mozilla/5.0 (Android 15; Mobile; rv:138.0) Gecko/138.0 Firefox/138.0","vendor":"","viewportHeight":590,"viewportWidth":324,"weight":0.00004873328705899469,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1057.1458 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048706110909351416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4798.1824 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004864066766596933,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6289.1519 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048637047291042165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000048630998676233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8607.1504 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048622775139550585,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4477.1080 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004862162155768885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2717.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048619995055787574,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":1440,"weight":0.0000486079637558081,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1997.1036 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048599864263072824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3840.1510 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004853885908880132,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6956.1226 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000485356181864774,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":802,"viewportWidth":1512,"weight":0.00004852546053278872,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5216.1426 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048509434374081333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5650.1759 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048502225866725616,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004849229531528304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5674.1044 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048477557386917366,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00004846686716012637,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3248.1945 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004845092668325008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5575.1952 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048443575319280196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6449.1719 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000484312176557707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9121.1481 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048428729955757695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9319.1509 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004842215855155841,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":946,"screenWidth":1657,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":946,"viewportWidth":1657,"weight":0.00004841278632642319,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7031.1492 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004841062387283522,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":402,"weight":0.00004838844633446076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1132,"viewportWidth":1865,"weight":0.000048384885028259896,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8560.1847 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004836370862508485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4702.1849 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048361495395121524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":791,"viewportWidth":1536,"weight":0.00004835881541108171,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4053.1656 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048358037083807284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3361.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004835490480187315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3481.1310 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048345545080016326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9350.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004833918820657287,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8719.1550 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048317925723321585,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000483008514632032,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8987.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048289296844762195,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":553,"viewportWidth":375,"weight":0.0000482887548078327,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004827639392720825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":891,"viewportWidth":448,"weight":0.00004827522173317073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3801.1454 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048266152363798277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9652.1486 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048249324027901195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1178.1261 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004824804677162475,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00004823666461885064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7398.1142 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004822722234672466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1486.1807 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048210579152704826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8391.1726 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048192238417249256,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6936.1808 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004818657633914564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2741.1345 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000481786810712687,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000048163495824767636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7503.1361 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004812854259172894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00004811752240357869,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9858.999 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004808740147965988,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8944.1737 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048083514901761426,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":750,"viewportWidth":440,"weight":0.000048079920417835845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3822.1010 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004807059154264648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4184.1209 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048041268290723706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6391.1891 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004803502503466852,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8322.1293 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048031944398393236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1412.1495 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004803107337514276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4755.1531 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000048030737992855614,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":807,"screenWidth":1076,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":807,"viewportWidth":1076,"weight":0.000048025688354238635,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5708.1966 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000480069495179857,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2445.1959 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004799955339238761,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1336.1913 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047991533972157637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6178.1942 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004797576526701228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1808.1041 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000479734826040335,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":1536,"weight":0.000047969143005442104,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6969.1474 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047955227694533866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9419.1645 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004792642401657523,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":7,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00004792279846079414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8000.1874 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000478998703671547,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000478998578246233,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7522.1293 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004785455473993633,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004784744735304202,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6828.1649 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047844282564557416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6897.1286 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004781954697027058,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":908,"screenWidth":1327,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":908,"viewportWidth":1327,"weight":0.00004778113111947501,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004777236061617628,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8638.1374 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004776368206172379,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4766.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004776073784434343,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1100.1279 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047757744703959764,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004774663583474282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1436.1454 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047745955817714694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7252.1733 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004774436964444828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1199.1479 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004774234666581063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5505.1144 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004773788567271509,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4850.1032 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000477346241253545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":944,"screenWidth":1880,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":944,"viewportWidth":1880,"weight":0.000047725630072827606,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000047722158652820836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5573.1424 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004771508369491946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5413.1338 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004770541404192948,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5795.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004770511627865894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5289.1740 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047689433607395923,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004768889675051318,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00004768866654891462,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4278.1373 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004768132048213148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":812,"screenWidth":1596,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1596,"weight":0.00004767354298599358,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4569.1000 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047665015001472075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004764895301943379,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00004764145747666871,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000047631580315097535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5905.1961 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004761509146158493,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00004760429481068519,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1002.1066 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047601525486241665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5399.1428 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004759951346399587,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2759.1203 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004758931091041728,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004758321234500475,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000047541118132285825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5735.1063 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004754052727008634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.00004751794411682165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004751456599903033,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":888,"viewportWidth":1379,"weight":0.00004751167544036902,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00004749188710102007,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7862.1014 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004748129326638777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5216.1016 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004747891081261197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4499.1133 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047414602012319515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4313.1772 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004740917754541732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00004740002199275071,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":630,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":630,"viewportWidth":360,"weight":0.00004734162721630406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4054.1370 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000473278022226649,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5435.1953 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004731847868701402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8608.1903 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047305517435660835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004727266595130707,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.000047266999625677384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9008.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004726673291197951,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6701.1629 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004724959635371701,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000047245847000822106,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2661.1939 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047234440287340395,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000047222311407359774,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3478.1678 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004721445997692355,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4121.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047208493530918694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":869,"viewportWidth":1274,"weight":0.00004720314313939968,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":603,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":603,"viewportWidth":360,"weight":0.000047201446061923344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6768.1964 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004718544404215304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6723.1412 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047178626558071595,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.000047176357738314,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":823,"screenWidth":1463,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":697,"viewportWidth":1455,"weight":0.000047158225289521256,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00004715145268649734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3133.1678 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004715086434079086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2863.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004714281564748195,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.65,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1869,"viewportWidth":980,"weight":0.00004713588484063544,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8772.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004712269847110376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3914.1241 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000471212649072231,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000047118720099674915,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000047109429709796465,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2892.1813 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004706722505168545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7648.1025 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000047021453300153926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9755.1679 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004701127542639136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6901.1910 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004699889420509776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.75,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":774,"viewportWidth":1592,"weight":0.00004699608457559308,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4951.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000469837273262557,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004698116703371509,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1212.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004697476494322027,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5679.1579 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004697362769988105,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6834.1222 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004696362087234277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.5,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":664,"viewportWidth":360,"weight":0.00004696255730413496,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004695579574157338,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9418.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004691306930466577,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3024.1983 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004689468825857484,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000046858542703517445,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6447.1170 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046844513235593836,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.000046840357550614325,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.6,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000046835973146722935,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8231.1264 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046833201765361834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4441.1504 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004682641300585642,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000046812813092674866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.00004680285554922006,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5931.1371 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004680022062655646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000046796107347043835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7506.1350 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046788051661425924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004677301789406641,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8377.1939 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004677082528924074,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004676959484678895,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7028.1514 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046755436294106626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2119.1000 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046739269250276643,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2483.1560 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004673085583725675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.05,"effectiveType":"4g","rtt":100},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":898,"screenWidth":1596,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":711,"viewportWidth":1597,"weight":0.000046729094269645996,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2261.1304 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000467261846250121,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004672461784731516,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000046696925488372857,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4760.1459 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046690181844157986,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00004668758233158563,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4777.1218 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004667400820270738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":745,"viewportWidth":344,"weight":0.000046670551017574097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.95,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.00004665956998937669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2226.1910 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004665785102865397,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.00004664823348020677,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004664762811316397,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1194,"weight":0.00004664762428907928,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":7.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 YaBrowser/25.2.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":921,"viewportWidth":1691,"weight":0.00004662708276635951,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004660729703077512,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2170.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004659697095260218,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1280,"screenWidth":800,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1144,"viewportWidth":800,"weight":0.00004659416435943218,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5590.1019 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004659265437181235,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4142.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004654812150900004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6262.1475 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004654453669954814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1703.1734 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004653255511358733,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":412,"weight":0.000046529228255687485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7899.1192 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004650717591638326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9771.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004649169740663523,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2805.1859 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046486554170641005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6263.1518 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000464563731695371,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1555.1452 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004644980242249931,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":390,"weight":0.00004643757876810579,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1564.1381 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004642837964044635,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000046426003900642205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1441.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046419547860469966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3968.1144 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046402262739981824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7709.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046388158775733376,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.000046368325402583765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":847,"screenWidth":1332,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":847,"viewportWidth":1332,"weight":0.00004633396819408257,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3869.1134 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000463332453537033,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9668.1909 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004633183835290838,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004631903243265352,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8568.1717 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046298534739511544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2017.1058 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004629382765248347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00004629349575920305,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004627675434804208,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000462223087806707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1801.1913 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004622013459971848,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1830.1406 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046216669009777155,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000462006866930727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1887.1475 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004618034275886324,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.00004616774565416921,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2503.1554 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004615438659758606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5764.1997 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004614567953443017,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7805.1953 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000046136604256447653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5069.1260 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004611833790125976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":1174,"screenWidth":528,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":1047,"viewportWidth":527,"weight":0.000046073374426829816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00004607116502095617,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.000046067034011743655,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":513,"viewportWidth":320,"weight":0.00004605626640957687,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9838.1389 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004604897575118953,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8342.1243 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004603481221534936,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004600571131112506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6754.1617 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004600452465081133,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6233.1570 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004599841265329603,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2154.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045993138354879655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1799.1426 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004597207281681792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5934.1573 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045971772988869484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1748.1677 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004596600730983488,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004595966086535966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4179.1561 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004595544120321434,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2782.1892 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004595207055566197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.8,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00004595131788321549,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":0,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":662,"viewportWidth":1280,"weight":0.00004593658108406271,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5466.1986 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004593555481274575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8505.1837 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000459281640952619,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4083.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004592173459455805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5265.1550 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004590477334891984,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.000045896518172453644,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5333.1226 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045883392383189974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3595.1644 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004586098047243578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4236.1540 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004585896336329622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2937.1683 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004585491126756595,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00004585202853808413,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004583769304279876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2778.1990 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045828465230045517,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4399.1492 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045827443644929706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6955.1022 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045821643648325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1464,"viewportWidth":2844,"weight":0.00004582035147323306,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4850.1394 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004580128385943405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000045793562392717947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000045778811928029815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8214.1615 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045769922992288775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"downlinkMax":null,"effectiveType":"3g","rtt":350,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00004574888315045984,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8239.1031 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045741778774194615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2020.1661 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045739232338242616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1048.1693 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000457203737434287,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7347.1250 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004570433322331174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":1535,"weight":0.000045702660486806175,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1353.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045700999385554346,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000045699646325356784,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5597.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004567923439892949,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":5,"screenHeight":920,"screenWidth":414,"userAgent":"Mozilla/5.0 (Android 14; Mobile; rv:138.0) Gecko/138.0 Firefox/138.0","vendor":"","viewportHeight":782,"viewportWidth":414,"weight":0.00004567267979203324,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":815,"screenWidth":1780,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":815,"viewportWidth":1780,"weight":0.000045666739081297654,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3065.1204 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004565049519804219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5244.1815 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004564303503486594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.85,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004564191936901292,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4833.1749 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004563269238686743,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.65,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004561913023061982,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9790.1280 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000456165375875675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8985.1529 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004561521876579235,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":1436,"weight":0.00004559253855340377,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2777.1611 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004558051598351502,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1251,"viewportWidth":2560,"weight":0.000045575894997734056,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9773.1670 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004554448179018839,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5555.1155 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004554132248113251,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.000045517764756354575,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":768,"viewportWidth":1366,"weight":0.0000454952582554733,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9363.1936 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004549057564171352,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2205.1535 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045486093408053723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000454594702659143,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":932,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":736,"viewportWidth":1319,"weight":0.000045455477389604584,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00004544006268822567,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4212.1549 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045408163027239227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5350.1309 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004540226989988136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":724,"viewportWidth":1512,"weight":0.00004539244699289104,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004538172197157456,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8935.1410 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004537885331726475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2627.1758 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004537754409635309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4937.1852 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004537254745857958,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2311.1994 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045368413238892286,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0","vendor":"","viewportHeight":775,"viewportWidth":1600,"weight":0.00004535385742356299,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":948,"screenWidth":1198,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":948,"viewportWidth":1198,"weight":0.00004535053587955503,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.00004532570714321836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000045300638722233615,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":877,"screenWidth":1356,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":877,"viewportWidth":1356,"weight":0.00004529549472458475,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4894.1001 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004529334012195474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004529176303678238,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000045291484384622206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7960.1886 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004526551229591994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004525618862362477,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7753.1058 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004523682435744047,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3642.1959 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004522981184629122,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000045226181354170014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":925,"screenWidth":1629,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":925,"viewportWidth":1629,"weight":0.00004519676777097703,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6246.1833 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000451944875213014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7675.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004518777849056113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2883.1060 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045176437465911826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":619,"viewportWidth":393,"weight":0.00004516327708017055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4888.1442 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004515486097885239,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6143.1138 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004515476532021446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6127.1490 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004515117864840624,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0000451496495535431,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4501.1648 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045149601120177524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4496.1835 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004512096387043583,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004511875544001054,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8591.1636 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045113487303670885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8616.1167 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004511032176741598,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3519.1274 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004508251111695077,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8199.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004507104105497498,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9582.1282 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045066531895798183,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4330.1557 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045059109555129424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8207.1404 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004504519579418406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9736.1310 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004504417003126935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4458.1850 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045043328402265684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7907.1058 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045030920792809195,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":553,"viewportWidth":375,"weight":0.000045026884167803404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3900.1911 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000045024501932820436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8402.1488 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000450143877402971,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":878,"viewportWidth":520,"weight":0.000045000117301954584,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":917,"viewportWidth":1366,"weight":0.000044990890685311206,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1048.1359 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004498824419042175,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3631.1837 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044979821255678606,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00004497603593670711,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":716,"viewportWidth":1459,"weight":0.000044959239874405496,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/362.0.741018905 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00004493948910203309,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004493443956272372,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000449266095822252,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1770.1086 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004492554676908828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000044902795540767056,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1665.1119 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004487352088437428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004486570884025248,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":846,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":411,"weight":0.0000448383045293755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7400.1273 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044830768515681624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5446.1699 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044811739444457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9534.1874 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004480638959907831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1752.1614 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004479979990425357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1518.1871 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044788229334429714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7711.1411 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004478547269553961,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000044775784067228695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7286.1909 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044773033015769954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7630.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004473832701613608,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1372.1490 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004473811713657347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000044733165967609536,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8801.1773 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004473206414656522,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7858.1947 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004471052917622828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8807.1728 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004471033386400589,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.45,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":1120,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":634,"viewportWidth":1120,"weight":0.00004468796703762215,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":798,"screenWidth":1100,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1100,"weight":0.00004466966968350309,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7767.1467 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004466224754707338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4201.1946 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044656341517796486,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":645,"viewportWidth":390,"weight":0.00004463133932942505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2743.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004462797567213017,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":402,"weight":0.000044606791654236976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4902.1431 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004460189240835499,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.00004459653128757154,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6933.1734 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044594669608691574,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6879.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004459398777943358,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00004456993029876674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3413.1609 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044561271005402204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9033.1669 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044560426641970756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7212.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004454218176329016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":360,"weight":0.000044523778767383134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2605.1518 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044520547477829436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8921.1814 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044510774322034035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6033.1432 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044498157128406864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.2,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1691,"viewportWidth":980,"weight":0.00004448225717959312,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":851,"viewportWidth":448,"weight":0.00004447847881201896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":702,"viewportWidth":360,"weight":0.00004447312559386711,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2544.1008 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004446208254211648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7814.1410 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000444455388630931,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1067,"screenWidth":1707,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1705,"weight":0.00004442910932552253,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000044428497026527054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1068.1490 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044425512044041874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":758,"viewportWidth":411,"weight":0.00004440635594401135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8542.1346 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004440555561319385,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004438275242169917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7838.1508 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004437282466796738,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00004435970272709775,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4353.1928 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044356519825604884,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000044352078459844034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":648,"viewportWidth":384,"weight":0.000044347514827675934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8078.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044344328860000966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":759,"viewportWidth":411,"weight":0.000044326580346020035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00004432564300277525,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000044318610646932235,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.00004428075430261185,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1315.1706 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004427874189541777,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3838.1597 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004427634342476764,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004426362100063969,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2424.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000442517064730354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004424399439247736,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000044223059615017173,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004422304978245996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1304,"viewportWidth":1004,"weight":0.00004419687471362168,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.2,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.00004419493618331806,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9086.1730 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004417848004575137,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3850.1426 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044157568624831016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5562.1840 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044156825877698005,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00004415360900950915,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4335.1034 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004415080981947832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7697.1235 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004413456156789373,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9570.1665 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004412863186444876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5547.1875 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004410538300622739,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5284.1424 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000441048312347462,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8642.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004409662375399714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4767.1014 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044083744777808204,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000044081409598844026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9753.1548 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004406938479185028,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00004406835644517581,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.55,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000044066014539941626,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9399.1994 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004405755091335466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9363.1684 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000044057422889084944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6317.1697 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004405666331454958,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8160.1696 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004405061590597073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3762.1857 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004400796344820995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":794,"screenWidth":358,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":663,"viewportWidth":357,"weight":0.000044003194267615326,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000043998891676461984,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.00004397775877420633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9515.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004396613191848867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":906,"screenWidth":1151,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":906,"viewportWidth":1151,"weight":0.00004395660657124452,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4545.1627 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043946761752095405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004394468867933012,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":820,"screenWidth":1551,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":820,"viewportWidth":1551,"weight":0.000043934971756718906,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004391188941333895,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/187.0.410885375 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.00004390283521480597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5949.1688 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004389765808687019,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.000043885099867152346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8456.1664 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004388385604176978,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4519.1098 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004385784378014846,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":686,"screenWidth":1098,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":526,"viewportWidth":1090,"weight":0.00004385310383185908,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004385108664593245,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000043825791090222946,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000043822774732287114,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":660,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":660,"viewportWidth":384,"weight":0.00004381487004057977,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2187.1481 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043813649692755495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5102.1430 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043809289595209257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8202.1768 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004380776031251894,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000043805055007950836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004379776820288623,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.000043781879271169166,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004378004330238508,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5886.1258 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043776411996172315,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9528.1919 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004376839947645014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":996,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":996,"viewportWidth":1512,"weight":0.00004376815818466706,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":764,"viewportWidth":411,"weight":0.000043765887303119277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8001.1276 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043762237405722074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004375740146691302,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.15,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":607,"viewportWidth":1366,"weight":0.00004375235525127,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00004372022006342071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2608.1242 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004370353642086693,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4064.1955 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000436970348335078,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2164.1340 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043696623796840066,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5307.1501 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043696406944305974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00004369352742480036,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004367009462882029,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7253.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004366056473944722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3584.1696 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043647662822253955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004364661379217076,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.000043634185583959065,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004360097775141181,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7196.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004358796767416778,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":697,"viewportWidth":384,"weight":0.000043583625256842645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3997.1534 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004358092569868753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":2,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":928,"viewportWidth":1912,"weight":0.00004356916117917762,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000043565669829902143,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000043563524071234634,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9932.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043562751708001855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6386.1677 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004356147352593261,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3555.1006 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043524666561459266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8029.1076 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043505351645589476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7716.1687 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004350458783385955,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":989,"viewportWidth":1706,"weight":0.000043501756746008206,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004349957170187072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8829.1327 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004349392077713495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5210.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043492471237697914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2073.1876 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004348122476093577,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1376,"screenWidth":1032,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1008,"viewportWidth":1376,"weight":0.00004346475537102526,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4154.1053 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000434599417679103,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00004345566215453518,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9003.1751 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043449914913870254,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004344100544808722,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000043440529860553014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7466.1286 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004344029464053471,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9518.1219 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043439578462357606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2146.1776 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004343516042670051,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":393,"weight":0.000043432827294768945,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1439.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004341390843366819,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3623.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004340876283168621,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2026.1751 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043392158371727185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6353.1808 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004339032586490638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4860.1710 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004338060609117097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8046.1406 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043375433057995135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4741.1179 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043356611795532986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7437.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043338635770607924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004333642442035035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":604,"viewportWidth":338,"weight":0.0000433272072010276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6713.1936 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004332595040671558,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6137.1945 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043323693441191484,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.00004331791706259145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2274.1415 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004330317170257728,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4999.1571 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043300987383515894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9876.1856 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004329760852018395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9947.1778 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004329584934918065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4824.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004328767682330936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000043283990300462014,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2700.1733 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043269700647514814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1019.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004326595440719791,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":922,"viewportWidth":1998,"weight":0.00004324148767664783,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9347.1105 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043237023777757554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2071.1587 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000043235495048394,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004321303618085842,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8718.1837 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004321235294343896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.75,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":728,"viewportWidth":384,"weight":0.00004320229598581124,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000043200269731263664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7855.1438 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004319703039310595,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2677.1557 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004319581434018128,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":775,"viewportWidth":390,"weight":0.00004315327396568027,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":894,"viewportWidth":1803,"weight":0.0000431510365233391,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1850.1454 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004314753570645591,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004313375837905999,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":704,"viewportWidth":1528,"weight":0.00004311385257150372,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00004311004364647529,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1614.1742 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004310379128907381,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6541.1757 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004308355465438617,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000043058311690705594,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7934.1578 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004303838725514452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":831,"screenWidth":1271,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":831,"viewportWidth":1271,"weight":0.00004301186765421926,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004300371379661389,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3044.1209 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004300342025165136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8568.1843 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042975392232087556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6020.1082 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004296848808207709,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000042959610112939275,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00004295473119953379,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004294912891588743,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":384,"weight":0.00004293148651943261,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":717,"viewportWidth":414,"weight":0.000042923942952525404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4561.1702 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004291400570301884,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004289963809744811,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8269.1110 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004289517522927966,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6895.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000428937022010568,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2680.1934 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004286677136526631,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":393,"weight":0.00004285818799334544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7256.1326 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004285642718418306,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":441,"weight":0.00004285342514884579,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00004284821546165459,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000042845959362729565,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":898,"viewportWidth":1829,"weight":0.00004283252137163545,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":874,"screenWidth":1472,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":874,"viewportWidth":1472,"weight":0.00004281339976012078,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":952,"screenWidth":1718,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":952,"viewportWidth":1718,"weight":0.00004280715216001495,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3277.1533 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004280067689022731,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00004279197316920115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2063.1886 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042779251058332074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3276.1172 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004277438551143347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8506.1535 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004276182220313751,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6524.1880 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004276177828275851,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":721,"viewportWidth":1436,"weight":0.00004275664340953554,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9731.1340 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004275241860235304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9138.1940 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004274557318335742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":815,"screenWidth":1644,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":815,"viewportWidth":1644,"weight":0.000042727956638614915,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1054,"screenWidth":1619,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1054,"viewportWidth":1619,"weight":0.000042697061497449116,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000042677796463858846,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00004267266804895048,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004265021266834054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4633.1507 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004263874218638839,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1638.1136 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004262817239204324,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.00004262144340029352,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004262099399328503,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004258804391471729,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2207.1225 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000425779030927395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4463.1767 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004256736903974087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7255.1231 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004256270117184322,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5652.1932 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004254788928694336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9394.1070 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004253462178716832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":814,"screenWidth":1903,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":814,"viewportWidth":1903,"weight":0.00004253331231417547,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6635.1454 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004251762531314658,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8707.1136 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042507551873808105,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1120,"screenWidth":1792,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":872,"viewportWidth":1347,"weight":0.00004249698789599243,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004249187594371029,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00004249021316148964,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00004248277019870421,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000042479322349232306,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9447.1811 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004247313139316866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1152.1555 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042462450438032374,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8471.1173 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042455518027236734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4141.1754 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004245463516925801,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1251,"viewportWidth":2560,"weight":0.000042450254129911466,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9466.1617 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004244453316122658,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000042443892289380946,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":791,"viewportWidth":1440,"weight":0.00004243902714304862,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000042429203872976074,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":569,"viewportWidth":393,"weight":0.00004241931387177578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2412.1691 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042418841262697545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8784.1170 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004240463283220097,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2117.1534 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004238592281157342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7675.1350 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042374657638789804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8051.1158 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042372883831682544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.00004235943534465575,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004235755894695749,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2074.1861 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042338498683964234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1875.1446 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042325956331843386,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004231582505646185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7867.1492 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004230990250519466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6148.1406 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000423059037385466,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004227861330484179,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8571.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004227585167722372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.000042212332906827026,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4547.1010 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004221058721033238,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1852.1910 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004218877573292206,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":631,"viewportWidth":375,"weight":0.00004218634681633831,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8200.1703 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004217180203197333,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00004216125439698734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7079.1112 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004215951448723303,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000042159248108352806,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000042134662901819985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1512,"weight":0.000042131066231964995,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2525.1144 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004211076128123361,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8412.1519 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004210266629576473,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.00004209074200268429,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":694,"viewportWidth":402,"weight":0.00004207728690610991,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6702.1524 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004206186431610412,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8548.1747 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004205930393705299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1310,"screenWidth":2328,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":945,"viewportWidth":1665,"weight":0.00004205856761460129,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.25,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":789,"viewportWidth":411,"weight":0.00004205060096321835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4992.1202 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004204994999995385,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.0000420437180459776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1428.1659 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004203669673928334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.7,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":1470,"weight":0.00004203321352261887,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000042025310824927196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5356.1773 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004202219643177895,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00004201383820946956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3584.1453 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000042009647269397725,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.000041997653632999123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4270.1728 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041993355085284414,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6232.1137 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004199187074437448,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":546,"viewportWidth":375,"weight":0.00004198865128371515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":565,"viewportWidth":320,"weight":0.000041969577394440844,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00004196634594165105,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00004195700210255281,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7022.1653 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041956623156203996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8325.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004195500396383944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004195261051313115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5827.1237 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000419487583106461,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9904.1141 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004194763120700779,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8166.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004194221008672071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6093.1396 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004193849221034618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8856.1253 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004191241338451493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7007.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004190166136868864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4078.1131 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004189130877207701,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1230.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004187799786184307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8714.1145 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004187773530066485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9592.1199 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000418597390514971,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3067.1985 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041853788839872676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4968.1520 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000418514525332247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8618.1557 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004184966994519879,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00004184888315550122,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000041844593354154914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":0,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":2048,"weight":0.00004184182545242884,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004183933316187679,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6112.1572 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004183820492909181,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1751.1379 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004183125866630751,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3206.1620 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004182978490329981,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6106.1525 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004181135088364484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5858.1581 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041802622029002454,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":874,"viewportWidth":402,"weight":0.00004178968482741329,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":874,"viewportWidth":402,"weight":0.000041766115571550776,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004175612122326138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4168.1065 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041752211998399964,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3106.1196 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004173980703873123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1034,"screenWidth":1589,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1034,"viewportWidth":1589,"weight":0.00004173547510525527,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7142.1296 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041729552306242665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3915.1524 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004172944063792248,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1973.1295 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041723557836015255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1994.1761 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041719409736767774,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2398.1522 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004171775921709251,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9267.1370 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004171736150898779,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4597.1562 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004171674491292488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6781.1024 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004171414466815037,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004171002361020338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1636.1801 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004170592761187456,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1977.1020 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004170516803577864,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.000041683585225708186,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4946.1324 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004166247271735872,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4385.1486 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041624931008432653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3914.1408 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004161986537475727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3176.1936 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004158115954632333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000041577514249047146,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000041543242877397866,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1635.1089 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004153161314654427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":671,"viewportWidth":1353,"weight":0.00004151336954232147,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4213.1619 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004149899324214265,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9617.1894 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004147186185618704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004147119935866157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6401.1060 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041462549763450323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00004144995012664483,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":0,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":698,"viewportWidth":1024,"weight":0.00004143693651094923,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":594,"viewportWidth":1272,"weight":0.00004143085239535229,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6242.1507 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004141249672296708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.00004140542812921005,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6921.1741 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004140163911242953,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7901.1748 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004136658628911938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004136337760285898,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8848.1965 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004134950729171894,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00004134418082169334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9939.1664 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041331678537856796,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1701.1295 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041324177561785004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":781,"viewportWidth":411,"weight":0.00004131117951298996,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4720.1898 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004130921682597734,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004130426462153406,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004129886309301468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":642,"viewportWidth":393,"weight":0.000041295808522775366,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000041285107467092586,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1143.1973 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041280632516784606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4211.1626 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004128027555193783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":1373,"weight":0.00004127918899216438,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4894.1975 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041272718573063825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1423.1554 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041266349434690765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":842,"screenWidth":1511,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":842,"viewportWidth":1511,"weight":0.000041242266875854995,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":820,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":685,"viewportWidth":320,"weight":0.0000411959460951126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1642.1562 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004119062536229304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7279.1347 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041186491636399826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00004116417436137862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00004113882140140189,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3289.1513 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041131490100949424,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5004.1735 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041131331978153466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1714.1136 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004112409053706334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8576.1057 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004112170044771491,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00004112019907217373,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6384.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000041117259576299873,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4583.1285 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004108258002737071,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.85,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.00004106079884864792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4476.1592 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004105526275226252,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7761.1186 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000410424566820289,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8752.1238 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004103350878853023,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":390,"weight":0.000041021407490638027,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00004100600679645436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3427.1657 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004100213258386475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1117,"screenWidth":1728,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":916,"viewportWidth":1728,"weight":0.00004099873056852004,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5602.1846 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004099428160637082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7490.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004099151795365298,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9292.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000409793359375093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3484.1511 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040976249585146355,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":698,"viewportWidth":1024,"weight":0.000040967918413273115,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2589.1675 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040944139522989915,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7184.1785 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004092592274213819,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000040921723620179514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9720.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004092153239374084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4642.1802 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004091811288630566,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00004091156958407894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4460.1552 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004090716236882381,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5668.1254 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040896217972214005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":412,"weight":0.00004089076762288227,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8726.1883 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004088143130801795,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9723.1380 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004087700781162684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5563.1597 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040870338826102524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3601.1594 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004086581156900191,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2434.1223 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004086212190458139,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1 Ddg/18.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.00004085801646406562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9545.1771 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040846208267329125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":623,"viewportWidth":320,"weight":0.00004084326057945559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.85,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":411,"weight":0.000040832408337501586,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4630.1267 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004081549295967692,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00004080682815296565,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000407994968928075,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004079138973166035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3758.1436 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004077103130945687,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000040738790227795535,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004072843013095139,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00004072573347226128,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8743.1850 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040717753187655884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.3,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":806,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00004070086914105816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00004069710038181752,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":1469,"weight":0.00004065694839156843,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4713.1643 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040647365278453215,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3470.1531 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004064689402497194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":727,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":338,"weight":0.00004063683439176662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00004057736342039819,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.000040563002917779893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6175.1055 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004056159449883083,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.00004056005891545171,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2149.1807 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004055546989641314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5470.1960 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040539565134627584,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux aarch64","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 13) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.7049.111 Mobile DuckDuckGo/5 Safari/537.36","vendor":"Google Inc.","viewportHeight":838,"viewportWidth":411,"weight":0.0000405392300447852,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":1440,"weight":0.00004053017268535412,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4477.1249 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004052985693635419,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6807.1930 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000405248304149124,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2599.1545 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004052370141664017,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2962.1147 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040516854582947826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00004051313596796168,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2832.1176 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004051292124061539,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7478.1411 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004050734984387468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00004049958388163283,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2734.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040462793796384655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1040,"screenWidth":1036,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1040,"viewportWidth":1036,"weight":0.00004045782245587656,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004044738276827188,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004044603183333864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":754,"viewportWidth":1440,"weight":0.000040437477576843136,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6609.1846 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004042918757296013,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000040421453804537044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":250},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00004042083907540676,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2428.1745 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004040756476012013,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6505.1070 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004039819938566162,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5361.1311 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004037655500350647,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00004037489692116209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4910.1725 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004037321284679086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5683.1101 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004035217077675936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5920.1490 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004034809179411946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000040313127377620196,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2160.1546 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004031247037229541,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":985,"screenWidth":1256,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":985,"viewportWidth":1256,"weight":0.00004030689478657433,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1995.1800 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004030096328487404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4514.1474 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040297285754457074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.65,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":647,"viewportWidth":1366,"weight":0.000040284541199450613,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6805.1687 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000402677213723926,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":548,"viewportWidth":375,"weight":0.00004025521725269177,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.00004024902125416843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1708.1095 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004023204826333163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9723.1529 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004021079496531058,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004020328499295263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6795.1450 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000401981208952906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1294.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040190841977186865,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00004018225201352163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1231.1432 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040175412806482554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.7551.1569 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040169896797100035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5127.1772 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040157102780444896,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00004014520855252545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6938.1312 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004013877765203758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9355.1192 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004013152376174985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2073.1862 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040125200996342345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6354.1679 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040124913266675626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1173.1238 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004010395908274615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6742.1005 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000401015665623012,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3545.1514 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040086186406917925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9700.1616 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000040085537982501856,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004008162987620019,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.000040081239785507955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5182.1906 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004005343101209077,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":772,"viewportWidth":1512,"weight":0.000040047723394446034,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9821.1661 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004003989680393559,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6930.1504 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004003325778953082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5879.1678 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000400320430384239,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6025.1727 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004002889957880196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2177.1698 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00004002269420066208,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.85,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00004002002162285649,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000039980638378291764,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.05,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003995873331548081,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5572.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003994873388001744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1102.1018 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000399458334424976,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6066.1761 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003993232277867555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7329.1848 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003992012919015554,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":736,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":617,"viewportWidth":414,"weight":0.00003991834393100646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003990474871455351,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6505.1060 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003990413887598315,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003989975124355082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3746.1530 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039897032309496544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.95,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000039896272410610046,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1268.1345 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003989592909171354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9661.1755 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039890967595690406,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/132.0.6834.78 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00003988765357889771,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5477.1912 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000398867846068018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":927,"screenWidth":1900,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":927,"viewportWidth":1900,"weight":0.00003988345342252826,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00003986893738503813,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9694.1570 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003983866053077732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9218.1813 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003983650895040968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.85,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":740,"viewportWidth":1592,"weight":0.000039830620101410104,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003983013988705339,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7295.1446 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039826154666505705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1049.1700 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003981636762812509,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3077.1611 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003980503378622141,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3995.1429 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039803074727306914,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3028.1815 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039800485633921726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8617.1292 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039789154520918225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1271.1034 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000397808478873832,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003977459275610697,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000039773318880414736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2061.1053 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003976550794247459,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003975579040057284,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00003974452826247394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2420.1362 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003974261126092608,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4637.1813 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003974208312607683,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7247.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000397317845273899,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8811.1748 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003970578954958685,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6644.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039702645960707274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5815.1698 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003969946806876662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7313.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039694779773776714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9330.1530 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003967707768349646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6129.1882 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003967583039959851,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1313,"viewportWidth":2560,"weight":0.0000396659260193374,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4565.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039664341525486384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3186.1853 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000396623839363429,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2397.1355 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003965553533068758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6969.1098 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039644614654100155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7828.1216 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039632388207606295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000039624216793092584,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4549.1520 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003961079186894241,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":984,"screenWidth":1038,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":984,"viewportWidth":1038,"weight":0.000039596872902227346,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000395871053878677,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.75,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":0,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":523,"viewportWidth":1244,"weight":0.000039554069312977275,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8243.1184 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003954012378509107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2892.1072 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039538896487764815,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003953735347563645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":549,"viewportWidth":360,"weight":0.00003953567079752633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7391.1495 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000395354755409396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3389.1982 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003953546309256304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3339.1515 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003951788833975783,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003951702766353247,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":856,"screenWidth":1055,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":856,"viewportWidth":1055,"weight":0.00003949596143175338,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1079,"screenWidth":486,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":937,"viewportWidth":485,"weight":0.00003948993026683602,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/365.1.750410080 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.0000394423984268867,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.00003943831636244285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1376.1456 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003943611651237632,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":842,"viewportWidth":440,"weight":0.00003942390034021464,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":867,"viewportWidth":448,"weight":0.00003941867072878692,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003939411717905291,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000039385438815915946,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":605,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":605,"viewportWidth":360,"weight":0.00003937248768748574,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00003936269293296674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9487.1724 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003933677699269856,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003930708965536991,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5097.1532 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003930527846233165,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":861,"viewportWidth":1565,"weight":0.00003930295229417237,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3047.1098 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039301950761766044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000039300953256800156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003928462690453973,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2209.1743 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003928427306779139,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6463.1878 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039280373368939854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1027.1241 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003927364815555578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8034.1979 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003927033022706201,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2633.1195 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039258841230186865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2594.1834 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003924082057664811,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8442.1592 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003923828309997443,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":790,"viewportWidth":1536,"weight":0.000039186990833260614,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":741,"viewportWidth":393,"weight":0.00003918229807218916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1272.1202 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003917246436306687,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7757.1201 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003913951133192752,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000039137324467773804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4452.1515 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039136324693675266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4569.1711 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039134200717889915,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8129.1405 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003911175418088233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2194.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003909119841436446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3967.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003908308581828167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4719.1093 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003905622573963703,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6276.1888 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000039049553494508695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4854.1119 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003903933211668405,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00003903651610456157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1593.1426 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003903385409242358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003902792564239877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2141.1220 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000390184088871372,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000038992413315877965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5666.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003897893094187646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3788.1163 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003897859908385664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5795.1144 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038972868052354544,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003897042558895389,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003893495494802723,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6875.1788 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003893257790987977,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.1,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 OPR/118.0.0.0","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1278,"weight":0.000038912729114955785,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":562,"viewportWidth":320,"weight":0.000038909574471261986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8612.1329 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003890283179179214,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1080.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003888484072487812,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":393,"weight":0.00003888025185355049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00003887464095457056,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":927,"screenWidth":1759,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":927,"viewportWidth":1759,"weight":0.000038868739500835866,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6970.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000388683217282911,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000038858249948348504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5033.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003885295946288928,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003884523590276254,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/137.2 Mobile/15E148 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.000038838779108268816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5207.1925 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000388198680330915,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00003881642355973179,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.00003878739319851375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9408.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003878328415707258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003877940756848596,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":948,"screenWidth":1829,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":948,"viewportWidth":1829,"weight":0.0000387663376439165,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":844,"viewportWidth":390,"weight":0.00003876033717276605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1042,"screenWidth":1039,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1042,"viewportWidth":1039,"weight":0.000038750990407767354,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3891.1772 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003874429499694539,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6143.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003873735017522321,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":411,"weight":0.00003873556790038248,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000038735061628899454,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7966.1260 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038735006632860135,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003872954930014353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7752.1621 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003870974923540448,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":545,"viewportWidth":375,"weight":0.00003870376824167043,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4002.1735 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003867545774714148,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4204.1858 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038667629992634836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6818.1861 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003865587906087605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1781.1383 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038649022708854005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.2,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.5481.100 Safari/537.36","vendor":"Google Inc.","viewportHeight":600,"viewportWidth":800,"weight":0.00003864783030989253,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1884.1293 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003863754731309131,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9807.1572 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003862676998277228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9830.1961 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038589935543926385,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00003858342414783965,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4803.1165 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038557640009758674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1512,"weight":0.00003855255885403463,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2207.1110 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038552351070637045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5752.1725 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003854815478650949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1402.1195 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003854808762171856,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1115.1399 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003853042798177172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000038521497736483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7478.1058 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003851157792502525,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6862.1987 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003850703290031933,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003850144351948422,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000038484072789057916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5104.1907 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003845664297514361,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3493.1553 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003843142955225742,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000384263925048489,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000384136184197342,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7812.1423 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003839799149967875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000038392086464227814,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":320,"weight":0.000038390677420556434,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5060.1422 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038377252394880666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8474.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038373658302195416,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6035.1718 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003835696324456235,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1220.1607 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038356500562830033,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003834236075122999,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2191.1638 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003834201471100317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5324.1838 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003832669688607656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8326.1710 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038325514140137694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8534.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003831669365465192,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":705,"viewportWidth":360,"weight":0.000038313344738335145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.00003829989359978569,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":948,"viewportWidth":1912,"weight":0.00003829887076769326,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9482.1595 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003829792767721637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3565.1211 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003829305165554266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4885.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003827384151309037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.00003826075159121888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.000038250672594651,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6590.1820 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003824790921185523,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1079,"screenWidth":1713,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1079,"viewportWidth":1713,"weight":0.000038244147360048285,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003823160871537848,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":430,"weight":0.00003822162330940348,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":884,"viewportWidth":520,"weight":0.00003820848922335128,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6098.1924 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003819944191800004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7298.1337 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003819234625614387,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000038175514923668056,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8115.1758 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003817006514259699,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5454.1179 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003816485491302793,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003815741356618613,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003815606503749589,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1487.1797 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003815331143782463,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4411.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038141904042436485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.9,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003814190348351173,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5646.1474 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003813813044343665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6783.1087 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003811496785152399,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2062.1733 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038113564198541455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1379.1383 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038098529640902154,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.00003809329342964949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1473.1670 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003807556815809492,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3750.1748 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038073916894365553,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":428,"weight":0.000038058906140589206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1313.1543 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003805649630359729,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6115.1143 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038051845393807325,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.25,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003804409901126479,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3379.1209 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003804267471348267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003804233508089642,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000038035746360515123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6067.1362 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003803307938082432,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6703.1371 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000038006969519565394,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":430,"weight":0.000038004608792318536,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000037979691383877677,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3110.1285 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037978959532715546,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":920,"viewportWidth":1652,"weight":0.00003797607331299377,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8150.1921 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003797319057027274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"downlinkMax":100,"effectiveType":"3g","rtt":250,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":411,"weight":0.00003796050419275042,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.00003795355335483312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000037949098052870706,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3302.1631 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003791505692788675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2054.1492 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003791402324164019,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9958.1684 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003790806261847231,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003788961651369379,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8570.1111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037887349243249085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6850.1136 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037886567877417985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3379.1112 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003788178551924629,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5052.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037866026466105776,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003786156934782252,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7687.1226 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003784902399502453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3983.1901 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003784123457080479,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5209.1464 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003784110413448096,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2560.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037836074781095224,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003783369990247397,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":599,"viewportWidth":1366,"weight":0.0000378167030323564,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6688.1786 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003779189831277732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1495.1546 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037784065265597305,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5682.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003778295718071239,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7295.1778 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003777810787178695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4989.1444 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037766986534406627,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003776631773785797,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3584.1534 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037762564259018716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1087.1703 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037760258727774344,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00003775109371196622,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000377432761109105,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3647.1993 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003773794426083272,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.0000377235154699318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":428,"weight":0.00003772035502460513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5532.1975 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037713520015689814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5688.1505 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003770251871794954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5287.1884 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003770147496185674,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.0000376996497814544,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4046.1300 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037689673519969164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6459.1769 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037679807026836074,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003762721929445178,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2190.1349 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037610640070236526,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4894.1828 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003759193913844004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6747.1158 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003758936064604406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":697,"viewportWidth":384,"weight":0.00003757950174184201,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/360.1.737798518 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.000037578831193814655,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003757053837963307,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.0000375698416277345,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":393,"weight":0.0000375675514450949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7904.1187 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003756343538016009,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5522.1584 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037561223090776614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000375556384472162,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003753202185800224,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000037519890856137534,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000037505207782593304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":559,"viewportWidth":1272,"weight":0.000037502946134429505,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":991,"viewportWidth":1920,"weight":0.00003747754980251018,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5108.1718 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037476913451017285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":909,"screenWidth":1386,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":909,"viewportWidth":1386,"weight":0.00003745622437458955,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7648.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037453703888544194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1320.1817 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037449888491038446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.5,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":663,"viewportWidth":338,"weight":0.00003744373111970734,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003743898431314494,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9615.1698 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003741209168043463,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00003741193246130295,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.00003740812738948936,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1190.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003740622200251829,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":392,"weight":0.000037401707697319885,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6448.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037386821040503106,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2561.1765 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037372633237384174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":625,"viewportWidth":375,"weight":0.00003735430536271762,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":663,"viewportWidth":1306,"weight":0.00003735138423485312,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6919.1284 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003733032089860656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2933.1973 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003732698167963239,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000373212693850209,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3916.1616 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003732076689778654,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003731394020490117,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9104.1717 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003730625813307597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4719.1407 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003729919894927463,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7943.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003729528298629062,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3380.1460 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037281733052529476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8923.1429 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003727828466699334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.00003725302076526034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3743.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003724979542422891,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003724521976106052,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.000037238219344962066,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1835.1272 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003723808196921392,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4038.1924 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003722393140712224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5029.1098 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003717890879498534,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.0000371684746988643,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1032,"screenWidth":1842,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1032,"viewportWidth":1842,"weight":0.00003716456465951688,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8943.1297 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037155928814525704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1891.1762 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037151690302228835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":840,"screenWidth":1425,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":840,"viewportWidth":1425,"weight":0.00003714774853805957,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8928.1131 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037137861449521546,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9446.1820 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003712745961615224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00003712288574470821,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.0000371223413379398,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9527.1973 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003711447998314146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5369.1280 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003710499422019625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6176.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003710012864164529,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5047.1574 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003709632107834198,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7453.1492 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037084349851254506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3886.1165 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003708013011314278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4019.1863 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000037077641147791404,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003707134014720509,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3317.1302 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000370513931173429,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000037048876661836916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2748.1013 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003704400131871101,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3963.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000370153621024682,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2295.1464 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003700772075274368,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9269.1170 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003700485884499843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4974.1623 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003699270750662828,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":708,"viewportWidth":1355,"weight":0.00003698879308699167,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4166.1445 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003698418655295954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000036969338632595724,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00003696832445488486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":880,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":744,"viewportWidth":360,"weight":0.00003696165590810855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.00003694438192417646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4678.1972 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036944348932515617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6105.1255 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000369276782315746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.000036925521052597556,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3773.1341 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003690557176787817,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000036857184732934295,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":679,"viewportWidth":390,"weight":0.000036846406469423494,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003684018498304028,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8704.1904 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003683561495208858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1446.1988 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036830255349587345,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1995.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003681639483012474,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6582.1744 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003676543713527891,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4867.1225 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003675598065073383,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00003674774532811651,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00003674566918857102,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":919,"viewportWidth":1920,"weight":0.00003673130333321768,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4268.1902 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003673060964741678,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":764,"viewportWidth":1112,"weight":0.00003671951070460421,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4024.1763 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003671025824024792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3266.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003669718826221093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4024.1331 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036668156324472534,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3045.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003665850477565792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":859,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":385,"weight":0.00003664634979645284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":936,"screenWidth":1298,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":936,"viewportWidth":1298,"weight":0.00003664233224593328,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1033,"screenWidth":1117,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1033,"viewportWidth":1117,"weight":0.00003663327675506474,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1271.1964 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003662018668766008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1492.1060 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003661015507039834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1301.1590 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003660509834318584,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6901.1668 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003660009338493381,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7860.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036593916417622045,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":968,"screenWidth":1243,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":968,"viewportWidth":1243,"weight":0.000036590550717969756,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8196.1351 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036580295633599915,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":733,"viewportWidth":428,"weight":0.0000365777551803831,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003657145895424515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7003.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036543652295582646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.00003654021385813038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2704.1484 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036529100927956106,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3347.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003650966886987945,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003650753049242049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.65,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":674,"viewportWidth":1272,"weight":0.000036501628560396794,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7682.1057 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003650096414180434,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.000036473406906453235,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9767.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003645883935154235,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00003644833091705017,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7671.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036425933648786624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9423.1369 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003640566414804539,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.0000363972746455213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.0000363894800213603,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4582.1759 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003638392341884056,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Safari Line/15.5.2","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000036364052671726694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3697.1015 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003636374341649814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8852.1964 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003634211556314714,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1962.1812 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003632974446936616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6126.1878 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036318360345795236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8364.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003631086341298013,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2096.1233 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036303732552311476,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8404.1430 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003629279795226289,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6941.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036291046477775007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9146.1904 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003626919029782896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8998.1834 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003624345641557893,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2221.1203 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003624001128464259,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000362102510496197,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4507.1371 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003620451232337384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7888.1102 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036197378711670604,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9878.1177 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000361901513883755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6179.1267 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003618928319687843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3844.1544 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003616774309620742,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":430,"weight":0.00003616607150009356,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4641.1275 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036157240115449164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":625,"viewportWidth":1366,"weight":0.00003612899317746592,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3308.1356 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003611951541264291,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3656.1830 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003610807862212369,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7969.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036097645333650873,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":960,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":813,"viewportWidth":432,"weight":0.0000360804913522256,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003607979220264334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4324.1933 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003607798936971088,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000036074327033538597,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000036065714451579726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5326.1738 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036056506800117655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3661.1202 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003604470162635873,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1511.1140 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000360386400931484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3895.1085 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036029190375437206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8566.1072 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000036028908161857397,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8598.1234 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003602628831981311,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5644.1870 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003601195666086113,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4299.1846 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003600767088823212,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":3414,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1197,"viewportWidth":1394,"weight":0.00003598376838305357,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9410.1357 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003597770771045063,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 YaBrowser/25.2.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1040,"viewportWidth":1920,"weight":0.00003597590135511714,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8209.1771 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003597478155161494,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7993.1738 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035954833383816304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1287.1886 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003594444649072628,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000035943649080190805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3707.1100 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003594292234986203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2841.1918 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003593558853017002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.00003592944076652585,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":984,"screenWidth":1668,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":984,"viewportWidth":1668,"weight":0.000035929045402302816,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":564,"viewportWidth":320,"weight":0.00003592437714554938,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00003592314122782524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003591324258523289,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.0000359131473188411,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2872.1405 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000359111934941307,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003590683181273172,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8798.1114 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003589507035176479,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1442.1306 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035890244167303784,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003588245301780604,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3537.1679 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035881111317657794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2350.1647 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003587628538982876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5848.1801 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003584716897337907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9955.1641 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035846162060289405,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000035826220483791197,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003582360619462351,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00003578682486941732,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003577737160736167,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":440,"weight":0.000035760859617402545,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2289.1799 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035715563811538776,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003571238737678891,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9631.1186 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035701236342686716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1941.1519 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003569992923453843,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5648.1258 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035685434829835165,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":412,"weight":0.00003566434146494257,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4713.1415 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035659787238577365,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1373.1508 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035653786068066317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000035632179795733986,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2434.1799 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003563065934531048,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.00003562641849065645,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":750,"viewportWidth":440,"weight":0.00003562483256515999,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000035609809073223285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2732.1476 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035607765651550786,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7810.1101 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003560486958051953,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000355976738053792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5150.1019 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003558692121102111,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8409.1652 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003558083281733417,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7857.1214 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003556798614095794,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":430,"weight":0.00003556030937935671,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003555753259694326,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7449.1493 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035547687378619204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7569.1840 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003553914340127974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9802.1406 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003553288176228861,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3508.1726 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000355276399285884,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00003552446974521954,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":803,"screenWidth":1239,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":803,"viewportWidth":1239,"weight":0.00003551990334207335,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7237.1893 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003551869568413095,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00003550730401006168,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003549874101352681,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1691.1128 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003549127519715722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3302.1758 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003547584431882519,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4398.1894 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000354740686848975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00003547393654645913,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000035468162695065075,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7159.1489 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003546123591488439,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1372.1724 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003545809050080751,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7464.1215 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003544909826333333,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003544643543344533,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.00003543597452097171,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9848.1269 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003541356505156503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6206.1213 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035413544741304814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9377.1740 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035402296767832535,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":697,"viewportWidth":414,"weight":0.0000354006925564327,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1433,"weight":0.0000353979513871129,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000035384559990163336,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003538325875232824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3965.1093 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035377402198818884,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8592.1967 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003537724530673295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":718,"viewportWidth":384,"weight":0.00003537358076441587,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1376,"screenWidth":1032,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":922,"viewportWidth":1376,"weight":0.00003536595692109051,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8634.1217 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035346249251499184,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.00003532764637611194,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":393,"weight":0.00003532544938759513,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003532466811357211,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000035319430201130685,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4.1 Mobile/15E148 Safari/605.1.15 BingSapphire/31.5.430429001","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":414,"weight":0.000035318560587010226,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003531675748411268,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000035308567929280604,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7874.1217 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003528638657166223,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4435.1496 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000352703751466637,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00003524176370095927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":963,"viewportWidth":1920,"weight":0.00003522476033741472,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":807,"screenWidth":1113,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":807,"viewportWidth":1113,"weight":0.00003521326100159804,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5831.1223 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003518937816882556,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.00003518710082346844,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2677.1425 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003516971911392791,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003516514533363082,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3051.1986 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003515845273978115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000035156519647884124,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003514640255643483,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00003513979725964771,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9694.1702 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035134232738469745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":755,"viewportWidth":411,"weight":0.00003512563201554375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1280.1676 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035115296977616495,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":728,"viewportWidth":384,"weight":0.00003509690021894769,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2066.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035093120547847276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1378.1319 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035077727217796686,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6024.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000035062256160330826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00003505585031456873,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.000035048310035453664,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000035038363920574854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":800,"screenWidth":1795,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":800,"viewportWidth":1795,"weight":0.000035037900814306696,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.5155.1752 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003502579567248894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6371.1312 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003502380753609662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5094.1609 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003500464124427435,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":665,"viewportWidth":360,"weight":0.00003499729723374567,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1114.1316 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034983747290891453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6682.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003497011169965923,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux x86_64","pluginsLength":0,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":1344,"weight":0.00003493579606198296,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7801.1743 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003492506410657816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2979.1944 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034922455051077225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.95,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003490820434632371,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4359.1832 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003490637028385415,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7155.1033 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003488742678317136,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000034860702249725827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.85,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1000,"screenWidth":1500,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":874,"viewportWidth":1492,"weight":0.00003485900225398197,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1437.1091 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034855890537969163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6664.1085 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003485055500666808,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00003484343054027691,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003483563109868942,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.0000348309187253268,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.000034814638666655595,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003481078732771118,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8270.1659 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034808499623947936,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000034800266135063354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3580.1292 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003480011866709417,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2828.1343 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034793551232128753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.65,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":701,"viewportWidth":384,"weight":0.00003479330784650087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9140.1725 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003478397467573925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9218.1597 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034783596337898206,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2605.1529 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003477930586242013,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":390,"weight":0.000034776041187393435,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":679,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":679,"viewportWidth":384,"weight":0.000034766487333562284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6158.1102 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034764710124360845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1659.1781 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034759035935411524,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9233.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003474059434224826,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000347332172340738,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3450.1717 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034713075957060734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1526.1985 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003471280895296446,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000034711486635922335,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000034700724077444836,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000034699703663643786,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":936,"screenWidth":1309,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":936,"viewportWidth":1309,"weight":0.000034686954841360906,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4293.1811 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003466973452972384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7298.1854 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003466693078481663,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1076,"screenWidth":1398,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1076,"viewportWidth":1398,"weight":0.0000346641396273703,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9490.1472 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034655619650071095,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1008,"screenWidth":1208,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1008,"viewportWidth":1208,"weight":0.00003462092767282765,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.0000346065076222672,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":752,"viewportWidth":440,"weight":0.00003459955174144455,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000034594368593542665,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.000034593007579239833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.0000345856099918833,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003458253038172916,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003456722059338309,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2857.1571 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003455206974518408,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8385.1381 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003455041850406142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3396.1242 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034549129869537234,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9396.1620 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003454277630394123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5888.1822 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034530093794264466,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003450056274163066,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3911.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003447129201381893,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.00003445930654829174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6018.1593 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003445652666273372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1517.1500 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000344505255138323,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00003442032987771512,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3876.1871 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003440531701868261,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":777,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":777,"viewportWidth":1366,"weight":0.0000343938000850378,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2102.1507 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034380124027005794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3952.1983 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003437431124679261,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7873.1411 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034366869253120366,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.000034366753334450453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2283.1753 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003436147736010557,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":951,"viewportWidth":1920,"weight":0.00003436055713350588,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000034359373570023806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.8,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003435590958964793,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6275.1390 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003434820417417934,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1146.1562 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003433331280069439,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2502.1039 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003432744468795208,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5846.1765 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003432085402942206,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.00003431588081129475,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8730.1091 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003431043100074447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4376.1396 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003430081826066046,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8855.1295 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034297607996047904,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7584.1856 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003428329976064052,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1539.1273 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034247738993642226,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":832,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":719,"viewportWidth":1280,"weight":0.00003424625696902672,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3835.1073 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034238949960509445,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8173.1024 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003423724018533525,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.000034224512690748555,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9735.1342 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000342236791493428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6731.1295 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003421487936084217,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000034184552273361344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2158.1238 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003416716794866614,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":600,"viewportWidth":360,"weight":0.000034143245702143115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1002,"screenWidth":1361,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1002,"viewportWidth":1361,"weight":0.000034143060264750535,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003413045396518413,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":698,"viewportWidth":1024,"weight":0.00003412693443836459,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":2.6,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":666,"viewportWidth":360,"weight":0.0000341038472922191,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6774.1693 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034079981426070997,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":993,"screenWidth":1521,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":993,"viewportWidth":1521,"weight":0.00003405713009421176,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4757.1257 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003404623890744759,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003403690055778191,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9849.1957 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034011965570625785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8506.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000034005397412323357,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":740,"viewportWidth":1080,"weight":0.000033997412518777994,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6083.1104 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003396054735033119,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2676.1395 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033948118340058944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4656.1727 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000339462877801718,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.0000339368359513878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4810.1761 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003392840268880141,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":393,"weight":0.000033924727344391295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2638.1440 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003387835155103858,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003387561588046807,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00003387090657611305,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":852,"screenWidth":1069,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":852,"viewportWidth":1069,"weight":0.000033857546463732525,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000033849508711664035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2135.1635 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003383366984665164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9344.1621 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003382545527621486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4948.1491 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003382126426593185,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.00003381433689545699,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5470.1703 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003381412667331963,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5680.1023 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003380360628850955,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00003379791535744633,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5226.1477 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033781197975102065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1642.1362 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003377689165060578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7565.1929 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033766388815393065,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000033764666075288746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2730.1130 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003375628520904357,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003374558072908308,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1512,"weight":0.00003374486036486054,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":887,"screenWidth":1495,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":887,"viewportWidth":1495,"weight":0.00003374423405812218,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003373961070059352,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000033736031588307847,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1216.1067 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003372893798534821,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":643,"viewportWidth":375,"weight":0.00003372823991666101,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":645,"viewportWidth":360,"weight":0.00003372656802097878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.1,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":411,"weight":0.0000337243208583566,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.000033717903817361626,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":656,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":656,"viewportWidth":384,"weight":0.00003371521974559317,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.00003371465965392662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000033714344955394045,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.0000337062104625925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6143.1327 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033680764157521334,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/365.1.750410080 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000033671000103913436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00003366691643478405,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":953,"viewportWidth":1920,"weight":0.00003365425277085,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9078.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033631888582353406,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1026,"viewportWidth":2048,"weight":0.00003363138905052761,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7868.1611 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003362158324251707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3870.1080 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003361792185990636,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3553.1952 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033615962095293545,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":402,"weight":0.00003360403069475662,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":430,"weight":0.00003360217081367457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5116.1365 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033582105325470755,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5015.1637 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033564807664840063,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003356437754929992,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7089.1112 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033558188011962084,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":652,"viewportWidth":393,"weight":0.00003354925852697041,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4028.1932 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033540780390702615,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9688.1873 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003352947524730669,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3936.1655 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033520212981470883,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4404.1811 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003350095656787084,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003347852339708762,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9347.1775 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003347309045596671,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3040.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003347057863793163,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7255.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003346593853763756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4650.1111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033450436041772344,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":654,"viewportWidth":393,"weight":0.00003344888636086955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1759.1176 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033445720203126394,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003344342853986637,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6416.1414 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003344097902112353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4758.1770 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003343999605001868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00003342564577480461,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00003341667743341453,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5733.1569 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000334148447836799,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9782.1520 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003340852112604387,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000033403909321132625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1656.1398 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003338746068048766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7081.1993 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003335394547691607,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":644,"viewportWidth":390,"weight":0.00003334868829482178,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8431.1962 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003333174087238233,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003332788682060649,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.000033327845740892807,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.000033327053249154924,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":340,"viewportWidth":750,"weight":0.000033325950488761384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5245.1341 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003331981892819763,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Linux armv81","pluginsLength":2,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":756,"viewportWidth":426,"weight":0.000033319345594549225,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00003331901067412487,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1014,"screenWidth":1204,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1014,"viewportWidth":1204,"weight":0.00003326534917109034,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8056.1944 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003325967189322177,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":874,"screenWidth":1085,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":874,"viewportWidth":1085,"weight":0.00003325788517336309,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8738.1168 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003325376543214882,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000033248524050410994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000033242123350172705,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000332399871467197,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1115.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003323510414431283,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":653,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":653,"viewportWidth":384,"weight":0.000033231444015523073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5182.1902 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033228105683415565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9779.1089 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003322613501121428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6934.1593 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003321756925878599,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1419.1901 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003321462674185661,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5672.1744 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033207992617220694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":801,"screenWidth":1813,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":801,"viewportWidth":1813,"weight":0.00003320064031877871,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3486.1283 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003319776882464593,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003319042028201067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6759.1506 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003318901213869717,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7239.1814 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033188370199633076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9303.1664 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033185840339179164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6905.1436 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003317875417191184,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000033171941632430434,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1194,"weight":0.00003315982679830453,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7297.1607 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003315672895412941,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2163.1484 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003315357172051389,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.6078.1453 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003314189303605972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3134.1258 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003313668183364415,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003313559287321149,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003313492384428601,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":1015,"weight":0.00003313163783630882,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000033127433839274506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3120.1569 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033122178560498546,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2509.1174 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003311329629304805,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000033103917148762465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8960.1842 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033099756551890406,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00003309610734034441,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5886.1691 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003305324919253687,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5252.1749 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003305060897228896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":683,"viewportWidth":1440,"weight":0.00003304886214240059,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7353.1518 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033044406423941286,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000033023504776069046,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000033022297840037853,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.65,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000033020844489889936,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5830.1949 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000033015074350985575,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9871.1031 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003301157490359606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3396.1833 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003299989792752312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2283.1450 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032994182418731185,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":428,"weight":0.00003296418836280088,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2299.1371 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032959990743078175,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003295806079975236,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9026.1296 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032937543900949324,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003291542927300965,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":693,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":513,"viewportWidth":320,"weight":0.00003291465621074464,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7558.1428 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003290608239108461,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2146.1378 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003290164958372807,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000032869442102924744,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000032868817715102896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6725.1749 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032834477616540235,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.000032826500089912244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8383.1618 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032821356498616824,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00003281492129478907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5850.1701 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003280876487724235,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.7658.1707 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032804869612902514,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6100.1662 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000328000171776085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1158,"weight":0.00003279988426237218,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9991.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032787248582161585,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8066.1038 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032757904310611594,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003275142060990833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5992.1462 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003274534971533731,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":360,"weight":0.000032741137956311634,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6371.1365 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032730332956310336,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0","vendor":"","viewportHeight":1279,"viewportWidth":2560,"weight":0.00003271687869160264,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4348.1051 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000327065451104753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003270555263362198,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9397.1075 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032698122438385864,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2812.1015 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003269808613283189,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":721,"viewportWidth":430,"weight":0.00003267748177865331,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003266681007131573,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.25,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":1600,"weight":0.00003266595559476005,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":742,"viewportWidth":1536,"weight":0.00003266486252836507,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4838.1475 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032651878624936393,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2037.1576 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003264797076645308,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6238.1253 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032646211482749375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9402.1785 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003262073148373138,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6139.1660 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003261616907777521,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3588.1960 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032591325218755036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.05,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00003258240096925607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6963.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032562345932683104,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.7931.1085 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003255594340941049,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5468.1879 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003254439911837896,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1256,"viewportWidth":1024,"weight":0.00003253259143256452,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1277.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032531374648859087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8105.1219 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032516462329856194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":776,"screenWidth":1531,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":776,"viewportWidth":1531,"weight":0.0000324920267814405,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4199.1765 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003242457669418727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8611.1470 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003241735866084628,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000032399906561242483,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8744.1398 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003239860913614993,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5657.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003236355660622418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5977.1149 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003235956146896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7691.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032310936832084856,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2659.1387 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003230814437832379,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4012.1701 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003229797670752694,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000032296285729316086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2396.1834 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003228836772488891,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003228462814489107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7927.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003227268247467896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4403.1315 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003226744875554498,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3248.1174 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032260600349262734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6321.1841 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003223296285871162,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4710.1891 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032230369573374557,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7711.1472 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032221125888501055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.15,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":833,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":384,"weight":0.00003220228161715734,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1732.1132 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003219470782190237,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00003217984255492153,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1019.1172 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032153551424387484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7473.1949 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003215345471523937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6942.1444 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003214441018524031,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9567.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000321184289468733,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":385,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":726,"viewportWidth":384,"weight":0.000032110141008919706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":633,"viewportWidth":1366,"weight":0.00003209524940950084,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003209457725639842,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8321.1759 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000032085961096694954,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":728,"viewportWidth":428,"weight":0.00003208072210012436,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.00003207092397591608,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5296.1683 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003206900750178788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":730,"viewportWidth":1536,"weight":0.000032063984869653836,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9201.1138 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003203971181743365,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00003203847756217722,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8988.1359 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003203502497272486,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00003200564942175888,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":390,"weight":0.0000320010298251365,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003197456596053248,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4421.1269 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031961552807251514,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00003194705646152486,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5156.1526 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003192449832635618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003192144282523062,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":788,"viewportWidth":411,"weight":0.00003191147354570541,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1159.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003189674233819078,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003188975674050389,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000031876894780070185,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":925,"viewportWidth":1920,"weight":0.000031876820869464115,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3598.1164 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031876091158652225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.8366.1206 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000318740911365503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1661.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003187203184584866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4686.1528 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003184646175286858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1513.1241 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003184208989968698,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7911.1498 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003184139659288632,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5269.1086 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031825019462488805,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00003180952405757792,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4744.1563 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003180483421583757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5121.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003179369901933535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3469.1733 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003178941462470623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5520.1280 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031788131694613535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":954,"viewportWidth":1912,"weight":0.00003177365031250665,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003177362005341295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8466.1888 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000317725743064284,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5009.1714 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003177216029979614,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000031771775726909565,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000031746198597469765,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8672.1860 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031744475435672805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8505.1699 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031742755457083306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8143.1694 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031718111293677375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2731.1495 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003170891140514194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.9853.1053 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003168803567534448,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.95,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":875,"viewportWidth":448,"weight":0.00003168476609667802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3919.1603 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000316743209751408,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4583.1144 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031670728151515605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2664.1174 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031666480208566716,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6953.1024 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000316653534551982,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8013.1321 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003166024538688995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1747.1534 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003165846513463179,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8834.1831 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031657291868760984,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4816.1793 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003164024708107498,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2220.1982 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003163402498824391,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7622.1231 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031625869931670614,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":679,"viewportWidth":393,"weight":0.00003162461344047362,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00003160147785670393,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":768,"screenWidth":346,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36 OPR/89.0.0.0","vendor":"Google Inc.","viewportHeight":700,"viewportWidth":345,"weight":0.00003158701589862817,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003155007729259409,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9188.1667 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031548666046682525,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":646,"viewportWidth":390,"weight":0.0000315430149513215,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1761.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031539239972202676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6717.1856 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031537682669637494,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1785.1252 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003152365638787297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6289.1394 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031518867116544704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1656.1084 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031507783646681334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5241.1867 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031500417686243245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4879.1173 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031492404424367086,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4197.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031483401484190074,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000031472329432444465,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00003145706558108804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6318.1214 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003145259296936024,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000031452359387006066,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6244.1630 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031446965008710145,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.8962.1641 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003144560484861516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000314431769731089,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1536.1889 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031431538932953384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4909.1266 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003142793649573796,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9243.1585 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003142129342034389,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":861,"screenWidth":388,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":719,"viewportWidth":387,"weight":0.0000314180966607491,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":745,"viewportWidth":344,"weight":0.000031410634091953924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8363.1808 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031408741422365724,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2412.1798 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003140478381417112,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6235.1341 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031390370293285674,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":879,"viewportWidth":428,"weight":0.00003138945175929938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9305.1206 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003138031860954157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.9,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003137369913419816,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003137134004844942,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4858.1345 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003136235018348695,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":738,"viewportWidth":1528,"weight":0.00003135652270732212,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2871.1809 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003133787871724144,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":718,"viewportWidth":414,"weight":0.00003132402982597827,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003132000859984391,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":632,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":632,"viewportWidth":360,"weight":0.00003131968209361832,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3625.1886 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000313173052271169,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9482.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003128447435794812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7539.1735 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031277644009843784,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1 Ddg/18.4","vendor":"Apple Computer, Inc.","viewportHeight":546,"viewportWidth":375,"weight":0.00003124874163358154,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.000031244477543818224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2724.1573 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000312424140757438,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8326.1564 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031238929612521836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003123256874392193,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003122143182270118,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 15; H0ih26yXqG; U; en) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.6943.137 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":842,"viewportWidth":412,"weight":0.000031211218663940744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3124.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000312070541949833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9184.1954 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031202379896358184,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9705.1279 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003117710208878737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1600,"weight":0.00003115301712536177,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8311.1091 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003112144706853937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9543.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031116921791853905,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4515.1237 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031093881194953766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3288.1569 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003107437803591348,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2495.1885 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000031068658101179205,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000031062009291237994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9352.1348 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003105666852129219,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4338.1252 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003105034463517523,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3461.1261 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003104581114131311,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000031028634104393154,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":998,"screenWidth":448,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":827,"viewportWidth":448,"weight":0.000031013104876869704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5679.1584 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003101176328458809,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":587,"screenWidth":1205,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":587,"viewportWidth":1205,"weight":0.00003101138320612513,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003099878101350949,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9149.1712 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003099368017421911,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3303.1487 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003097241422436423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":250,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":846,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":765,"viewportWidth":411,"weight":0.00003097163557663361,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003097080495851798,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8026.1579 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003097006667217658,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00003096465524735224,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00003096014624961537,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3437.1285 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003095558290896653,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.00003095035704317898,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":716,"viewportWidth":414,"weight":0.000030949536619236485,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1536,"weight":0.00003094834640716234,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4058.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003092807355692158,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.00003092665909761592,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.95,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.00003092135771935392,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":832,"viewportWidth":1470,"weight":0.00003091531804384799,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8231.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030885832474429465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9425.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030874481145661924,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6046.1502 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003087089222410642,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":995,"screenWidth":1775,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":995,"viewportWidth":1775,"weight":0.00003086800667787412,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3850.1207 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003085558044007562,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":641,"viewportWidth":1366,"weight":0.0000308513028246838,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3193.1359 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003083535759584703,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3994.1035 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030829456801166526,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00003081689150964136,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":758,"viewportWidth":440,"weight":0.000030813070311113605,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6265.1908 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003079008864366652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3485.1724 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003078718919225252,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7384.1268 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003077780277193493,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3325.1375 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030776994607435316,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.7058.1941 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003076766231487134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8664.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003076263254665749,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9313.1127 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003075282258507169,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.42 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.00003074905870983919,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1046.1205 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003074779365534839,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.00003073836034447251,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5107.1640 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003073560754031906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6448.1430 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003072964231963875,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7309.1531 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030728728171798535,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.4266.1756 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030714236744794265,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.7382.1427 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003070492181772788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1502.1554 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003069165676650855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2013.1539 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003068738728376691,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00003066611123771978,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6889.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000306538812931803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.55,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003061647758436235,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003059500087744262,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000030592696386887156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":620,"viewportWidth":375,"weight":0.000030591740404731265,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2020.1747 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003058410297824377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9960.1332 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003057517277889956,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000030574612016304134,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2317.1480 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003057023529463025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":835,"screenWidth":1841,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":835,"viewportWidth":1841,"weight":0.00003056677011831243,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.1907.1709 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003056284102842115,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":738,"viewportWidth":430,"weight":0.00003055822316876523,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":393,"weight":0.00003054312567049037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1603.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003053525401184278,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000030532216933725634,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":414,"weight":0.000030530589525837334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":844,"screenWidth":1278,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":844,"viewportWidth":1278,"weight":0.000030524098465070917,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00003051791107521067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2310.1485 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030511612888837605,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":402,"weight":0.0000305071138692448,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6938.1166 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030500958175910383,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3731.1927 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030489576630628336,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3988.1834 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003048766963408016,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000030445526079332584,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000030412092032720057,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":821,"viewportWidth":430,"weight":0.000030396348745133576,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000030387555653705243,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.3,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003038709839234386,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000030370250793217413,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9514.1533 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000303663700082082,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4979.1420 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030365567717563222,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1723.1446 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030354840538337447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3268.1201 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003033268330002128,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":694,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":565,"viewportWidth":320,"weight":0.00003033240989451652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3831.1915 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030316670797156807,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3480.1693 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030312105710904234,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00003030223548906968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3042.1937 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030290719912860858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9683.1913 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000302888928335119,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.000030286188625005153,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9964.1108 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003028498430851738,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00003028451973361794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5085.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030279859745400648,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3346.1404 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030261921589813554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 14; SM-A155M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":780,"viewportWidth":360,"weight":0.00003025820453391943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3715.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030253069993199875,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.000030251280683260257,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.00003025085864509636,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000030212133694535783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5142.1259 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030205484552260467,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3946.1901 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003020071970655704,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.1,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003019989574754632,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5823.1123 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030180472469204184,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.000030173616766839733,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8157.1173 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030154115677256263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8647.1655 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030151380052013938,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9776.1810 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030131643773190288,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.9017.1498 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030118275118913747,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6307.1802 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030113834575259173,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1078,"screenWidth":1178,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1078,"viewportWidth":1178,"weight":0.000030107612940995568,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2875.1836 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030103279596189676,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":673,"viewportWidth":402,"weight":0.000030095706788562002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1393.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000300825627219245,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4625.1750 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030079286387144618,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.000030078663752459295,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8965.1102 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030072690499911975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6651.1850 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030068207284747513,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7225.1670 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00003005873180209479,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3917.1281 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030040044249617283,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.55,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00003003074985980342,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4729.1392 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030028030739860538,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4499.1535 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030023318989566126,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8528.1206 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000030016058494888426,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":919,"viewportWidth":1920,"weight":0.000029993015091167234,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1983.1181 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002998823572260815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1002,"screenWidth":1092,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1002,"viewportWidth":1092,"weight":0.000029977918499088437,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6100.1292 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002997104134053246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1668.1113 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029969868320732707,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":751,"viewportWidth":428,"weight":0.000029968060563254185,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1563.1953 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029950795209824675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4807.1524 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002993565477633973,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":710,"viewportWidth":1180,"weight":0.000029890944582480105,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.0000298592152735299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1043,"screenWidth":1844,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1043,"viewportWidth":1844,"weight":0.00002985474856644448,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6379.1657 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029852800985233166,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":375,"weight":0.000029844134142879375,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.000029843187272645876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4280.1347 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029838575414120223,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":749,"viewportWidth":411,"weight":0.000029835109857690224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3491.1458 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029826666373119376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2137.1267 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000298234684506548,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":602,"viewportWidth":1381,"weight":0.00002981619747481825,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5310.1913 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029810913320009842,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1180,"screenWidth":820,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":1180,"weight":0.000029785476370725202,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.4,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000297838432849757,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8835.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002978211527457069,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":711,"viewportWidth":414,"weight":0.000029772037101536838,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9909.1569 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029770777814602204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.85,"effectiveType":"4g","rtt":250},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1920,"weight":0.000029765877168407825,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.25,"effectiveType":"4g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000029764514688269616,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000029753479506667074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1272.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029738037558433067,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":671,"viewportWidth":402,"weight":0.00002973796510967395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":841,"screenWidth":1414,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":841,"viewportWidth":1414,"weight":0.000029707671534250718,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":390,"weight":0.000029687281621252803,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8279.1409 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002968322844721822,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1211.1575 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029674058520361707,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4106.1307 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029667183895477455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5189.1322 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029663656429864005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9317.1662 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002966313564701827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4977.1679 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029662865303283885,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000029661461457736412,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":1080,"weight":0.000029657011409595004,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.3020.1435 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029631314427651506,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7400.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029630690711806855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5057.1839 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002962578385695624,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000029619661096715527,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7145.1911 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029618205691749484,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1858.1087 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029603642498367542,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5168.1834 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029602554080998797,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000029592170572971794,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5289.1246 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029591768523214423,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8290.1764 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029591440707634135,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9370.1960 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029572596309464468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000029566572992924865,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6807.1751 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029555222394851613,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7892.1070 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002953691217043568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":735,"viewportWidth":428,"weight":0.000029535540228049985,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9966.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029507566834863353,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1612.1229 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029507403504231737,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6724.1808 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029496434383557028,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5670.1665 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029494658716822027,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4432.1873 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029469584363870673,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6011.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029460934207758717,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9037.1842 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029453642171091938,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000029450211478768953,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2909.1244 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029449183636942623,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6896.1294 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029439226784397543,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.000029436764971752403,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.9105.1657 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029424524227382188,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/365.1.750410080 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":706,"viewportWidth":414,"weight":0.000029414188537211142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1251.1289 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029412761361033747,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002940561138801944,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":924,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":753,"viewportWidth":411,"weight":0.000029402867438803903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.9383.1895 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029393953139272344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3431.1871 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029390934249089533,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4473.1931 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029389645932343443,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8742.1896 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029389327450129917,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":748,"viewportWidth":440,"weight":0.000029384243635576034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8816.1470 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002937301786795421,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4384.1796 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029365700376563343,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6901.1051 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000293554990010652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1611.1756 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002935418788869025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.7302.1528 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002935023349196123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.4,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":609,"viewportWidth":1280,"weight":0.000029348184539291374,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.35,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000029338209957260154,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00002933729302706691,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002931777567225373,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.6069.1971 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029315011776639908,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":990,"viewportWidth":2048,"weight":0.000029294303470385873,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":3.15,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":720,"viewportWidth":411,"weight":0.00002929176361073201,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8284.1720 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029291382955148937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00002928540864481832,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":797,"viewportWidth":390,"weight":0.000029281161820540362,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1599.1746 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029267488462309405,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":1219,"viewportWidth":1961,"weight":0.000029242688533225314,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.000029210017966157357,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":707,"viewportWidth":1080,"weight":0.0000292083662346651,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000029193407366349346,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1006,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":860,"viewportWidth":411,"weight":0.00002917511951019812,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6506.1531 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002916241679424726,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2176.1163 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029149261627333687,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6677.1399 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002914552801280958,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":550,"viewportWidth":375,"weight":0.000029143870029784906,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002913244582096543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.55,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":770,"viewportWidth":411,"weight":0.000029118054489863896,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.4989.1072 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029111948996394542,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00002910724307622205,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1013.1189 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029089890692096974,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002908907429730372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3694.1759 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002908438893188286,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.55,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv8l","pluginsLength":0,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Linux; Android 5.1.1; KFSUWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/108.16.2 like Chrome/108.0.5359.220 Safari/537.36","vendor":"Google Inc.","viewportHeight":614,"viewportWidth":1280,"weight":0.000029074300853654238,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9297.1804 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029066004452112736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2332.1132 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000290572573243312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6339.1285 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029055649841386457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2272.1726 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029054611183716294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6557.1519 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002905335341463912,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.3257.1948 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000029038437465890528,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":390,"weight":0.00002902728841440265,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.00002901871041374044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002900938209873872,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"4g","rtt":200},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.0000290088390959508,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":660,"viewportWidth":390,"weight":0.000029005276460071244,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002900520989838407,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00002899697767214355,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9337.1055 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028995816612308413,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9895.1995 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002899349331355565,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1656.1109 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028989494260592174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1995.1114 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028982757700238182,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.3661.1242 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002897600092330919,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9145.1953 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028962012120720834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4614.1210 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028952754314434692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":823,"viewportWidth":1512,"weight":0.00002894238938152984,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":960,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":826,"viewportWidth":1536,"weight":0.00002892813747196823,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5943.1871 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028927922549271418,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5880.1221 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002892535891342456,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2499.1021 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028924410734150446,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":969,"viewportWidth":1920,"weight":0.000028912251751894674,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5887.1735 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028907793109199107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4568.1828 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028907358442131285,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.75,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":873,"screenWidth":393,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":392,"weight":0.00002890317278889218,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1366,"screenWidth":1024,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":906,"viewportWidth":1366,"weight":0.000028899348663376002,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7355.1578 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028892398426779894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8793.1343 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028890212502582736,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6293.1306 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028887317480432,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":649,"viewportWidth":360,"weight":0.000028872052176381516,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2524.1007 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028869320013151894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4412.1856 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028868637167479035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8921.1852 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000288608697285834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2862.1403 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002885919568013658,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":919,"viewportWidth":1920,"weight":0.00002885885682411626,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.1082.1528 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028845140365784773,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.00002884164664951798,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9558.1893 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028840444843196697,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7580.1710 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028822037209352627,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.55,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":802,"viewportWidth":344,"weight":0.00002881489624115765,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1140.1003 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002880437818852543,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1332.1403 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002878127032848172,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000028780714509011008,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8539.1757 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028778583007095987,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":428,"weight":0.00002877292964442667,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002875128045925011,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":793,"viewportWidth":393,"weight":0.000028717564374779356,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.1078.1372 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002871112926043816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5110.1083 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028706603423021273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8093.1989 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028704492795072684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":892,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":746,"viewportWidth":411,"weight":0.000028677704075898217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3613.1942 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002865954343532411,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2441.1482 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028637990122328358,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.0000286228226544212,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.6048.1691 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028621901283741455,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":956,"viewportWidth":440,"weight":0.00002861677126918616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00002861340923976764,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5486.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028610534971457404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.9,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":1152,"screenWidth":2752,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":983,"viewportWidth":2752,"weight":0.000028593536074698607,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9564.1702 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000285915678942458,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8789.1651 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028590049870827675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1098.1360 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028589945313890758,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9493.1111 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028583423197037835,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002857739008269292,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3522.1515 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002856779295623503,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8550.1576 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028547065769031276,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":748,"viewportWidth":1528,"weight":0.00002853489969027637,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2243.1635 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028525023407047455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6592.1823 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028524650736393952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1163.1220 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028514315933414296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7456.1388 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028513705074975028,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":1012,"viewportWidth":2012,"weight":0.000028499224287073657,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8857.1654 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028496423604389606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000028490806439204918,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000028485598333179653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3625.1487 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028485140580684686,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.45,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":773,"viewportWidth":1440,"weight":0.000028473549151526068,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3752.1150 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002846971710971244,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1933.1586 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028451232741257232,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00002844219930943428,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6318.1450 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028441333874870023,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":697,"viewportWidth":384,"weight":0.000028410247302137665,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.7628.1039 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028404024561863226,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3056.1794 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002838470757699874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4703.1845 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028377507984151806,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.6632.1069 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028363231683956385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.7,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000028361345228360258,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7563.1377 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002834190120943667,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6234.1962 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002834014012160947,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00002833774384779822,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5489.1661 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028331539342484824,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2784.1879 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028290407010798113,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.000028265726077359947,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7501.1552 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002824735963087676,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4227.1336 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028247177155973125,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.6844.1157 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028241119363019858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4192.1130 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028240433073410907,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5758.1803 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002823176506478465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4447.1392 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028196057321145696,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2495.1552 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028194790108272667,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6638.1441 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002819169381972388,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5205.1156 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028183730427354706,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3678.1012 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028182005538480433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.4231.1651 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028179626544562745,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":666,"viewportWidth":390,"weight":0.00002817654107846317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8885.1730 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002816359352072178,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.00002813998476518039,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":952,"screenWidth":427,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":804,"viewportWidth":426,"weight":0.000028124954189003164,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3888.1770 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028122611526715675,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.5955.1569 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028118940938938308,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":664,"viewportWidth":390,"weight":0.000028108968982484297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":150},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":952,"viewportWidth":1910,"weight":0.000028104080995888115,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.0000281018933533522,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4935.1324 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028094890912710906,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8063.1469 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028091093710521204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7669.1158 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002808520398152852,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3277.1678 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002808183720477956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9560.1645 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028073762489662935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2388.1224 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002807151557764652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8798.1555 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028045701097973405,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2492.1977 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000028022544196732975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":715,"viewportWidth":414,"weight":0.00002801692262561099,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9863.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027994253294350074,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4225.1939 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027992872492465753,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":390,"weight":0.000027991124330693568,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":655,"viewportWidth":390,"weight":0.00002796896023074297,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":846,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":717,"viewportWidth":411,"weight":0.000027966397353844082,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":678,"viewportWidth":430,"weight":0.00002795210201956759,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":800,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":671,"viewportWidth":360,"weight":0.00002795099998490645,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.5086.1757 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002794687734129825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.8231.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027938089829602957,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000027937421133682076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4695.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000279258705538231,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4738.1958 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027917446112681065,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":869,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":411,"weight":0.000027902063870063835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2980.1487 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027896929578766157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"downlinkMax":100,"effectiveType":"4g","rtt":0,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":542,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":542,"viewportWidth":320,"weight":0.000027887647833276003,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.4,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.000027859381825410972,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5745.1013 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000278337159757488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":902,"viewportWidth":1918,"weight":0.00002782988482300869,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7789.1450 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027822870018172708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":1280,"weight":0.00002780918187713205,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":708,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":708,"viewportWidth":412,"weight":0.000027789191406072847,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000027776700575147217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8115.1470 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002774596026591436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.6313.1027 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027734542602952626,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4290.1903 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002772938169583067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.5219.1423 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027715437776268817,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9643.1502 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027713140272444678,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.4337.1836 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027707769907000682,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6658.1106 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027705235715488167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":0.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000027697748139645347,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9438.1121 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027689078975143193,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2649.1316 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027681009585356165,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7303.1536 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027668399187495298,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000027667467626781022,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8179.1001 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027657810770027263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":785,"viewportWidth":384,"weight":0.000027657637492804872,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0","vendor":"","viewportHeight":1279,"viewportWidth":2560,"weight":0.0000276421216293746,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":0,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.000027630938503783674,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.0000276234259491039,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":962,"viewportWidth":1340,"weight":0.00002761996553237514,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.1492.1158 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027614308105451248,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1068.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027613643097566947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000027595153171889573,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":641,"viewportWidth":393,"weight":0.00002757541554832282,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4149.1306 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002757518720052385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2434.1996 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002757210923742167,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2302.1182 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027571439519123246,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4009.1396 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027570751535472318,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1152,"screenWidth":2048,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":956,"viewportWidth":2048,"weight":0.0000275698475125816,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8508.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002756855307298421,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.8 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000027565550726367025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6341.1228 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027555067316487995,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6815.1499 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027554234372207064,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.5860.1963 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002755309569673728,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000027538380606989318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000027519830731231653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5698.1320 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027506703129372208,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6723.1722 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027500626293388625,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2380.1667 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027497119358450018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":1079,"screenWidth":486,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":939,"viewportWidth":485,"weight":0.000027493911154924333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2962.1422 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002748116157390684,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9219.1565 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002747845091601312,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.6095.1363 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002747745235436299,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7859.1405 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027472110697801657,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8847.1729 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027458413375535093,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":722,"viewportWidth":430,"weight":0.00002745631791205827,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":100},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000027454548716414877,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.1430.1604 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027454277441660732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4211.1630 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027451416620752314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":703,"viewportWidth":1536,"weight":0.000027447938468624647,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":0,"screenHeight":1600,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36","vendor":"Google Inc.","viewportHeight":1600,"viewportWidth":1600,"weight":0.000027438864427901337,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00002743849644786917,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.6468.1347 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027432360175069986,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8857.1918 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002743003646832263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3854.1357 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027414069266723158,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":873,"viewportWidth":430,"weight":0.00002741087652595935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6580.1008 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027399810917264127,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000027371056751334632,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000027362167113081467,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1700.1235 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027355149600807753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2239.1708 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027349162639653693,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3353.1855 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027348119333751044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8257.1261 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002734770025689582,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":834,"screenWidth":1275,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":834,"viewportWidth":1275,"weight":0.000027345105658080975,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9018.1691 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027342626368976723,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000027338895504976923,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1792.1674 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027333141214661103,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":628,"viewportWidth":375,"weight":0.00002732270694335266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1186.1901 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002731888208909273,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7352.1792 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027308394330064035,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.1048.1330 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027303541029014588,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":547,"viewportWidth":375,"weight":0.000027295198030372826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9548.1110 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027292271096708903,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.3903.1818 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027285083306834444,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8354.1171 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027284554609392376,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9378.1339 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027279560991934395,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4085.1582 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027269851677332926,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.9053.1118 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027268713292661702,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9907.1681 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027267951108572226,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000027267440983242213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":552,"viewportWidth":375,"weight":0.000027266748955910344,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1807.1085 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027225875441862816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000027225225029017922,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3800.1658 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002721503421219907,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0","vendor":"","viewportHeight":707,"viewportWidth":1440,"weight":0.000027203646924544916,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9618.1727 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027197295113837638,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko)","vendor":"Apple Computer, Inc.","viewportHeight":940,"viewportWidth":1324,"weight":0.000027188926159134293,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.6330.1421 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027179891490160083,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000027172606497975966,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":735,"viewportWidth":1387,"weight":0.000027165678405427028,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1726.1580 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027162977598652124,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002715417022446448,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":784,"viewportWidth":411,"weight":0.000027150773333458044,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":760,"viewportWidth":440,"weight":0.000027149705363601495,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00002714832638768036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9210.1939 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027147299498092142,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4779.1634 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002714492217295151,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000027136939959405845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.1534.1374 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002712189489066169,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2641.1302 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027103655224708364,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4616.1416 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027077930091535465,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4664.1700 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000027069427560806944,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1112,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.11 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":1112,"weight":0.000027061463708506313,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":866,"screenWidth":1178,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":866,"viewportWidth":1178,"weight":0.000027058910666794965,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00002704773310573851,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00002704746844895615,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000027047279529745183,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":720,"viewportWidth":414,"weight":0.000027046007228570564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2326.1594 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002703541902498169,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1006,"screenWidth":1550,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1006,"viewportWidth":1550,"weight":0.000027005634799665602,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.000026998992847121362,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1320.1904 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026975968829886208,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4418.1288 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026963946124932532,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4048.1627 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026959664343207766,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1122.1488 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026952431494861826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000026947663968620805,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":0.5,"effectiveType":"3g","rtt":550},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000026945871621032695,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8102.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026943184903509868,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000026938081055729286,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7258.1625 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026936621432975006,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000026925087729896133,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000026924733588145394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4801.1750 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002692041765599943,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.000026901361840457166,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":526,"screenWidth":320,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":526,"viewportWidth":320,"weight":0.000026883096771865274,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4825.1646 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026877041489743153,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.6445.1772 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026876234929771107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4566.1191 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026856839458070502,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2059.1489 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026840081319496473,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.8455.1132 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002683032741589607,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000026804640457558304,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.5001.1174 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026802965643144817,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":898,"screenWidth":1447,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":898,"viewportWidth":1447,"weight":0.00002678928312215936,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3454.1730 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002677545243476857,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000026758118570157802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.4384.1612 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002675499984430744,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3527.1483 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026748313948454085,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":6.9,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":740,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":612,"viewportWidth":360,"weight":0.000026747192778026943,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5969.1356 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026741408892246217,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5158.1295 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026739203068649338,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":731,"viewportWidth":430,"weight":0.00002673823540957826,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5231.1430 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002673167920954971,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.4574.1139 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026725647206453194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8403.1314 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002671779784462937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7054.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026707686259965955,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1887.1143 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026699556768635597,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":869,"screenWidth":1721,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":869,"viewportWidth":1721,"weight":0.00002669780127147702,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5100.1038 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026688147479971705,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2987.1027 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002668697796405174,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":610,"viewportWidth":375,"weight":0.00002668476706845377,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1874.1167 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026679852721082452,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5118.1976 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002667881839711296,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.5623.1768 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002667555329172582,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":854,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":722,"viewportWidth":384,"weight":0.00002667238291170098,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.000026670831731874194,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.4,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000026661882833294107,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7296.1309 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026661267082410354,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.00002664240592308521,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.2823.1745 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002664221185085269,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7485.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026632457260630437,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4198.1057 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026625293077455303,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7938.1066 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026623130956602607,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6806.1555 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002661326978720629,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7091.1434 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002660006606188916,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.15,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000026593638092938996,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7724.1349 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026590223373715982,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000026587653349113653,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.00002658543352354885,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000026584436603236002,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":813,"viewportWidth":1512,"weight":0.000026581675976192005,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8944.1525 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026577261497198678,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":670,"viewportWidth":390,"weight":0.00002657490603296318,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000026571726073284616,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7772.1981 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002657053537527582,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":4.4,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":384,"weight":0.000026567949820708364,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000026557275579923403,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.8002.1243 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000265561392093617,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2131.1637 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026555401843681007,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3445.1901 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026555371259798575,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":632,"viewportWidth":375,"weight":0.00002655314948710109,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.9820.1236 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026552665339310745,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7482.1315 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026552588189705918,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5368.1795 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026540383571156144,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6629.1639 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026521655555451776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5379.1079 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026518376443003294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.9704.1782 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026518309675773396,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8245.1275 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026509472175356028,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.05,"downlinkMax":100,"effectiveType":"3g","rtt":1300,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":680,"viewportWidth":384,"weight":0.000026483431147446674,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.1331.1357 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026472559274127877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9338.1240 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026458045729980004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.55,"effectiveType":"3g","rtt":500},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000026452941375761052,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":824,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":692,"viewportWidth":384,"weight":0.00002644189940972834,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9677.1606 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026436211427094662,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8141.1322 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026436071881001686,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3483.1537 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026421459045987494,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":679,"viewportWidth":360,"weight":0.000026411405529997368,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000026406402370794037,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000026398126812230788,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5111.1396 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026385428866689932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4174.1177 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002637660178931575,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":895,"viewportWidth":1341,"weight":0.000026373564924053845,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002637085321043052,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000026369539461309036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7588.1062 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026362906636642036,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5739.1796 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026355408054903317,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":778,"viewportWidth":565,"weight":0.00002635352528585744,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.8035.1353 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026349195789714988,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7821.1208 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002633655955659823,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7905.1810 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002633441186627786,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000026332767287296306,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1768.1733 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002633226583674449,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6023.1148 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026323172094966677,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7341.1124 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026300922829470726,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000026292963036875863,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2720.1813 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026281832989086692,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7064.1721 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026279023880206427,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.000026273992031884608,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000026273366267928968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.2,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000026266124450153754,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":568,"screenWidth":320,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":448,"viewportWidth":320,"weight":0.00002626457942559962,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":390,"weight":0.000026241216477292203,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000026238469727012568,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.4468.1372 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002623432427833494,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000026232778508864307,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8134.1429 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026194380544507473,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000026190236175497014,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":952,"screenWidth":1852,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":952,"viewportWidth":1852,"weight":0.00002618683775510298,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3256.1603 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026183676988022963,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.4843.1894 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002617631450202077,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.5218.1242 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026171503547782732,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4125.1547 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002616859991017567,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00002616746908639401,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.1804.1325 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026166552644076894,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.7512.1328 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026165370210145147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8097.1721 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026160943376489553,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.1748.1043 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002615820009651184,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.3,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":984,"screenWidth":432,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":858,"viewportWidth":432,"weight":0.000026155511763120026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7449.1588 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002614938837318652,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3662.1274 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026146101120882708,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5347.999 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002614308592914225,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3439.1887 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002613915537019046,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.0000261349200845267,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":732,"viewportWidth":1440,"weight":0.00002612001169756546,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9671.1754 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000260872354967877,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4530.1706 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026069846991911724,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002606386713750802,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4480.1378 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026062718219573874,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2308.1748 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000026023463550250862,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000026022120435296067,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":734,"viewportWidth":430,"weight":0.000026004713621312888,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7404.1091 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025987581265404218,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.3669.1876 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002598217588185996,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000025975882375908076,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.5816.1188 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025949694731425754,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.9293.1853 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025937040247447372,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3614.1128 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025935530460084266,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.6268.1432 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025928441498644518,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":962,"screenWidth":601,"userAgent":"Mozilla/5.0 (Linux; Android 9; KFONWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/134.3.25 like Chrome/134.0.6998.207 Safari/537.36","vendor":"Google Inc.","viewportHeight":775,"viewportWidth":601,"weight":0.000025925981937028358,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.6597.1680 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025925012669487204,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5460.1739 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025915997630384222,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000025906043209055155,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":1107,"screenWidth":1710,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":876,"viewportWidth":1710,"weight":0.000025891842832634512,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7816.1783 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025887360731519577,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4947.1117 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025885811431636005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6908.1293 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025882248529051004,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2074.1262 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025874258722546937,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2931.1740 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002586563685391815,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5928.1851 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002584705410436005,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8416.1525 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025841896757358355,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.9234.1696 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025840661442277486,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":652,"viewportWidth":393,"weight":0.000025834410365381694,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2218.1528 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025829178412114593,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.4209.1997 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025826852790017378,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8464.1991 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025826563440236548,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":653,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":653,"viewportWidth":384,"weight":0.000025816811165142402,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":650,"viewportWidth":1358,"weight":0.00002581246647395853,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.7441.1947 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002580452650342558,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5037.1512 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025794476585845438,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":1,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":840,"viewportWidth":1470,"weight":0.000025789262327328035,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8403.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025786923562406728,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1347.1723 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025784319938309816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.3442.1640 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002577102574330839,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.6962.1953 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025764091479811867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1926.1772 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002575726732493239,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7919.1710 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025753034030234403,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000025751147062901324,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4891.1021 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025743207014210804,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6530.1474 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025742427075169878,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":761,"screenWidth":369,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":761,"viewportWidth":369,"weight":0.000025724324890267585,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":627,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":627,"viewportWidth":360,"weight":0.000025694341105230448,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.9233.1438 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002569053980298309,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":852,"viewportWidth":393,"weight":0.000025688764407664772,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9556.1428 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025681412872373656,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8869.1066 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025680307162155836,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.4639.1079 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002567540209740489,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1762.1992 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025669291515571683,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":658,"viewportWidth":393,"weight":0.000025668982992477322,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.4293.1039 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025659183272677666,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2250.1073 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025645274113553923,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.7896.1115 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025640250849476203,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.9210.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025627734711476388,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.9248.1095 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002561075251781092,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1968.1419 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025602952404346123,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3929.1251 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002560262382849861,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.3595.1982 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002559886519312173,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":883,"screenWidth":345,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":779,"viewportWidth":344,"weight":0.000025593040872421564,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":0,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":661,"viewportWidth":384,"weight":0.000025585169888463635,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.6991.1763 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025583940030522975,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000025583414764773025,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.4121.1386 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025568763636051067,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.7023.1042 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002556380019925828,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000025560937517685174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9542.1105 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025554197781350504,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 YaBrowser/24.10.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1080,"viewportWidth":1905,"weight":0.00002555294796449994,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":956,"screenWidth":1470,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1470,"weight":0.00002553286541233861,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.5912.1237 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025530543624877845,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002552961270283405,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8358.1291 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002552656665773448,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":713,"viewportWidth":414,"weight":0.00002552127309600741,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":917,"screenWidth":1771,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":917,"viewportWidth":1771,"weight":0.000025512313876538505,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6677.1814 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025508164107868584,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.6743.1349 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025506455311017224,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5440.1975 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002549996496547281,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.8525.1915 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002549555265660383,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000025485416537851294,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4762.1392 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002548510346306119,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6558.1407 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025480351613327897,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.7360.1164 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025476440081411367,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000025469379257455488,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":772,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":643,"viewportWidth":360,"weight":0.000025458066876233835,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":430,"weight":0.000025455549192766133,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4464.1316 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025455344869235084,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.9841.1432 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025438197043645136,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6122.1035 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025421663994530497,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000025415511286824388,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.00002541080901050384,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.75,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000025406720236874922,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000025404416556082325,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.000025391614754686563,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4154.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025384550507965622,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":812,"screenWidth":1241,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":1241,"weight":0.000025358680313828143,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1024,"screenWidth":768,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":1024,"weight":0.0000253579321927242,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9698.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002535438056240305,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":677,"viewportWidth":402,"weight":0.000025345101093776757,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.8939.1909 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025343303378448703,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000025341728265967276,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.00002534060659699689,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000025328925044172107,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6077.1810 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002532809152515869,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.1373.1272 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025319396684737578,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":2.9,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":780,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":646,"viewportWidth":360,"weight":0.00002530821116951929,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2778.1364 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002530653282625231,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4528.1297 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002529897903035883,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000025293025564466017,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":553,"viewportWidth":375,"weight":0.000025287927156804196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5711.1423 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025283985153289866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.1782.1759 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002527818707940037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7212.1823 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000252762211832691,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.8778.1335 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025252520408293097,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002525010664533024,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2503.1268 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025234959984472228,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.5065.1793 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002523361660169389,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3976.1542 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002522759162155012,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1980.1176 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002522425767895131,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000025219105663125277,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.1114.1154 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025216279344858833,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2135.1348 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025193436843871722,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00002519168428617588,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":5,"screenHeight":627,"screenWidth":1116,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0","vendor":"","viewportHeight":513,"viewportWidth":1116,"weight":0.000025189659713063318,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00002515276519506879,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":627,"viewportWidth":1280,"weight":0.000025144308240172653,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.9368.1677 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025130811885162837,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.000025129384687256638,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":743,"viewportWidth":428,"weight":0.000025122058153774776,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.2769.1496 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025113704290283772,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":450},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000025100759561594475,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":10800,"screenWidth":19200,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000025096869063340757,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.7077.1945 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025085555526957654,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000025082658270609752,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1600,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000025044723559611646,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":4.35,"effectiveType":"4g","rtt":150},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00002504375249755405,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000025018889878190622,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3267.1523 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000025017451400654866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.9960.1449 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002498607106610795,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.00002497480551074835,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2176.1907 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002497331298360507,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8627.1292 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024972688952108146,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":731,"viewportWidth":1440,"weight":0.000024958409964080262,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":998,"viewportWidth":1904,"weight":0.000024951834666089163,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000024947320090154347,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7563.1980 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002493742968370713,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.4385.1421 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002493380829068814,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9295.1282 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002493248110666457,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.00002492905840353753,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4834.1159 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024909326331214314,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2766.1413 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002490859960857272,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7931.1398 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024898303182664854,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5484.1428 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024893971836572354,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7527.1917 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024891579803382554,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.35,"downlinkMax":100,"effectiveType":"4g","rtt":200,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.000024883924507357583,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":995,"screenWidth":1868,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":995,"viewportWidth":1868,"weight":0.000024872326932043004,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.5574.1612 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024850392216077576,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":665,"viewportWidth":393,"weight":0.000024848766493525704,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000024841616491547717,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":553,"viewportWidth":375,"weight":0.000024840021415697333,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.8042.1421 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024835752532014942,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.7175.1900 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002481430466256627,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.3469.1764 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002480869760112579,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":655,"viewportWidth":1402,"weight":0.000024806728963214792,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1118.1115 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002478583525922408,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000024785049941382133,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000024779502738897876,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9801.1165 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024775604260990073,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000024774724820535836,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.7193.1610 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024773211386330618,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":926,"screenWidth":1138,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":926,"viewportWidth":1138,"weight":0.00002477208070159858,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4317.1173 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002476677626915055,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6223.1193 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024766268508040156,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":764,"viewportWidth":411,"weight":0.000024760055062333606,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1533.1517 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024753876624829064,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":729,"viewportWidth":430,"weight":0.00002475224010990646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002475122497053808,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3003.1534 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024748827173552805,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8715.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024730996792508308,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3544.1705 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024689116344747174,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.5962.1737 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024675599881172324,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3513.1197 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024650514185032147,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.3063.1283 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002464063776298267,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":714,"viewportWidth":414,"weight":0.000024638633251850646,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":653,"viewportWidth":393,"weight":0.000024627131024492044,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.8554.1092 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002461793118247925,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8760.1825 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024607811535752763,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6231.1837 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024607693162469758,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":552,"viewportWidth":375,"weight":0.000024606897486216646,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":5.1,"downlinkMax":100,"effectiveType":"4g","rtt":150,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":727,"viewportWidth":384,"weight":0.000024603112667245706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":626,"viewportWidth":375,"weight":0.00002460174931535573,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000024588519866425975,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2529.1257 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024578208859844727,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.6004.1702 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024571679195604505,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.3078.1160 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002457017071907278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":551,"viewportWidth":1280,"weight":0.000024568966214803217,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000024566554767400385,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":1536,"weight":0.00002456506821856047,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1003,"screenWidth":1504,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0","vendor":"Google Inc.","viewportHeight":846,"viewportWidth":1504,"weight":0.000024539754495268915,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000024538963948163855,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.45,"effectiveType":"3g","rtt":350},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000024536871507959556,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000024504345265698455,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2971.1651 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024488386161816757,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":375,"weight":0.000024471222348598565,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.000024470249305921327,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.4910.1220 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024468370643107352,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8725.1225 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002444964719354119,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.6002.1719 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024403216683164867,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3335.1298 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024393261507425715,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.4789.1204 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002439140082889026,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8614.1664 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002438718966649356,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1773.1813 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002437818347719028,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.7069.1303 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024377581955872632,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":699,"viewportWidth":384,"weight":0.000024372792946061453,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000024361483552754515,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5483.1366 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002434919194600131,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.5949.1120 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024346892121492643,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":8.1,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":781,"screenWidth":352,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":593,"viewportWidth":351,"weight":0.000024339024423475786,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.7213.1454 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024334824841549783,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.5485.1214 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002432552029393624,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.9288.1562 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024313266788448913,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":720,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":616,"viewportWidth":1280,"weight":0.000024305668169231615,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.8044.1895 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024262561739818468,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.000024258382531329767,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.3829.1081 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024254472505849126,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000024253512915969974,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000024249842156042572,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.8240.1401 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024248888239347196,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.5,"effectiveType":"3g","rtt":400},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000024247778510499742,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1019,"screenWidth":1130,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1019,"viewportWidth":1130,"weight":0.0000242471540511613,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2126.1620 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024241446288257913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000024238535786033196,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":676,"viewportWidth":393,"weight":0.000024224312546739165,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":634,"viewportWidth":375,"weight":0.000024223959411198404,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.8139.1632 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002420712103550994,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9003.1454 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024201576300646304,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":662,"viewportWidth":390,"weight":0.000024189338832346087,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.8535.1920 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024175694618379686,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4650.1009 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024167431919505303,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.7138.1647 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024128738553351156,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002411902166699379,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1133,"screenWidth":744,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":1026,"viewportWidth":744,"weight":0.000024109847208162544,"deviceCategory":"tablet"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6837.1700 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024084902464582273,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.00002407556942040932,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.8900.1137 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024069988486773798,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":661,"viewportWidth":390,"weight":0.000024064858642413263,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000024064667117859346,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4766.1164 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024058726847185334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.000024057138086998677,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.5998.1947 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024055803625118635,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":739,"viewportWidth":430,"weight":0.0000240190273408267,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2569.1602 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002401044763163293,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.8033.1162 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000024000906173131338,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9277.1167 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002399686023272038,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.4298.1568 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023996410991269706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002398932065203892,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2698.1161 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023979481888190394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":100,"effectiveType":"4g","rtt":100,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":735,"screenWidth":339,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":605,"viewportWidth":338,"weight":0.00002397003934909116,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002393749977793863,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":466,"viewportWidth":780,"weight":0.000023935303459097318,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":1.65,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"wifi"},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":681,"viewportWidth":1366,"weight":0.000023931435438451787,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":864,"screenWidth":1536,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0","vendor":"Google Inc.","viewportHeight":712,"viewportWidth":1528,"weight":0.00002391451837255207,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2028.1630 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002390736573684138,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000023903250604928998,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.000023897350811483438,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.35,"downlinkMax":null,"effectiveType":"4g","rtt":150,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":915,"screenWidth":412,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":782,"viewportWidth":411,"weight":0.00002389730231948447,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2554.1270 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002389035696240789,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.85,"effectiveType":"4g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00002388116604398297,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3194.1982 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023870725276842527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":982,"screenWidth":1512,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":785,"viewportWidth":1566,"weight":0.000023869398740287616,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.1110.1473 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002386703178572859,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.1184.1330 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023858325651660278,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.1331.1686 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023854259764462428,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1080,"screenWidth":810,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":968,"viewportWidth":810,"weight":0.000023852837840227435,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.3611.1857 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023829490318536093,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9882.1157 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023814894155955034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2106.1201 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002379063130058859,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.8906.1235 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002378792817093419,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000023780470739810965,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000023776674767929412,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.6,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.3254.1030 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023774315020618264,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.6849.1695 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023769877687292953,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":1050,"screenWidth":1680,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":798,"viewportWidth":1536,"weight":0.000023767470474365773,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4711.1273 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002376711009740157,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.5234.1943 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023755869824690115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.9414.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023755143343525213,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5060.1316 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023753596170548927,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"downlinkMax":null,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":857,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":729,"viewportWidth":384,"weight":0.000023747402703252375,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.8,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.9960.1049 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023744063381311438,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":7.95,"downlinkMax":null,"effectiveType":"4g","rtt":100,"type":"wifi"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":720,"screenWidth":360,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":592,"viewportWidth":360,"weight":0.000023743599064804968,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.6966.1153 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023741430716075072,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.9840.1031 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023735727654207866,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.5477.1929 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023735713201401632,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":744,"viewportWidth":428,"weight":0.00002372739457432909,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.4335.1500 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023725310676370213,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3511.1030 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023716082644102737,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002371133882819913,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":669,"viewportWidth":390,"weight":0.00002371024572244885,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":656,"viewportWidth":393,"weight":0.000023706307866980258,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1984.1019 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002367743113512213,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":683,"viewportWidth":390,"weight":0.000023664886067561394,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.4217.1925 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023664817580662546,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.7375.1050 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023641934491638527,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":428,"weight":0.000023626492781778433,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3872.1267 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023626313129942467,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.000023621932671840024,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":669,"viewportWidth":1440,"weight":0.000023620577626943968,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.6598.1814 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023612921562066994,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":684,"viewportWidth":402,"weight":0.000023611475068024858,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.000023596257317313564,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":1024,"screenWidth":1280,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1833,"viewportWidth":1080,"weight":0.000023596124763204663,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.8508.1218 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.0000235840339507511,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.1448.1306 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023581885707397436,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"MacIntel","pluginsLength":5,"screenHeight":900,"screenWidth":1440,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":779,"viewportWidth":914,"weight":0.000023581665834793727,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":727,"viewportWidth":1194,"weight":0.00002355958401735753,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":956,"screenWidth":440,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1 Ddg/18.3","vendor":"Apple Computer, Inc.","viewportHeight":759,"viewportWidth":440,"weight":0.000023545888339077255,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1064,"screenWidth":1100,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1064,"viewportWidth":1100,"weight":0.000023536788781892704,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.3602.1389 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023523326125111632,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.1,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.4009.1000 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002351531635194411,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.4817.1440 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023506105458848897,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.0000235050408723816,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.25,"effectiveType":"3g","rtt":300},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00002348327895413232,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"MacIntel","pluginsLength":5,"screenHeight":800,"screenWidth":1280,"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15","vendor":"Apple Computer, Inc.","viewportHeight":723,"viewportWidth":1280,"weight":0.00002347657317380084,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.5112.1269 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002344437928190664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.8838.1672 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002344295030516466,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.9321.1829 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002340834611318115,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":1001,"screenWidth":1145,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":1001,"viewportWidth":1145,"weight":0.000023404188159470936,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3599.1157 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023390288519860016,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.3873.1598 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023386527907310947,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":926,"screenWidth":428,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":742,"viewportWidth":428,"weight":0.00002338500462210037,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":5,"screenHeight":1440,"screenWidth":2560,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1271,"viewportWidth":2560,"weight":0.000023383354189700602,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":657,"viewportWidth":393,"weight":0.00002338244274237117,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPad","pluginsLength":5,"screenHeight":1194,"screenWidth":834,"userAgent":"Mozilla/5.0 (iPad; CPU OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":698,"viewportWidth":1194,"weight":0.000023380365924040644,"deviceCategory":"tablet"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/136.0.7103.56 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":745,"viewportWidth":430,"weight":0.00002337555337130216,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":1080,"screenWidth":1920,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":911,"viewportWidth":1920,"weight":0.000023372524253443916,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.8828.1767 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002335995510598405,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3897.1219 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023357442150724793,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.7524.1263 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023355989692078208,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"Win32","pluginsLength":4,"screenHeight":970,"screenWidth":1921,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":963,"viewportWidth":1920,"weight":0.00002335269679044065,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.3145.1616 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002334102474412956,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2978.1412 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023330368508153756,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Win32","pluginsLength":3,"screenHeight":831,"screenWidth":1235,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","vendor":"Google Inc.","viewportHeight":831,"viewportWidth":1235,"weight":0.000023325903801926943,"deviceCategory":"desktop"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":663,"viewportWidth":390,"weight":0.00002331695299032706,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":852,"screenWidth":393,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":647,"viewportWidth":393,"weight":0.00002331337575184507,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":844,"screenWidth":390,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/366.0.751101837 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":651,"viewportWidth":390,"weight":0.000023307147815406825,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":50},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":563,"viewportWidth":1242,"weight":0.000023303768707725167,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.7309.1732 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023301980617869715,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.9260.1198 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002328687339254142,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":896,"screenWidth":414,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":659,"viewportWidth":393,"weight":0.000023283805607682886,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.4818.1835 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002327992389928334,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.1519.1682 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023279429917526348,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":667,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":515,"viewportWidth":375,"weight":0.00002327901142660952,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.8819.1922 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002327888748905655,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.6979.1958 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023271782804788823,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.7233.1425 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002326171878725899,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":3.65,"downlinkMax":100,"effectiveType":"4g","rtt":50,"type":"cellular"},"platform":"Linux armv81","pluginsLength":0,"screenHeight":832,"screenWidth":384,"userAgent":"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":698,"viewportWidth":384,"weight":0.000023261056934459785,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.3273.1252 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023250062416481898,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.1849.1663 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023244040093313638,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.3,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.1083.1269 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002323870739221021,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.7,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2593.1646 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023213057856994114,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":932,"screenWidth":430,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":737,"viewportWidth":430,"weight":0.000023177717198125018,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.5,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.3827.1489 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.00002316387367142198,"deviceCategory":"mobile"},{"appName":"Netscape","platform":"iPhone","pluginsLength":5,"screenHeight":874,"screenWidth":402,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1","vendor":"Apple Computer, Inc.","viewportHeight":692,"viewportWidth":402,"weight":0.000023161921763179935,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.4594.1516 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023153352073885034,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.5494.1148 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023149150401697117,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":1.35,"effectiveType":"3g","rtt":250},"platform":"Win32","pluginsLength":5,"screenHeight":768,"screenWidth":1366,"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":695,"viewportWidth":640,"weight":0.00002314815037148941,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.3593.1461 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023129913481237746,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.5992.1188 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023110531015433323,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":9.4,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2858.1761 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023093224640678845,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":5,"screenHeight":600,"screenWidth":800,"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","vendor":"Google Inc.","viewportHeight":1024,"viewportWidth":1280,"weight":0.00002308817548289672,"deviceCategory":"desktop"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.2859.1905 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023077618194056664,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.9801.1935 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023064528715587158,"deviceCategory":"mobile"},{"appName":"Netscape","connection":{"downlink":10,"effectiveType":"4g","rtt":0},"platform":"Linux x86_64","pluginsLength":3,"screenHeight":812,"screenWidth":375,"userAgent":"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.1250.1354 Mobile Safari/537.36","vendor":"Google Inc.","viewportHeight":812,"viewportWidth":375,"weight":0.000023058532159960777,"deviceCategory":"mobile"}]')}},i={};function t(o){if(i[o])return i[o].exports;var n=i[o]={id:o,loaded:!1,exports:{}};return e[o](n,n.exports,t),n.loaded=!0,n.exports}return t.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),t(442)})()})); //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/tvapp2/node_modules/user-agents/dist/index.js.map b/tvapp2/node_modules/user-agents/dist/index.js.map index 088db01a..e9f234bb 100755 --- a/tvapp2/node_modules/user-agents/dist/index.js.map +++ b/tvapp2/node_modules/user-agents/dist/index.js.map @@ -1 +1 @@ -{"version":3,"sources":["webpack://user-agents/webpack/universalModuleDefinition","webpack://user-agents/./src/index.js","webpack://user-agents/./src/user-agent.js","webpack://user-agents/./node_modules/lodash.clonedeep/index.js","webpack://user-agents/webpack/bootstrap","webpack://user-agents/webpack/startup","webpack://user-agents/webpack/runtime/node module decorator"],"names":["root","factory","exports","module","define","amd","global","UserAgent","makeCumulativeWeightIndexPairs","weightIndexPairs","totalWeight","reduce","sum","weight","map","index","defaultWeightIndexPairs","userAgents","defaultCumulativeWeightIndexPairs","constructFilter","filters","accessor","parentObject","childFilters","RegExp","value","userAgent","test","Array","childFilter","Object","entries","key","valueFilter","every","error","setCumulativeWeightIndexPairs","cumulativeWeightIndexPairs","defineProperty","configurable","enumerable","writable","Symbol","toPrimitive","data","randomize","randomNumber","Math","random","find","cumulativeWeight","rawUserAgent","filter","forEach","push","constructCumulativeWeightIndexPairsFromFilters","length","Error","Proxy","apply","get","target","property","receiver","prototype","hasOwnProperty","call","propertyIsEnumerable","undefined","Reflect","Function","HASH_UNDEFINED","MAX_SAFE_INTEGER","argsTag","boolTag","dateTag","funcTag","genTag","mapTag","numberTag","objectTag","promiseTag","regexpTag","setTag","stringTag","symbolTag","weakMapTag","arrayBufferTag","dataViewTag","float32Tag","float64Tag","int8Tag","int16Tag","int32Tag","uint8Tag","uint8ClampedTag","uint16Tag","uint32Tag","reFlags","reIsHostCtor","reIsUint","cloneableTags","freeGlobal","freeSelf","self","freeExports","nodeType","freeModule","moduleExports","addMapEntry","pair","set","addSetEntry","add","arrayReduce","array","iteratee","accumulator","initAccum","isHostObject","result","toString","e","mapToArray","size","overArg","func","transform","arg","setToArray","uid","arrayProto","funcProto","objectProto","coreJsData","maskSrcKey","exec","keys","IE_PROTO","funcToString","objectToString","reIsNative","replace","Buffer","Uint8Array","getPrototype","getPrototypeOf","objectCreate","create","splice","nativeGetSymbols","getOwnPropertySymbols","nativeIsBuffer","isBuffer","nativeKeys","DataView","getNative","Map","Promise","Set","WeakMap","nativeCreate","dataViewCtorString","toSource","mapCtorString","promiseCtorString","setCtorString","weakMapCtorString","symbolProto","symbolValueOf","valueOf","Hash","this","clear","entry","ListCache","MapCache","Stack","__data__","arrayLikeKeys","inherited","isArray","isObjectLike","isArrayLike","isArrayLikeObject","isArguments","n","baseTimes","String","skipIndexes","isIndex","assignValue","object","objValue","eq","assocIndexOf","baseClone","isDeep","isFull","customizer","stack","isObject","isArr","constructor","input","initCloneArray","source","copyArray","tag","getTag","isFunc","buffer","slice","copy","cloneBuffer","isPrototype","proto","initCloneObject","copyObject","getSymbols","copySymbols","baseAssign","cloneFunc","Ctor","cloneArrayBuffer","dataView","byteOffset","byteLength","cloneDataView","typedArray","cloneTypedArray","cloneMap","regexp","lastIndex","cloneRegExp","cloneSet","symbol","initCloneByTag","stacked","props","keysFunc","symbolsFunc","values","offset","arrayPush","baseGetAllKeys","getAllKeys","arrayEach","subValue","baseIsNative","isFunction","arrayBuffer","newValue","getMapData","type","getValue","has","pop","cache","pairs","LARGE_ARRAY_SIZE","other","ArrayBuffer","resolve","ctorString","isLength","baseKeys","__webpack_module_cache__","__webpack_require__","moduleId","id","loaded","__webpack_modules__","nmd","paths","children"],"mappings":"CAAA,SAA2CA,EAAMC,GAC1B,iBAAZC,SAA0C,iBAAXC,OACxCA,OAAOD,QAAUD,IACQ,mBAAXG,QAAyBA,OAAOC,IAC9CD,OAAO,cAAe,GAAIH,GACA,iBAAZC,QACdA,QAAQ,eAAiBD,IAEzBD,EAAK,eAAiBC,IARxB,CASGK,QAAQ,WACX,M,wCCVA,I,8EAAA,S,4BAGeC,Q,8HCHf,gBAEA,Y,0/CAIA,MAAMC,EAAkCC,IACtC,MAAMC,EAAcD,EAAiBE,QAAO,CAACC,GAAMC,KAAYD,EAAMC,GAAQ,GAC7E,IAAID,EAAM,EACV,OAAOH,EAAiBK,KAAI,EAAED,EAAQE,MACpCH,GAAOC,EAASH,EACT,CAACE,EAAKG,OAKXC,EAA0BC,UAAWH,KAAI,EAAGD,UAAUE,IAAU,CAACF,EAAQE,KACzEG,EAAoCV,EAA+BQ,GAInEG,EAAkB,CAACC,EAASC,EAAWC,IAAgBA,MAC3D,IAAIC,EA2BJ,OAzBEA,EADqB,mBAAZH,EACM,CAACA,GACPA,aAAmBI,OACb,CACbC,GACmB,iBAAVA,GAAsBA,GAASA,EAAMC,UACxCN,EAAQO,KAAKF,EAAMC,WACnBN,EAAQO,KAAKF,IAGZL,aAAmBQ,MACbR,EAAQN,KAAIe,GAAeV,EAAgBU,KAC9B,iBAAZT,EACDU,OAAOC,QAAQX,GAASN,KAAI,EAAEkB,EAAKC,KAChDd,EAAgBc,GAAaX,GAAgBA,EAAaU,OAG7C,CACbP,GACmB,iBAAVA,GAAsBA,GAASA,EAAMC,UACxCN,IAAYK,EAAMC,UAClBN,IAAYK,GAKdH,IACN,IACE,MAAMG,EAAQJ,EAASC,GACvB,OAAOC,EAAaW,OAAML,GAAeA,EAAYJ,KACrD,MAAOU,GAEP,OAAO,KAwBPC,EAAgC,CAACV,EAAWW,KAChDP,OAAOQ,eAAeZ,EAAW,6BAA8B,CAC7Da,cAAc,EACdC,YAAY,EACZC,UAAU,EACVhB,MAAOY,K,EA6CRK,OAAOC,Y,IAxCWpC,E,uZACnB,WAAYa,GAAS,MAGnB,G,4FAHmB,aACnB,gBADmB,GAuCE,IACrB,EAAKwB,KAAKlB,YAxCS,mBA2CV,IACT,EAAKkB,KAAKlB,YA5CS,iBA+CZ,KACP,MAAMA,EAAY,IAAInB,EAGtB,OAFA6B,EAA8BV,EAAW,EAAKW,4BAC9CX,EAAUmB,YACHnB,KAnDY,oBAsDT,KAEV,MAAMoB,EAAeC,KAAKC,UACnB,CAAEjC,GAAS,EAAKsB,2BACpBY,MAAK,EAAEC,KAAsBA,EAAmBJ,IAC7CK,EAAelC,UAAWF,GAEhC,EAAK6B,MAAO,aAAUO,MA3DtBf,EAA8B,EAAD,GA9BuBhB,KACtD,IAAKA,EACH,OAAOF,EAGT,MAAMkC,EAASjC,EAAgBC,GAEzBX,EAAmB,GAMzB,OALAQ,UAAWoC,SAAQ,CAACF,EAAcpC,KAC5BqC,EAAOD,IACT1C,EAAiB6C,KAAK,CAACH,EAAatC,OAAQE,OAGzCP,EAA+BC,IAiBA8C,CAA+CnC,IACpC,IAA3C,EAAKiB,2BAA2BmB,OAClC,MAAM,IAAIC,MAAM,wCAKlB,OAFA,EAAKZ,YAEL,IAAO,IAAIa,MAAJ,KAAgB,CACrBC,MAAO,IAAM,EAAKX,SAClBY,IAAK,CAACC,EAAQC,EAAUC,KAItB,GAHsBF,EAAOjB,MAA4B,iBAAbkB,GACvChC,OAAOkC,UAAUC,eAAeC,KAAKL,EAAOjB,KAAMkB,IAClDhC,OAAOkC,UAAUG,qBAAqBD,KAAKL,EAAOjB,KAAMkB,GAC1C,CACjB,MAAMrC,EAAQoC,EAAOjB,KAAKkB,GAC1B,QAAcM,IAAV3C,EACF,OAAOA,EAIX,OAAO4C,QAAQT,IAAIC,EAAQC,EAAUC,O,YAvBNO,W,cAAlB/D,E,UA4BFa,IACf,IACE,OAAO,IAAIb,EAAUa,GACrB,MAAOe,GACP,OAAO,S,8CC/Gb,IAGIoC,EAAiB,4BAGjBC,EAAmB,iBAGnBC,EAAU,qBAEVC,EAAU,mBACVC,EAAU,gBAEVC,EAAU,oBACVC,EAAS,6BACTC,EAAS,eACTC,EAAY,kBACZC,EAAY,kBACZC,EAAa,mBACbC,EAAY,kBACZC,EAAS,eACTC,EAAY,kBACZC,EAAY,kBACZC,EAAa,mBAEbC,EAAiB,uBACjBC,EAAc,oBACdC,EAAa,wBACbC,EAAa,wBACbC,EAAU,qBACVC,EAAW,sBACXC,EAAW,sBACXC,EAAW,sBACXC,EAAkB,6BAClBC,EAAY,uBACZC,EAAY,uBASZC,EAAU,OAGVC,EAAe,8BAGfC,EAAW,mBAGXC,EAAgB,GACpBA,EAAc5B,GAAW4B,EA7CV,kBA8CfA,EAAcd,GAAkBc,EAAcb,GAC9Ca,EAAc3B,GAAW2B,EAAc1B,GACvC0B,EAAcZ,GAAcY,EAAcX,GAC1CW,EAAcV,GAAWU,EAAcT,GACvCS,EAAcR,GAAYQ,EAAcvB,GACxCuB,EAActB,GAAasB,EAAcrB,GACzCqB,EAAcnB,GAAamB,EAAclB,GACzCkB,EAAcjB,GAAaiB,EAAchB,GACzCgB,EAAcP,GAAYO,EAAcN,GACxCM,EAAcL,GAAaK,EAAcJ,IAAa,EACtDI,EArDe,kBAqDWA,EAAczB,GACxCyB,EAAcf,IAAc,EAG5B,IAAIgB,EAA8B,iBAAVhG,QAAsBA,QAAUA,OAAOwB,SAAWA,QAAUxB,OAGhFiG,EAA0B,iBAARC,MAAoBA,MAAQA,KAAK1E,SAAWA,QAAU0E,KAGxExG,EAAOsG,GAAcC,GAAYjC,SAAS,cAATA,GAGjCmC,EAA4CvG,IAAYA,EAAQwG,UAAYxG,EAG5EyG,EAAaF,GAA4CtG,IAAWA,EAAOuG,UAAYvG,EAGvFyG,EAAgBD,GAAcA,EAAWzG,UAAYuG,EAUzD,SAASI,EAAY/F,EAAKgG,GAGxB,OADAhG,EAAIiG,IAAID,EAAK,GAAIA,EAAK,IACfhG,EAWT,SAASkG,EAAYD,EAAKtF,GAGxB,OADAsF,EAAIE,IAAIxF,GACDsF,EAuDT,SAASG,EAAYC,EAAOC,EAAUC,EAAaC,GACjD,IAAIvG,GAAS,EACTyC,EAAS2D,EAAQA,EAAM3D,OAAS,EAKpC,IAHI8D,GAAa9D,IACf6D,EAAcF,IAAQpG,MAEfA,EAAQyC,GACf6D,EAAcD,EAASC,EAAaF,EAAMpG,GAAQA,EAAOoG,GAE3D,OAAOE,EAyCT,SAASE,EAAa9F,GAGpB,IAAI+F,GAAS,EACb,GAAa,MAAT/F,GAA0C,mBAAlBA,EAAMgG,SAChC,IACED,KAAY/F,EAAQ,IACpB,MAAOiG,IAEX,OAAOF,EAUT,SAASG,EAAW7G,GAClB,IAAIC,GAAS,EACTyG,EAAS5F,MAAMd,EAAI8G,MAKvB,OAHA9G,EAAIuC,SAAQ,SAAS5B,EAAOO,GAC1BwF,IAASzG,GAAS,CAACiB,EAAKP,MAEnB+F,EAWT,SAASK,EAAQC,EAAMC,GACrB,OAAO,SAASC,GACd,OAAOF,EAAKC,EAAUC,KAW1B,SAASC,EAAWlB,GAClB,IAAIhG,GAAS,EACTyG,EAAS5F,MAAMmF,EAAIa,MAKvB,OAHAb,EAAI1D,SAAQ,SAAS5B,GACnB+F,IAASzG,GAASU,KAEb+F,EAIT,IASMU,EATFC,EAAavG,MAAMoC,UACnBoE,EAAY9D,SAASN,UACrBqE,EAAcvG,OAAOkC,UAGrBsE,EAAatI,EAAK,sBAGlBuI,GACEL,EAAM,SAASM,KAAKF,GAAcA,EAAWG,MAAQH,EAAWG,KAAKC,UAAY,KACvE,iBAAmBR,EAAO,GAItCS,EAAeP,EAAUX,SAGzBxD,GAAiBoE,EAAYpE,eAO7B2E,GAAiBP,EAAYZ,SAG7BoB,GAAarH,OAAO,IACtBmH,EAAazE,KAAKD,IAAgB6E,QAzQjB,sBAyQuC,QACvDA,QAAQ,yDAA0D,SAAW,KAI5EC,GAASnC,EAAgB5G,EAAK+I,YAAS3E,EACvC1B,GAAS1C,EAAK0C,OACdsG,GAAahJ,EAAKgJ,WAClBC,GAAepB,EAAQ/F,OAAOoH,eAAgBpH,QAC9CqH,GAAerH,OAAOsH,OACtBjF,GAAuBkE,EAAYlE,qBACnCkF,GAASlB,EAAWkB,OAGpBC,GAAmBxH,OAAOyH,sBAC1BC,GAAiBT,GAASA,GAAOU,cAAWrF,EAC5CsF,GAAa7B,EAAQ/F,OAAO2G,KAAM3G,QAGlC6H,GAAWC,GAAU5J,EAAM,YAC3B6J,GAAMD,GAAU5J,EAAM,OACtB8J,GAAUF,GAAU5J,EAAM,WAC1B+J,GAAMH,GAAU5J,EAAM,OACtBgK,GAAUJ,GAAU5J,EAAM,WAC1BiK,GAAeL,GAAU9H,OAAQ,UAGjCoI,GAAqBC,GAASR,IAC9BS,GAAgBD,GAASN,IACzBQ,GAAoBF,GAASL,IAC7BQ,GAAgBH,GAASJ,IACzBQ,GAAoBJ,GAASH,IAG7BQ,GAAc9H,GAASA,GAAOsB,eAAYI,EAC1CqG,GAAgBD,GAAcA,GAAYE,aAAUtG,EASxD,SAASuG,GAAK5I,GACZ,IAAIhB,GAAS,EACTyC,EAASzB,EAAUA,EAAQyB,OAAS,EAGxC,IADAoH,KAAKC,UACI9J,EAAQyC,GAAQ,CACvB,IAAIsH,EAAQ/I,EAAQhB,GACpB6J,KAAK7D,IAAI+D,EAAM,GAAIA,EAAM,KA2F7B,SAASC,GAAUhJ,GACjB,IAAIhB,GAAS,EACTyC,EAASzB,EAAUA,EAAQyB,OAAS,EAGxC,IADAoH,KAAKC,UACI9J,EAAQyC,GAAQ,CACvB,IAAIsH,EAAQ/I,EAAQhB,GACpB6J,KAAK7D,IAAI+D,EAAM,GAAIA,EAAM,KAyG7B,SAASE,GAASjJ,GAChB,IAAIhB,GAAS,EACTyC,EAASzB,EAAUA,EAAQyB,OAAS,EAGxC,IADAoH,KAAKC,UACI9J,EAAQyC,GAAQ,CACvB,IAAIsH,EAAQ/I,EAAQhB,GACpB6J,KAAK7D,IAAI+D,EAAM,GAAIA,EAAM,KAuF7B,SAASG,GAAMlJ,GACb6I,KAAKM,SAAW,IAAIH,GAAUhJ,GA4FhC,SAASoJ,GAAc1J,EAAO2J,GAG5B,IAAI5D,EAAU6D,GAAQ5J,IAsrBxB,SAAqBA,GAEnB,OAmFF,SAA2BA,GACzB,OAmIF,SAAsBA,GACpB,QAASA,GAAyB,iBAATA,EApIlB6J,CAAa7J,IAAU8J,GAAY9J,GApFnC+J,CAAkB/J,IAAUwC,GAAeC,KAAKzC,EAAO,aAC1D0C,GAAqBD,KAAKzC,EAAO,WAAamH,GAAe1E,KAAKzC,IAAUgD,GAzrBhDgH,CAAYhK,GAljB9C,SAAmBiK,EAAGtE,GAIpB,IAHA,IAAIrG,GAAS,EACTyG,EAAS5F,MAAM8J,KAEV3K,EAAQ2K,GACflE,EAAOzG,GAASqG,EAASrG,GAE3B,OAAOyG,EA4iBHmE,CAAUlK,EAAM+B,OAAQoI,QACxB,GAEApI,EAASgE,EAAOhE,OAChBqI,IAAgBrI,EAEpB,IAAK,IAAIxB,KAAOP,GACT2J,IAAanH,GAAeC,KAAKzC,EAAOO,IACvC6J,IAAuB,UAAP7J,GAAmB8J,GAAQ9J,EAAKwB,KACpDgE,EAAOlE,KAAKtB,GAGhB,OAAOwF,EAaT,SAASuE,GAAYC,EAAQhK,EAAKP,GAChC,IAAIwK,EAAWD,EAAOhK,GAChBiC,GAAeC,KAAK8H,EAAQhK,IAAQkK,GAAGD,EAAUxK,UACxC2C,IAAV3C,GAAyBO,KAAOgK,KACnCA,EAAOhK,GAAOP,GAYlB,SAAS0K,GAAahF,EAAOnF,GAE3B,IADA,IAAIwB,EAAS2D,EAAM3D,OACZA,KACL,GAAI0I,GAAG/E,EAAM3D,GAAQ,GAAIxB,GACvB,OAAOwB,EAGX,OAAQ,EA8BV,SAAS4I,GAAU3K,EAAO4K,EAAQC,EAAQC,EAAYvK,EAAKgK,EAAQQ,GACjE,IAAIhF,EAIJ,GAHI+E,IACF/E,EAASwE,EAASO,EAAW9K,EAAOO,EAAKgK,EAAQQ,GAASD,EAAW9K,SAExD2C,IAAXoD,EACF,OAAOA,EAET,IAAKiF,GAAShL,GACZ,OAAOA,EAET,IAAIiL,EAAQrB,GAAQ5J,GACpB,GAAIiL,GAEF,GADAlF,EA2XJ,SAAwBL,GACtB,IAAI3D,EAAS2D,EAAM3D,OACfgE,EAASL,EAAMwF,YAAYnJ,GAG3BA,GAA6B,iBAAZ2D,EAAM,IAAkBlD,GAAeC,KAAKiD,EAAO,WACtEK,EAAOzG,MAAQoG,EAAMpG,MACrByG,EAAOoF,MAAQzF,EAAMyF,OAEvB,OAAOpF,EApYIqF,CAAepL,IACnB4K,EACH,OA6ON,SAAmBS,EAAQ3F,GACzB,IAAIpG,GAAS,EACTyC,EAASsJ,EAAOtJ,OAEpB2D,IAAUA,EAAQvF,MAAM4B,IACxB,OAASzC,EAAQyC,GACf2D,EAAMpG,GAAS+L,EAAO/L,GAExB,OAAOoG,EArPI4F,CAAUtL,EAAO+F,OAErB,CACL,IAAIwF,EAAMC,GAAOxL,GACbyL,EAASF,GAAOpI,GAAWoI,GAAOnI,EAEtC,GAAI4E,GAAShI,GACX,OA0HN,SAAqB0L,EAAQd,GAC3B,GAAIA,EACF,OAAOc,EAAOC,QAEhB,IAAI5F,EAAS,IAAI2F,EAAOR,YAAYQ,EAAO3J,QAE3C,OADA2J,EAAOE,KAAK7F,GACLA,EAhII8F,CAAY7L,EAAO4K,GAE5B,GAAIW,GAAOhI,GAAagI,GAAOvI,GAAYyI,IAAWlB,EAAS,CAC7D,GAAIzE,EAAa9F,GACf,OAAOuK,EAASvK,EAAQ,GAG1B,GADA+F,EA+XN,SAAyBwE,GACvB,MAAqC,mBAAtBA,EAAOW,aAA8BY,GAAYvB,GAE5D,IAzVcwB,EAwVHvE,GAAa+C,GAvVrBS,GAASe,GAASrE,GAAaqE,GAAS,IADjD,IAAoBA,EAzCLC,CAAgBP,EAAS,GAAKzL,IAClC4K,EACH,OA6QR,SAAqBS,EAAQd,GAC3B,OAAO0B,GAAWZ,EAAQa,GAAWb,GAASd,GA9QjC4B,CAAYnM,EAhD3B,SAAoBuK,EAAQc,GAC1B,OAAOd,GAAU0B,GAAWZ,EAAQrE,GAAKqE,GAASd,GA+ClB6B,CAAWrG,EAAQ/F,QAE1C,CACL,IAAK4E,EAAc2G,GACjB,OAAOhB,EAASvK,EAAQ,GAE1B+F,EA0YN,SAAwBwE,EAAQgB,EAAKc,EAAWzB,GAC9C,IAAI0B,EAAO/B,EAAOW,YAClB,OAAQK,GACN,KAAKzH,EACH,OAAOyI,GAAiBhC,GAE1B,KAAKtH,EACL,KAAKC,EACH,OAAO,IAAIoJ,GAAM/B,GAEnB,KAAKxG,EACH,OA3QN,SAAuByI,EAAU5B,GAC/B,IAAIc,EAASd,EAAS2B,GAAiBC,EAASd,QAAUc,EAASd,OACnE,OAAO,IAAIc,EAAStB,YAAYQ,EAAQc,EAASC,WAAYD,EAASE,YAyQ3DC,CAAcpC,EAAQK,GAE/B,KAAK5G,EAAY,KAAKC,EACtB,KAAKC,EAAS,KAAKC,EAAU,KAAKC,EAClC,KAAKC,EAAU,KAAKC,EAAiB,KAAKC,EAAW,KAAKC,EACxD,OA/MN,SAAyBoI,EAAYhC,GACnC,IAAIc,EAASd,EAAS2B,GAAiBK,EAAWlB,QAAUkB,EAAWlB,OACvE,OAAO,IAAIkB,EAAW1B,YAAYQ,EAAQkB,EAAWH,WAAYG,EAAW7K,QA6MjE8K,CAAgBtC,EAAQK,GAEjC,KAAKvH,EACH,OArQN,SAAkBhE,EAAKuL,EAAQyB,GAE7B,OAAO5G,EADKmF,EAASyB,EAAUnG,EAAW7G,IAAM,GAAQ6G,EAAW7G,GACzC+F,EAAa,IAAI/F,EAAI6L,aAmQpC4B,CAASvC,EAAQK,EAAQyB,GAElC,KAAK/I,EACL,KAAKK,EACH,OAAO,IAAI2I,EAAK/B,GAElB,KAAK9G,EACH,OAhQN,SAAqBsJ,GACnB,IAAIhH,EAAS,IAAIgH,EAAO7B,YAAY6B,EAAO1B,OAAQ5G,EAAQsC,KAAKgG,IAEhE,OADAhH,EAAOiH,UAAYD,EAAOC,UACnBjH,EA6PIkH,CAAY1C,GAErB,KAAK7G,EACH,OApPN,SAAkB4B,EAAKsF,EAAQyB,GAE7B,OAAO5G,EADKmF,EAASyB,EAAU7F,EAAWlB,IAAM,GAAQkB,EAAWlB,GACzCC,EAAa,IAAID,EAAI4F,aAkPpCgC,CAAS3C,EAAQK,EAAQyB,GAElC,KAAKzI,EACH,OA3OeuJ,EA2OI5C,EA1OhBvB,GAAgB3I,OAAO2I,GAAcvG,KAAK0K,IAAW,GAD9D,IAAqBA,EA/LNC,CAAepN,EAAOuL,EAAKZ,GAAWC,IAInDG,IAAUA,EAAQ,IAAIvB,IACtB,IAAI6D,EAAUtC,EAAM5I,IAAInC,GACxB,GAAIqN,EACF,OAAOA,EAIT,GAFAtC,EAAMzF,IAAItF,EAAO+F,IAEZkF,EACH,IAAIqC,EAAQzC,EAsQhB,SAAoBN,GAClB,OAnOF,SAAwBA,EAAQgD,EAAUC,GACxC,IAAIzH,EAASwH,EAAShD,GACtB,OAAOX,GAAQW,GAAUxE,EApwB3B,SAAmBL,EAAO+H,GAKxB,IAJA,IAAInO,GAAS,EACTyC,EAAS0L,EAAO1L,OAChB2L,EAAShI,EAAM3D,SAEVzC,EAAQyC,GACf2D,EAAMgI,EAASpO,GAASmO,EAAOnO,GAEjC,OAAOoG,EA4vB2BiI,CAAU5H,EAAQyH,EAAYjD,IAiOzDqD,CAAerD,EAAQvD,GAAMkF,IAvQb2B,CAAW7N,GAASgH,GAAKhH,GAUhD,OA5vBF,SAAmB0F,EAAOC,GAIxB,IAHA,IAAIrG,GAAS,EACTyC,EAAS2D,EAAQA,EAAM3D,OAAS,IAE3BzC,EAAQyC,IAC8B,IAAzC4D,EAASD,EAAMpG,GAAQA,EAAOoG,MA+uBpCoI,CAAUR,GAAStN,GAAO,SAAS+N,EAAUxN,GACvC+M,IAEFS,EAAW/N,EADXO,EAAMwN,IAIRzD,GAAYvE,EAAQxF,EAAKoK,GAAUoD,EAAUnD,EAAQC,EAAQC,EAAYvK,EAAKP,EAAO+K,OAEhFhF,EAkDT,SAASiI,GAAahO,GACpB,SAAKgL,GAAShL,KAyYEqG,EAzYiBrG,EA0YxB8G,GAAeA,KAAcT,MAvYvB4H,GAAWjO,IAAU8F,EAAa9F,GAAUoH,GAAa1C,GACzDxE,KAAKwI,GAAS1I,IAqY/B,IAAkBqG,EAtVlB,SAASkG,GAAiB2B,GACxB,IAAInI,EAAS,IAAImI,EAAYhD,YAAYgD,EAAYxB,YAErD,OADA,IAAInF,GAAWxB,GAAQT,IAAI,IAAIiC,GAAW2G,IACnCnI,EA8GT,SAASkG,GAAWZ,EAAQiC,EAAO/C,EAAQO,GACzCP,IAAWA,EAAS,IAKpB,IAHA,IAAIjL,GAAS,EACTyC,EAASuL,EAAMvL,SAEVzC,EAAQyC,GAAQ,CACvB,IAAIxB,EAAM+M,EAAMhO,GAEZ6O,EAAWrD,EACXA,EAAWP,EAAOhK,GAAM8K,EAAO9K,GAAMA,EAAKgK,EAAQc,QAClD1I,EAEJ2H,GAAYC,EAAQhK,OAAkBoC,IAAbwL,EAAyB9C,EAAO9K,GAAO4N,GAElE,OAAO5D,EAkCT,SAAS6D,GAAW/O,EAAKkB,GACvB,IAqKiBP,EACbqO,EAtKAlN,EAAO9B,EAAIoK,SACf,OAsKgB,WADZ4E,SADarO,EApKAO,KAsKmB,UAAR8N,GAA4B,UAARA,GAA4B,WAARA,EACrD,cAAVrO,EACU,OAAVA,GAvKDmB,EAAmB,iBAAPZ,EAAkB,SAAW,QACzCY,EAAK9B,IAWX,SAAS8I,GAAUoC,EAAQhK,GACzB,IAAIP,EAj8BN,SAAkBuK,EAAQhK,GACxB,OAAiB,MAAVgK,OAAiB5H,EAAY4H,EAAOhK,GAg8B/B+N,CAAS/D,EAAQhK,GAC7B,OAAOyN,GAAahO,GAASA,OAAQ2C,EA7tBvCuG,GAAK3G,UAAU6G,MAnEf,WACED,KAAKM,SAAWjB,GAAeA,GAAa,MAAQ,IAmEtDU,GAAK3G,UAAkB,OAtDvB,SAAoBhC,GAClB,OAAO4I,KAAKoF,IAAIhO,WAAe4I,KAAKM,SAASlJ,IAsD/C2I,GAAK3G,UAAUJ,IA1Cf,SAAiB5B,GACf,IAAIY,EAAOgI,KAAKM,SAChB,GAAIjB,GAAc,CAChB,IAAIzC,EAAS5E,EAAKZ,GAClB,OAAOwF,IAAWjD,OAAiBH,EAAYoD,EAEjD,OAAOvD,GAAeC,KAAKtB,EAAMZ,GAAOY,EAAKZ,QAAOoC,GAqCtDuG,GAAK3G,UAAUgM,IAzBf,SAAiBhO,GACf,IAAIY,EAAOgI,KAAKM,SAChB,OAAOjB,QAA6B7F,IAAdxB,EAAKZ,GAAqBiC,GAAeC,KAAKtB,EAAMZ,IAwB5E2I,GAAK3G,UAAU+C,IAXf,SAAiB/E,EAAKP,GAGpB,OAFWmJ,KAAKM,SACXlJ,GAAQiI,SAA0B7F,IAAV3C,EAAuB8C,EAAiB9C,EAC9DmJ,MAoHTG,GAAU/G,UAAU6G,MAjFpB,WACED,KAAKM,SAAW,IAiFlBH,GAAU/G,UAAkB,OArE5B,SAAyBhC,GACvB,IAAIY,EAAOgI,KAAKM,SACZnK,EAAQoL,GAAavJ,EAAMZ,GAE/B,QAAIjB,EAAQ,KAIRA,GADY6B,EAAKY,OAAS,EAE5BZ,EAAKqN,MAEL5G,GAAOnF,KAAKtB,EAAM7B,EAAO,IAEpB,IAyDTgK,GAAU/G,UAAUJ,IA7CpB,SAAsB5B,GACpB,IAAIY,EAAOgI,KAAKM,SACZnK,EAAQoL,GAAavJ,EAAMZ,GAE/B,OAAOjB,EAAQ,OAAIqD,EAAYxB,EAAK7B,GAAO,IA0C7CgK,GAAU/G,UAAUgM,IA9BpB,SAAsBhO,GACpB,OAAOmK,GAAavB,KAAKM,SAAUlJ,IAAQ,GA8B7C+I,GAAU/G,UAAU+C,IAjBpB,SAAsB/E,EAAKP,GACzB,IAAImB,EAAOgI,KAAKM,SACZnK,EAAQoL,GAAavJ,EAAMZ,GAO/B,OALIjB,EAAQ,EACV6B,EAAKU,KAAK,CAACtB,EAAKP,IAEhBmB,EAAK7B,GAAO,GAAKU,EAEZmJ,MAkGTI,GAAShH,UAAU6G,MA/DnB,WACED,KAAKM,SAAW,CACd,KAAQ,IAAIP,GACZ,IAAO,IAAKd,IAAOkB,IACnB,OAAU,IAAIJ,KA4DlBK,GAAShH,UAAkB,OA/C3B,SAAwBhC,GACtB,OAAO6N,GAAWjF,KAAM5I,GAAa,OAAEA,IA+CzCgJ,GAAShH,UAAUJ,IAnCnB,SAAqB5B,GACnB,OAAO6N,GAAWjF,KAAM5I,GAAK4B,IAAI5B,IAmCnCgJ,GAAShH,UAAUgM,IAvBnB,SAAqBhO,GACnB,OAAO6N,GAAWjF,KAAM5I,GAAKgO,IAAIhO,IAuBnCgJ,GAAShH,UAAU+C,IAVnB,SAAqB/E,EAAKP,GAExB,OADAoO,GAAWjF,KAAM5I,GAAK+E,IAAI/E,EAAKP,GACxBmJ,MAgGTK,GAAMjH,UAAU6G,MApEhB,WACED,KAAKM,SAAW,IAAIH,IAoEtBE,GAAMjH,UAAkB,OAxDxB,SAAqBhC,GACnB,OAAO4I,KAAKM,SAAiB,OAAElJ,IAwDjCiJ,GAAMjH,UAAUJ,IA5ChB,SAAkB5B,GAChB,OAAO4I,KAAKM,SAAStH,IAAI5B,IA4C3BiJ,GAAMjH,UAAUgM,IAhChB,SAAkBhO,GAChB,OAAO4I,KAAKM,SAAS8E,IAAIhO,IAgC3BiJ,GAAMjH,UAAU+C,IAnBhB,SAAkB/E,EAAKP,GACrB,IAAIyO,EAAQtF,KAAKM,SACjB,GAAIgF,aAAiBnF,GAAW,CAC9B,IAAIoF,EAAQD,EAAMhF,SAClB,IAAKrB,IAAQsG,EAAM3M,OAAS4M,IAE1B,OADAD,EAAM7M,KAAK,CAACtB,EAAKP,IACVmJ,KAETsF,EAAQtF,KAAKM,SAAW,IAAIF,GAASmF,GAGvC,OADAD,EAAMnJ,IAAI/E,EAAKP,GACRmJ,MAicT,IAAI+C,GAAarE,GAAmBzB,EAAQyB,GAAkBxH,QAyhB9D,WACE,MAAO,IAjhBLmL,GAtQJ,SAAoBxL,GAClB,OAAOmH,GAAe1E,KAAKzC,IAyX7B,SAASqK,GAAQrK,EAAO+B,GAEtB,SADAA,EAAmB,MAAVA,EAAiBgB,EAAmBhB,KAE1B,iBAAT/B,GAAqB2E,EAASzE,KAAKF,KAC1CA,GAAS,GAAKA,EAAQ,GAAK,GAAKA,EAAQ+B,EAmC7C,SAAS+J,GAAY9L,GACnB,IAAIsM,EAAOtM,GAASA,EAAMkL,YAG1B,OAAOlL,KAFqB,mBAARsM,GAAsBA,EAAK/J,WAAcqE,GAY/D,SAAS8B,GAASrC,GAChB,GAAY,MAARA,EAAc,CAChB,IACE,OAAOa,EAAazE,KAAK4D,GACzB,MAAOJ,IACT,IACE,OAAQI,EAAO,GACf,MAAOJ,KAEX,MAAO,GAyDT,SAASwE,GAAGzK,EAAO4O,GACjB,OAAO5O,IAAU4O,GAAU5O,GAAUA,GAAS4O,GAAUA,GAxOrD1G,IAAYsD,GAAO,IAAItD,GAAS,IAAI2G,YAAY,MAAQ9K,GACxDqE,IAAOoD,GAAO,IAAIpD,KAAQ/E,GAC1BgF,IAAWmD,GAAOnD,GAAQyG,YAActL,GACxC8E,IAAOkD,GAAO,IAAIlD,KAAQ5E,GAC1B6E,IAAWiD,GAAO,IAAIjD,KAAY1E,KACrC2H,GAAS,SAASxL,GAChB,IAAI+F,EAASoB,GAAe1E,KAAKzC,GAC7BsM,EAAOvG,GAAUxC,EAAYvD,EAAMkL,iBAAcvI,EACjDoM,EAAazC,EAAO5D,GAAS4D,QAAQ3J,EAEzC,GAAIoM,EACF,OAAQA,GACN,KAAKtG,GAAoB,OAAO1E,EAChC,KAAK4E,GAAe,OAAOtF,EAC3B,KAAKuF,GAAmB,OAAOpF,EAC/B,KAAKqF,GAAe,OAAOnF,EAC3B,KAAKoF,GAAmB,OAAOjF,EAGnC,OAAOkC,IAuQX,IAAI6D,GAAUzJ,MAAMyJ,QA2BpB,SAASE,GAAY9J,GACnB,OAAgB,MAATA,GAqGT,SAAkBA,GAChB,MAAuB,iBAATA,GACZA,GAAS,GAAKA,EAAQ,GAAK,GAAKA,GAAS+C,EAvGnBiM,CAAShP,EAAM+B,UAAYkM,GAAWjO,GAiDhE,IAAIgI,GAAWD,IAsLf,WACE,OAAO,GApKT,SAASkG,GAAWjO,GAGlB,IAAIuL,EAAMP,GAAShL,GAASmH,GAAe1E,KAAKzC,GAAS,GACzD,OAAOuL,GAAOpI,GAAWoI,GAAOnI,EA2DlC,SAAS4H,GAAShL,GAChB,IAAIqO,SAAcrO,EAClB,QAASA,IAAkB,UAARqO,GAA4B,YAARA,GA2DzC,SAASrH,GAAKuD,GACZ,OAAOT,GAAYS,GAAUb,GAAca,GAtuB7C,SAAkBA,GAChB,IAAKuB,GAAYvB,GACf,OAAOtC,GAAWsC,GAEpB,IAAIxE,EAAS,GACb,IAAK,IAAIxF,KAAOF,OAAOkK,GACjB/H,GAAeC,KAAK8H,EAAQhK,IAAe,eAAPA,GACtCwF,EAAOlE,KAAKtB,GAGhB,OAAOwF,EA4tB8CkJ,CAAS1E,GA0ChE7L,EAAOD,QA9VP,SAAmBuB,GACjB,OAAO2K,GAAU3K,GAAO,GAAM,K,stvjGCr3C5BkP,EAA2B,GAG/B,SAASC,EAAoBC,GAE5B,GAAGF,EAAyBE,GAC3B,OAAOF,EAAyBE,GAAU3Q,QAG3C,IAAIC,EAASwQ,EAAyBE,GAAY,CACjDC,GAAID,EACJE,QAAQ,EACR7Q,QAAS,IAUV,OANA8Q,EAAoBH,GAAU1Q,EAAQA,EAAOD,QAAS0Q,GAGtDzQ,EAAO4Q,QAAS,EAGT5Q,EAAOD,QCpBf,OCHA0Q,EAAoBK,IAAO9Q,IAC1BA,EAAO+Q,MAAQ,GACV/Q,EAAOgR,WAAUhR,EAAOgR,SAAW,IACjChR,GDADyQ,EAAoB,M","file":"index.js","sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"user-agents\", [], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"user-agents\"] = factory();\n\telse\n\t\troot[\"user-agents\"] = factory();\n})(global, function() {\nreturn ","import UserAgent from './user-agent';\n\n\nexport default UserAgent;\n","import cloneDeep from 'lodash.clonedeep';\n\nimport userAgents from './user-agents.json';\n\n\n// Normalizes the total weight to 1 and constructs a cumulative distribution.\nconst makeCumulativeWeightIndexPairs = (weightIndexPairs) => {\n const totalWeight = weightIndexPairs.reduce((sum, [weight]) => sum + weight, 0);\n let sum = 0;\n return weightIndexPairs.map(([weight, index]) => {\n sum += weight / totalWeight;\n return [sum, index];\n });\n};\n\n// Precompute these so that we can quickly generate unfiltered user agents.\nconst defaultWeightIndexPairs = userAgents.map(({ weight }, index) => [weight, index]);\nconst defaultCumulativeWeightIndexPairs = makeCumulativeWeightIndexPairs(defaultWeightIndexPairs);\n\n\n// Turn the various filter formats into a single filter function that acts on raw user agents.\nconst constructFilter = (filters, accessor = parentObject => parentObject) => {\n let childFilters;\n if (typeof filters === 'function') {\n childFilters = [filters];\n } else if (filters instanceof RegExp) {\n childFilters = [\n value => (\n typeof value === 'object' && value && value.userAgent\n ? filters.test(value.userAgent)\n : filters.test(value)\n ),\n ];\n } else if (filters instanceof Array) {\n childFilters = filters.map(childFilter => constructFilter(childFilter));\n } else if (typeof filters === 'object') {\n childFilters = Object.entries(filters).map(([key, valueFilter]) => (\n constructFilter(valueFilter, parentObject => parentObject[key])\n ));\n } else {\n childFilters = [\n value => (\n typeof value === 'object' && value && value.userAgent\n ? filters === value.userAgent\n : filters === value\n ),\n ];\n }\n\n return (parentObject) => {\n try {\n const value = accessor(parentObject);\n return childFilters.every(childFilter => childFilter(value));\n } catch (error) {\n // This happens when a user-agent lacks a nested property.\n return false;\n }\n };\n};\n\n\n// Construct normalized cumulative weight index pairs given the filters.\nconst constructCumulativeWeightIndexPairsFromFilters = (filters) => {\n if (!filters) {\n return defaultCumulativeWeightIndexPairs;\n }\n\n const filter = constructFilter(filters);\n\n const weightIndexPairs = [];\n userAgents.forEach((rawUserAgent, index) => {\n if (filter(rawUserAgent)) {\n weightIndexPairs.push([rawUserAgent.weight, index]);\n }\n });\n return makeCumulativeWeightIndexPairs(weightIndexPairs);\n};\n\n\nconst setCumulativeWeightIndexPairs = (userAgent, cumulativeWeightIndexPairs) => {\n Object.defineProperty(userAgent, 'cumulativeWeightIndexPairs', {\n configurable: true,\n enumerable: false,\n writable: false,\n value: cumulativeWeightIndexPairs,\n });\n};\n\n\nexport default class UserAgent extends Function {\n constructor(filters) {\n super();\n setCumulativeWeightIndexPairs(this, constructCumulativeWeightIndexPairsFromFilters(filters));\n if (this.cumulativeWeightIndexPairs.length === 0) {\n throw new Error('No user agents matched your filters.');\n }\n\n this.randomize();\n\n return new Proxy(this, {\n apply: () => this.random(),\n get: (target, property, receiver) => {\n const dataCandidate = target.data && typeof property === 'string'\n && Object.prototype.hasOwnProperty.call(target.data, property)\n && Object.prototype.propertyIsEnumerable.call(target.data, property);\n if (dataCandidate) {\n const value = target.data[property];\n if (value !== undefined) {\n return value;\n }\n }\n\n return Reflect.get(target, property, receiver);\n },\n });\n }\n\n static random = (filters) => {\n try {\n return new UserAgent(filters);\n } catch (error) {\n return null;\n }\n };\n\n //\n // Standard Object Methods\n //\n\n [Symbol.toPrimitive] = () => (\n this.data.userAgent\n );\n\n toString = () => (\n this.data.userAgent\n );\n\n random = () => {\n const userAgent = new UserAgent();\n setCumulativeWeightIndexPairs(userAgent, this.cumulativeWeightIndexPairs);\n userAgent.randomize();\n return userAgent;\n };\n\n randomize = () => {\n // Find a random raw random user agent.\n const randomNumber = Math.random();\n const [, index] = this.cumulativeWeightIndexPairs\n .find(([cumulativeWeight]) => cumulativeWeight > randomNumber);\n const rawUserAgent = userAgents[index];\n\n this.data = cloneDeep(rawUserAgent);\n }\n}\n","/**\n * lodash (Custom Build) \n * Build: `lodash modularize exports=\"npm\" -o ./`\n * Copyright jQuery Foundation and other contributors \n * Released under MIT license \n * Based on Underscore.js 1.8.3 \n * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\n */\n\n/** Used as the size to enable large array optimizations. */\nvar LARGE_ARRAY_SIZE = 200;\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n arrayTag = '[object Array]',\n boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n errorTag = '[object Error]',\n funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n objectTag = '[object Object]',\n promiseTag = '[object Promise]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n symbolTag = '[object Symbol]',\n weakMapTag = '[object WeakMap]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]',\n float32Tag = '[object Float32Array]',\n float64Tag = '[object Float64Array]',\n int8Tag = '[object Int8Array]',\n int16Tag = '[object Int16Array]',\n int32Tag = '[object Int32Array]',\n uint8Tag = '[object Uint8Array]',\n uint8ClampedTag = '[object Uint8ClampedArray]',\n uint16Tag = '[object Uint16Array]',\n uint32Tag = '[object Uint32Array]';\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to match `RegExp` flags from their coerced string values. */\nvar reFlags = /\\w*$/;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Used to detect unsigned integer values. */\nvar reIsUint = /^(?:0|[1-9]\\d*)$/;\n\n/** Used to identify `toStringTag` values supported by `_.clone`. */\nvar cloneableTags = {};\ncloneableTags[argsTag] = cloneableTags[arrayTag] =\ncloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] =\ncloneableTags[boolTag] = cloneableTags[dateTag] =\ncloneableTags[float32Tag] = cloneableTags[float64Tag] =\ncloneableTags[int8Tag] = cloneableTags[int16Tag] =\ncloneableTags[int32Tag] = cloneableTags[mapTag] =\ncloneableTags[numberTag] = cloneableTags[objectTag] =\ncloneableTags[regexpTag] = cloneableTags[setTag] =\ncloneableTags[stringTag] = cloneableTags[symbolTag] =\ncloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] =\ncloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true;\ncloneableTags[errorTag] = cloneableTags[funcTag] =\ncloneableTags[weakMapTag] = false;\n\n/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/**\n * Adds the key-value `pair` to `map`.\n *\n * @private\n * @param {Object} map The map to modify.\n * @param {Array} pair The key-value pair to add.\n * @returns {Object} Returns `map`.\n */\nfunction addMapEntry(map, pair) {\n // Don't return `map.set` because it's not chainable in IE 11.\n map.set(pair[0], pair[1]);\n return map;\n}\n\n/**\n * Adds `value` to `set`.\n *\n * @private\n * @param {Object} set The set to modify.\n * @param {*} value The value to add.\n * @returns {Object} Returns `set`.\n */\nfunction addSetEntry(set, value) {\n // Don't return `set.add` because it's not chainable in IE 11.\n set.add(value);\n return set;\n}\n\n/**\n * A specialized version of `_.forEach` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns `array`.\n */\nfunction arrayEach(array, iteratee) {\n var index = -1,\n length = array ? array.length : 0;\n\n while (++index < length) {\n if (iteratee(array[index], index, array) === false) {\n break;\n }\n }\n return array;\n}\n\n/**\n * Appends the elements of `values` to `array`.\n *\n * @private\n * @param {Array} array The array to modify.\n * @param {Array} values The values to append.\n * @returns {Array} Returns `array`.\n */\nfunction arrayPush(array, values) {\n var index = -1,\n length = values.length,\n offset = array.length;\n\n while (++index < length) {\n array[offset + index] = values[index];\n }\n return array;\n}\n\n/**\n * A specialized version of `_.reduce` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @param {*} [accumulator] The initial value.\n * @param {boolean} [initAccum] Specify using the first element of `array` as\n * the initial value.\n * @returns {*} Returns the accumulated value.\n */\nfunction arrayReduce(array, iteratee, accumulator, initAccum) {\n var index = -1,\n length = array ? array.length : 0;\n\n if (initAccum && length) {\n accumulator = array[++index];\n }\n while (++index < length) {\n accumulator = iteratee(accumulator, array[index], index, array);\n }\n return accumulator;\n}\n\n/**\n * The base implementation of `_.times` without support for iteratee shorthands\n * or max array length checks.\n *\n * @private\n * @param {number} n The number of times to invoke `iteratee`.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the array of results.\n */\nfunction baseTimes(n, iteratee) {\n var index = -1,\n result = Array(n);\n\n while (++index < n) {\n result[index] = iteratee(index);\n }\n return result;\n}\n\n/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\n/**\n * Checks if `value` is a host object in IE < 9.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a host object, else `false`.\n */\nfunction isHostObject(value) {\n // Many host objects are `Object` objects that can coerce to strings\n // despite having improperly defined `toString` methods.\n var result = false;\n if (value != null && typeof value.toString != 'function') {\n try {\n result = !!(value + '');\n } catch (e) {}\n }\n return result;\n}\n\n/**\n * Converts `map` to its key-value pairs.\n *\n * @private\n * @param {Object} map The map to convert.\n * @returns {Array} Returns the key-value pairs.\n */\nfunction mapToArray(map) {\n var index = -1,\n result = Array(map.size);\n\n map.forEach(function(value, key) {\n result[++index] = [key, value];\n });\n return result;\n}\n\n/**\n * Creates a unary function that invokes `func` with its argument transformed.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} transform The argument transform.\n * @returns {Function} Returns the new function.\n */\nfunction overArg(func, transform) {\n return function(arg) {\n return func(transform(arg));\n };\n}\n\n/**\n * Converts `set` to an array of its values.\n *\n * @private\n * @param {Object} set The set to convert.\n * @returns {Array} Returns the values.\n */\nfunction setToArray(set) {\n var index = -1,\n result = Array(set.size);\n\n set.forEach(function(value) {\n result[++index] = value;\n });\n return result;\n}\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype,\n funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar objectToString = objectProto.toString;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/** Built-in value references. */\nvar Buffer = moduleExports ? root.Buffer : undefined,\n Symbol = root.Symbol,\n Uint8Array = root.Uint8Array,\n getPrototype = overArg(Object.getPrototypeOf, Object),\n objectCreate = Object.create,\n propertyIsEnumerable = objectProto.propertyIsEnumerable,\n splice = arrayProto.splice;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeGetSymbols = Object.getOwnPropertySymbols,\n nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined,\n nativeKeys = overArg(Object.keys, Object);\n\n/* Built-in method references that are verified to be native. */\nvar DataView = getNative(root, 'DataView'),\n Map = getNative(root, 'Map'),\n Promise = getNative(root, 'Promise'),\n Set = getNative(root, 'Set'),\n WeakMap = getNative(root, 'WeakMap'),\n nativeCreate = getNative(Object, 'create');\n\n/** Used to detect maps, sets, and weakmaps. */\nvar dataViewCtorString = toSource(DataView),\n mapCtorString = toSource(Map),\n promiseCtorString = toSource(Promise),\n setCtorString = toSource(Set),\n weakMapCtorString = toSource(WeakMap);\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n}\n\n/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction hashDelete(key) {\n return this.has(key) && delete this.__data__[key];\n}\n\n/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction hashGet(key) {\n var data = this.__data__;\n if (nativeCreate) {\n var result = data[key];\n return result === HASH_UNDEFINED ? undefined : result;\n }\n return hasOwnProperty.call(data, key) ? data[key] : undefined;\n}\n\n/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction hashHas(key) {\n var data = this.__data__;\n return nativeCreate ? data[key] !== undefined : hasOwnProperty.call(data, key);\n}\n\n/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */\nfunction hashSet(key, value) {\n var data = this.__data__;\n data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\n return this;\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n this.__data__ = [];\n}\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n return false;\n }\n var lastIndex = data.length - 1;\n if (index == lastIndex) {\n data.pop();\n } else {\n splice.call(data, index, 1);\n }\n return true;\n}\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n return index < 0 ? undefined : data[index][1];\n}\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n return assocIndexOf(this.__data__, key) > -1;\n}\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n data.push([key, value]);\n } else {\n data[index][1] = value;\n }\n return this;\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\n/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction MapCache(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n this.__data__ = {\n 'hash': new Hash,\n 'map': new (Map || ListCache),\n 'string': new Hash\n };\n}\n\n/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction mapCacheDelete(key) {\n return getMapData(this, key)['delete'](key);\n}\n\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction mapCacheGet(key) {\n return getMapData(this, key).get(key);\n}\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n return getMapData(this, key).has(key);\n}\n\n/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */\nfunction mapCacheSet(key, value) {\n getMapData(this, key).set(key, value);\n return this;\n}\n\n// Add methods to `MapCache`.\nMapCache.prototype.clear = mapCacheClear;\nMapCache.prototype['delete'] = mapCacheDelete;\nMapCache.prototype.get = mapCacheGet;\nMapCache.prototype.has = mapCacheHas;\nMapCache.prototype.set = mapCacheSet;\n\n/**\n * Creates a stack cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Stack(entries) {\n this.__data__ = new ListCache(entries);\n}\n\n/**\n * Removes all key-value entries from the stack.\n *\n * @private\n * @name clear\n * @memberOf Stack\n */\nfunction stackClear() {\n this.__data__ = new ListCache;\n}\n\n/**\n * Removes `key` and its value from the stack.\n *\n * @private\n * @name delete\n * @memberOf Stack\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction stackDelete(key) {\n return this.__data__['delete'](key);\n}\n\n/**\n * Gets the stack value for `key`.\n *\n * @private\n * @name get\n * @memberOf Stack\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction stackGet(key) {\n return this.__data__.get(key);\n}\n\n/**\n * Checks if a stack value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Stack\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction stackHas(key) {\n return this.__data__.has(key);\n}\n\n/**\n * Sets the stack `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Stack\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the stack cache instance.\n */\nfunction stackSet(key, value) {\n var cache = this.__data__;\n if (cache instanceof ListCache) {\n var pairs = cache.__data__;\n if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {\n pairs.push([key, value]);\n return this;\n }\n cache = this.__data__ = new MapCache(pairs);\n }\n cache.set(key, value);\n return this;\n}\n\n// Add methods to `Stack`.\nStack.prototype.clear = stackClear;\nStack.prototype['delete'] = stackDelete;\nStack.prototype.get = stackGet;\nStack.prototype.has = stackHas;\nStack.prototype.set = stackSet;\n\n/**\n * Creates an array of the enumerable property names of the array-like `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @param {boolean} inherited Specify returning inherited property names.\n * @returns {Array} Returns the array of property names.\n */\nfunction arrayLikeKeys(value, inherited) {\n // Safari 8.1 makes `arguments.callee` enumerable in strict mode.\n // Safari 9 makes `arguments.length` enumerable in strict mode.\n var result = (isArray(value) || isArguments(value))\n ? baseTimes(value.length, String)\n : [];\n\n var length = result.length,\n skipIndexes = !!length;\n\n for (var key in value) {\n if ((inherited || hasOwnProperty.call(value, key)) &&\n !(skipIndexes && (key == 'length' || isIndex(key, length)))) {\n result.push(key);\n }\n }\n return result;\n}\n\n/**\n * Assigns `value` to `key` of `object` if the existing value is not equivalent\n * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * for equality comparisons.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction assignValue(object, key, value) {\n var objValue = object[key];\n if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||\n (value === undefined && !(key in object))) {\n object[key] = value;\n }\n}\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n var length = array.length;\n while (length--) {\n if (eq(array[length][0], key)) {\n return length;\n }\n }\n return -1;\n}\n\n/**\n * The base implementation of `_.assign` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */\nfunction baseAssign(object, source) {\n return object && copyObject(source, keys(source), object);\n}\n\n/**\n * The base implementation of `_.clone` and `_.cloneDeep` which tracks\n * traversed objects.\n *\n * @private\n * @param {*} value The value to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @param {boolean} [isFull] Specify a clone including symbols.\n * @param {Function} [customizer] The function to customize cloning.\n * @param {string} [key] The key of `value`.\n * @param {Object} [object] The parent object of `value`.\n * @param {Object} [stack] Tracks traversed objects and their clone counterparts.\n * @returns {*} Returns the cloned value.\n */\nfunction baseClone(value, isDeep, isFull, customizer, key, object, stack) {\n var result;\n if (customizer) {\n result = object ? customizer(value, key, object, stack) : customizer(value);\n }\n if (result !== undefined) {\n return result;\n }\n if (!isObject(value)) {\n return value;\n }\n var isArr = isArray(value);\n if (isArr) {\n result = initCloneArray(value);\n if (!isDeep) {\n return copyArray(value, result);\n }\n } else {\n var tag = getTag(value),\n isFunc = tag == funcTag || tag == genTag;\n\n if (isBuffer(value)) {\n return cloneBuffer(value, isDeep);\n }\n if (tag == objectTag || tag == argsTag || (isFunc && !object)) {\n if (isHostObject(value)) {\n return object ? value : {};\n }\n result = initCloneObject(isFunc ? {} : value);\n if (!isDeep) {\n return copySymbols(value, baseAssign(result, value));\n }\n } else {\n if (!cloneableTags[tag]) {\n return object ? value : {};\n }\n result = initCloneByTag(value, tag, baseClone, isDeep);\n }\n }\n // Check for circular references and return its corresponding clone.\n stack || (stack = new Stack);\n var stacked = stack.get(value);\n if (stacked) {\n return stacked;\n }\n stack.set(value, result);\n\n if (!isArr) {\n var props = isFull ? getAllKeys(value) : keys(value);\n }\n arrayEach(props || value, function(subValue, key) {\n if (props) {\n key = subValue;\n subValue = value[key];\n }\n // Recursively populate clone (susceptible to call stack limits).\n assignValue(result, key, baseClone(subValue, isDeep, isFull, customizer, key, value, stack));\n });\n return result;\n}\n\n/**\n * The base implementation of `_.create` without support for assigning\n * properties to the created object.\n *\n * @private\n * @param {Object} prototype The object to inherit from.\n * @returns {Object} Returns the new object.\n */\nfunction baseCreate(proto) {\n return isObject(proto) ? objectCreate(proto) : {};\n}\n\n/**\n * The base implementation of `getAllKeys` and `getAllKeysIn` which uses\n * `keysFunc` and `symbolsFunc` to get the enumerable property names and\n * symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Function} keysFunc The function to get the keys of `object`.\n * @param {Function} symbolsFunc The function to get the symbols of `object`.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction baseGetAllKeys(object, keysFunc, symbolsFunc) {\n var result = keysFunc(object);\n return isArray(object) ? result : arrayPush(result, symbolsFunc(object));\n}\n\n/**\n * The base implementation of `getTag`.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nfunction baseGetTag(value) {\n return objectToString.call(value);\n}\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n * else `false`.\n */\nfunction baseIsNative(value) {\n if (!isObject(value) || isMasked(value)) {\n return false;\n }\n var pattern = (isFunction(value) || isHostObject(value)) ? reIsNative : reIsHostCtor;\n return pattern.test(toSource(value));\n}\n\n/**\n * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction baseKeys(object) {\n if (!isPrototype(object)) {\n return nativeKeys(object);\n }\n var result = [];\n for (var key in Object(object)) {\n if (hasOwnProperty.call(object, key) && key != 'constructor') {\n result.push(key);\n }\n }\n return result;\n}\n\n/**\n * Creates a clone of `buffer`.\n *\n * @private\n * @param {Buffer} buffer The buffer to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Buffer} Returns the cloned buffer.\n */\nfunction cloneBuffer(buffer, isDeep) {\n if (isDeep) {\n return buffer.slice();\n }\n var result = new buffer.constructor(buffer.length);\n buffer.copy(result);\n return result;\n}\n\n/**\n * Creates a clone of `arrayBuffer`.\n *\n * @private\n * @param {ArrayBuffer} arrayBuffer The array buffer to clone.\n * @returns {ArrayBuffer} Returns the cloned array buffer.\n */\nfunction cloneArrayBuffer(arrayBuffer) {\n var result = new arrayBuffer.constructor(arrayBuffer.byteLength);\n new Uint8Array(result).set(new Uint8Array(arrayBuffer));\n return result;\n}\n\n/**\n * Creates a clone of `dataView`.\n *\n * @private\n * @param {Object} dataView The data view to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned data view.\n */\nfunction cloneDataView(dataView, isDeep) {\n var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer;\n return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength);\n}\n\n/**\n * Creates a clone of `map`.\n *\n * @private\n * @param {Object} map The map to clone.\n * @param {Function} cloneFunc The function to clone values.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned map.\n */\nfunction cloneMap(map, isDeep, cloneFunc) {\n var array = isDeep ? cloneFunc(mapToArray(map), true) : mapToArray(map);\n return arrayReduce(array, addMapEntry, new map.constructor);\n}\n\n/**\n * Creates a clone of `regexp`.\n *\n * @private\n * @param {Object} regexp The regexp to clone.\n * @returns {Object} Returns the cloned regexp.\n */\nfunction cloneRegExp(regexp) {\n var result = new regexp.constructor(regexp.source, reFlags.exec(regexp));\n result.lastIndex = regexp.lastIndex;\n return result;\n}\n\n/**\n * Creates a clone of `set`.\n *\n * @private\n * @param {Object} set The set to clone.\n * @param {Function} cloneFunc The function to clone values.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned set.\n */\nfunction cloneSet(set, isDeep, cloneFunc) {\n var array = isDeep ? cloneFunc(setToArray(set), true) : setToArray(set);\n return arrayReduce(array, addSetEntry, new set.constructor);\n}\n\n/**\n * Creates a clone of the `symbol` object.\n *\n * @private\n * @param {Object} symbol The symbol object to clone.\n * @returns {Object} Returns the cloned symbol object.\n */\nfunction cloneSymbol(symbol) {\n return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {};\n}\n\n/**\n * Creates a clone of `typedArray`.\n *\n * @private\n * @param {Object} typedArray The typed array to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned typed array.\n */\nfunction cloneTypedArray(typedArray, isDeep) {\n var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer;\n return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);\n}\n\n/**\n * Copies the values of `source` to `array`.\n *\n * @private\n * @param {Array} source The array to copy values from.\n * @param {Array} [array=[]] The array to copy values to.\n * @returns {Array} Returns `array`.\n */\nfunction copyArray(source, array) {\n var index = -1,\n length = source.length;\n\n array || (array = Array(length));\n while (++index < length) {\n array[index] = source[index];\n }\n return array;\n}\n\n/**\n * Copies properties of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy properties from.\n * @param {Array} props The property identifiers to copy.\n * @param {Object} [object={}] The object to copy properties to.\n * @param {Function} [customizer] The function to customize copied values.\n * @returns {Object} Returns `object`.\n */\nfunction copyObject(source, props, object, customizer) {\n object || (object = {});\n\n var index = -1,\n length = props.length;\n\n while (++index < length) {\n var key = props[index];\n\n var newValue = customizer\n ? customizer(object[key], source[key], key, object, source)\n : undefined;\n\n assignValue(object, key, newValue === undefined ? source[key] : newValue);\n }\n return object;\n}\n\n/**\n * Copies own symbol properties of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy symbols from.\n * @param {Object} [object={}] The object to copy symbols to.\n * @returns {Object} Returns `object`.\n */\nfunction copySymbols(source, object) {\n return copyObject(source, getSymbols(source), object);\n}\n\n/**\n * Creates an array of own enumerable property names and symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction getAllKeys(object) {\n return baseGetAllKeys(object, keys, getSymbols);\n}\n\n/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */\nfunction getMapData(map, key) {\n var data = map.__data__;\n return isKeyable(key)\n ? data[typeof key == 'string' ? 'string' : 'hash']\n : data.map;\n}\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = getValue(object, key);\n return baseIsNative(value) ? value : undefined;\n}\n\n/**\n * Creates an array of the own enumerable symbol properties of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */\nvar getSymbols = nativeGetSymbols ? overArg(nativeGetSymbols, Object) : stubArray;\n\n/**\n * Gets the `toStringTag` of `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nvar getTag = baseGetTag;\n\n// Fallback for data views, maps, sets, and weak maps in IE 11,\n// for data views in Edge < 14, and promises in Node.js.\nif ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||\n (Map && getTag(new Map) != mapTag) ||\n (Promise && getTag(Promise.resolve()) != promiseTag) ||\n (Set && getTag(new Set) != setTag) ||\n (WeakMap && getTag(new WeakMap) != weakMapTag)) {\n getTag = function(value) {\n var result = objectToString.call(value),\n Ctor = result == objectTag ? value.constructor : undefined,\n ctorString = Ctor ? toSource(Ctor) : undefined;\n\n if (ctorString) {\n switch (ctorString) {\n case dataViewCtorString: return dataViewTag;\n case mapCtorString: return mapTag;\n case promiseCtorString: return promiseTag;\n case setCtorString: return setTag;\n case weakMapCtorString: return weakMapTag;\n }\n }\n return result;\n };\n}\n\n/**\n * Initializes an array clone.\n *\n * @private\n * @param {Array} array The array to clone.\n * @returns {Array} Returns the initialized clone.\n */\nfunction initCloneArray(array) {\n var length = array.length,\n result = array.constructor(length);\n\n // Add properties assigned by `RegExp#exec`.\n if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) {\n result.index = array.index;\n result.input = array.input;\n }\n return result;\n}\n\n/**\n * Initializes an object clone.\n *\n * @private\n * @param {Object} object The object to clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneObject(object) {\n return (typeof object.constructor == 'function' && !isPrototype(object))\n ? baseCreate(getPrototype(object))\n : {};\n}\n\n/**\n * Initializes an object clone based on its `toStringTag`.\n *\n * **Note:** This function only supports cloning values with tags of\n * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.\n *\n * @private\n * @param {Object} object The object to clone.\n * @param {string} tag The `toStringTag` of the object to clone.\n * @param {Function} cloneFunc The function to clone values.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneByTag(object, tag, cloneFunc, isDeep) {\n var Ctor = object.constructor;\n switch (tag) {\n case arrayBufferTag:\n return cloneArrayBuffer(object);\n\n case boolTag:\n case dateTag:\n return new Ctor(+object);\n\n case dataViewTag:\n return cloneDataView(object, isDeep);\n\n case float32Tag: case float64Tag:\n case int8Tag: case int16Tag: case int32Tag:\n case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag:\n return cloneTypedArray(object, isDeep);\n\n case mapTag:\n return cloneMap(object, isDeep, cloneFunc);\n\n case numberTag:\n case stringTag:\n return new Ctor(object);\n\n case regexpTag:\n return cloneRegExp(object);\n\n case setTag:\n return cloneSet(object, isDeep, cloneFunc);\n\n case symbolTag:\n return cloneSymbol(object);\n }\n}\n\n/**\n * Checks if `value` is a valid array-like index.\n *\n * @private\n * @param {*} value The value to check.\n * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\n * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\n */\nfunction isIndex(value, length) {\n length = length == null ? MAX_SAFE_INTEGER : length;\n return !!length &&\n (typeof value == 'number' || reIsUint.test(value)) &&\n (value > -1 && value % 1 == 0 && value < length);\n}\n\n/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n var type = typeof value;\n return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\n ? (value !== '__proto__')\n : (value === null);\n}\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n return !!maskSrcKey && (maskSrcKey in func);\n}\n\n/**\n * Checks if `value` is likely a prototype object.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\n */\nfunction isPrototype(value) {\n var Ctor = value && value.constructor,\n proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;\n\n return value === proto;\n}\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to process.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return (func + '');\n } catch (e) {}\n }\n return '';\n}\n\n/**\n * This method is like `_.clone` except that it recursively clones `value`.\n *\n * @static\n * @memberOf _\n * @since 1.0.0\n * @category Lang\n * @param {*} value The value to recursively clone.\n * @returns {*} Returns the deep cloned value.\n * @see _.clone\n * @example\n *\n * var objects = [{ 'a': 1 }, { 'b': 2 }];\n *\n * var deep = _.cloneDeep(objects);\n * console.log(deep[0] === objects[0]);\n * // => false\n */\nfunction cloneDeep(value) {\n return baseClone(value, true, true);\n}\n\n/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\n/**\n * Checks if `value` is likely an `arguments` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n * else `false`.\n * @example\n *\n * _.isArguments(function() { return arguments; }());\n * // => true\n *\n * _.isArguments([1, 2, 3]);\n * // => false\n */\nfunction isArguments(value) {\n // Safari 8.1 makes `arguments.callee` enumerable in strict mode.\n return isArrayLikeObject(value) && hasOwnProperty.call(value, 'callee') &&\n (!propertyIsEnumerable.call(value, 'callee') || objectToString.call(value) == argsTag);\n}\n\n/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\n/**\n * Checks if `value` is array-like. A value is considered array-like if it's\n * not a function and has a `value.length` that's an integer greater than or\n * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\n * @example\n *\n * _.isArrayLike([1, 2, 3]);\n * // => true\n *\n * _.isArrayLike(document.body.children);\n * // => true\n *\n * _.isArrayLike('abc');\n * // => true\n *\n * _.isArrayLike(_.noop);\n * // => false\n */\nfunction isArrayLike(value) {\n return value != null && isLength(value.length) && !isFunction(value);\n}\n\n/**\n * This method is like `_.isArrayLike` except that it also checks if `value`\n * is an object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array-like object,\n * else `false`.\n * @example\n *\n * _.isArrayLikeObject([1, 2, 3]);\n * // => true\n *\n * _.isArrayLikeObject(document.body.children);\n * // => true\n *\n * _.isArrayLikeObject('abc');\n * // => false\n *\n * _.isArrayLikeObject(_.noop);\n * // => false\n */\nfunction isArrayLikeObject(value) {\n return isObjectLike(value) && isArrayLike(value);\n}\n\n/**\n * Checks if `value` is a buffer.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.\n * @example\n *\n * _.isBuffer(new Buffer(2));\n * // => true\n *\n * _.isBuffer(new Uint8Array(2));\n * // => false\n */\nvar isBuffer = nativeIsBuffer || stubFalse;\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n // The use of `Object#toString` avoids issues with the `typeof` operator\n // in Safari 8-9 which returns 'object' for typed array and other constructors.\n var tag = isObject(value) ? objectToString.call(value) : '';\n return tag == funcTag || tag == genTag;\n}\n\n/**\n * Checks if `value` is a valid array-like length.\n *\n * **Note:** This method is loosely based on\n * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\n * @example\n *\n * _.isLength(3);\n * // => true\n *\n * _.isLength(Number.MIN_VALUE);\n * // => false\n *\n * _.isLength(Infinity);\n * // => false\n *\n * _.isLength('3');\n * // => false\n */\nfunction isLength(value) {\n return typeof value == 'number' &&\n value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\n}\n\n/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return !!value && (type == 'object' || type == 'function');\n}\n\n/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return !!value && typeof value == 'object';\n}\n\n/**\n * Creates an array of the own enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects. See the\n * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * for more details.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keys(new Foo);\n * // => ['a', 'b'] (iteration order is not guaranteed)\n *\n * _.keys('hi');\n * // => ['0', '1']\n */\nfunction keys(object) {\n return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);\n}\n\n/**\n * This method returns a new empty array.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {Array} Returns the new empty array.\n * @example\n *\n * var arrays = _.times(2, _.stubArray);\n *\n * console.log(arrays);\n * // => [[], []]\n *\n * console.log(arrays[0] === arrays[1]);\n * // => false\n */\nfunction stubArray() {\n return [];\n}\n\n/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n return false;\n}\n\nmodule.exports = cloneDeep;\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tif(__webpack_module_cache__[moduleId]) {\n\t\treturn __webpack_module_cache__[moduleId].exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// module exports must be returned from runtime so entry inlining is disabled\n// startup\n// Load entry module and return exports\nreturn __webpack_require__(442);\n","__webpack_require__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};"],"sourceRoot":""} \ No newline at end of file +{"version":3,"sources":["webpack://user-agents/webpack/universalModuleDefinition","webpack://user-agents/./src/index.js","webpack://user-agents/./src/user-agent.js","webpack://user-agents/./node_modules/lodash.clonedeep/index.js","webpack://user-agents/webpack/bootstrap","webpack://user-agents/webpack/startup","webpack://user-agents/webpack/runtime/node module decorator"],"names":["root","factory","exports","module","define","amd","global","UserAgent","makeCumulativeWeightIndexPairs","weightIndexPairs","totalWeight","reduce","sum","weight","map","index","defaultWeightIndexPairs","userAgents","defaultCumulativeWeightIndexPairs","constructFilter","filters","accessor","parentObject","childFilters","RegExp","value","userAgent","test","Array","childFilter","Object","entries","key","valueFilter","every","error","setCumulativeWeightIndexPairs","cumulativeWeightIndexPairs","defineProperty","configurable","enumerable","writable","Symbol","toPrimitive","data","randomize","randomNumber","Math","random","find","cumulativeWeight","rawUserAgent","filter","forEach","push","constructCumulativeWeightIndexPairsFromFilters","length","Error","Proxy","apply","get","target","property","receiver","prototype","hasOwnProperty","call","propertyIsEnumerable","undefined","Reflect","Function","HASH_UNDEFINED","MAX_SAFE_INTEGER","argsTag","boolTag","dateTag","funcTag","genTag","mapTag","numberTag","objectTag","promiseTag","regexpTag","setTag","stringTag","symbolTag","weakMapTag","arrayBufferTag","dataViewTag","float32Tag","float64Tag","int8Tag","int16Tag","int32Tag","uint8Tag","uint8ClampedTag","uint16Tag","uint32Tag","reFlags","reIsHostCtor","reIsUint","cloneableTags","freeGlobal","freeSelf","self","freeExports","nodeType","freeModule","moduleExports","addMapEntry","pair","set","addSetEntry","add","arrayReduce","array","iteratee","accumulator","initAccum","isHostObject","result","toString","e","mapToArray","size","overArg","func","transform","arg","setToArray","uid","arrayProto","funcProto","objectProto","coreJsData","maskSrcKey","exec","keys","IE_PROTO","funcToString","objectToString","reIsNative","replace","Buffer","Uint8Array","getPrototype","getPrototypeOf","objectCreate","create","splice","nativeGetSymbols","getOwnPropertySymbols","nativeIsBuffer","isBuffer","nativeKeys","DataView","getNative","Map","Promise","Set","WeakMap","nativeCreate","dataViewCtorString","toSource","mapCtorString","promiseCtorString","setCtorString","weakMapCtorString","symbolProto","symbolValueOf","valueOf","Hash","this","clear","entry","ListCache","MapCache","Stack","__data__","arrayLikeKeys","inherited","isArray","isObjectLike","isArrayLike","isArrayLikeObject","isArguments","n","baseTimes","String","skipIndexes","isIndex","assignValue","object","objValue","eq","assocIndexOf","baseClone","isDeep","isFull","customizer","stack","isObject","isArr","constructor","input","initCloneArray","source","copyArray","tag","getTag","isFunc","buffer","slice","copy","cloneBuffer","isPrototype","proto","initCloneObject","copyObject","getSymbols","copySymbols","baseAssign","cloneFunc","Ctor","cloneArrayBuffer","dataView","byteOffset","byteLength","cloneDataView","typedArray","cloneTypedArray","cloneMap","regexp","lastIndex","cloneRegExp","cloneSet","symbol","initCloneByTag","stacked","props","keysFunc","symbolsFunc","values","offset","arrayPush","baseGetAllKeys","getAllKeys","arrayEach","subValue","baseIsNative","isFunction","arrayBuffer","newValue","getMapData","type","getValue","has","pop","cache","pairs","LARGE_ARRAY_SIZE","other","ArrayBuffer","resolve","ctorString","isLength","baseKeys","__webpack_module_cache__","__webpack_require__","moduleId","id","loaded","__webpack_modules__","nmd","paths","children"],"mappings":"CAAA,SAA2CA,EAAMC,GAC1B,iBAAZC,SAA0C,iBAAXC,OACxCA,OAAOD,QAAUD,IACQ,mBAAXG,QAAyBA,OAAOC,IAC9CD,OAAO,cAAe,GAAIH,GACA,iBAAZC,QACdA,QAAQ,eAAiBD,IAEzBD,EAAK,eAAiBC,IARxB,CASGK,QAAQ,WACX,M,wCCVA,I,8EAAA,S,4BAGeC,Q,8HCHf,gBAEA,Y,0/CAIA,MAAMC,EAAkCC,IACtC,MAAMC,EAAcD,EAAiBE,QAAO,CAACC,GAAMC,KAAYD,EAAMC,GAAQ,GAC7E,IAAID,EAAM,EACV,OAAOH,EAAiBK,KAAI,EAAED,EAAQE,MACpCH,GAAOC,EAASH,EACT,CAACE,EAAKG,OAKXC,EAA0BC,UAAWH,KAAI,EAAGD,UAAUE,IAAU,CAACF,EAAQE,KACzEG,EAAoCV,EAA+BQ,GAInEG,EAAkB,CAACC,EAASC,EAAWC,IAAgBA,MAC3D,IAAIC,EA2BJ,OAzBEA,EADqB,mBAAZH,EACM,CAACA,GACPA,aAAmBI,OACb,CACbC,GACmB,iBAAVA,GAAsBA,GAASA,EAAMC,UACxCN,EAAQO,KAAKF,EAAMC,WACnBN,EAAQO,KAAKF,IAGZL,aAAmBQ,MACbR,EAAQN,KAAIe,GAAeV,EAAgBU,KAC9B,iBAAZT,EACDU,OAAOC,QAAQX,GAASN,KAAI,EAAEkB,EAAKC,KAChDd,EAAgBc,GAAaX,GAAgBA,EAAaU,OAG7C,CACbP,GACmB,iBAAVA,GAAsBA,GAASA,EAAMC,UACxCN,IAAYK,EAAMC,UAClBN,IAAYK,GAKdH,IACN,IACE,MAAMG,EAAQJ,EAASC,GACvB,OAAOC,EAAaW,OAAML,GAAeA,EAAYJ,KACrD,MAAOU,GAEP,OAAO,KAwBPC,EAAgC,CAACV,EAAWW,KAChDP,OAAOQ,eAAeZ,EAAW,6BAA8B,CAC7Da,cAAc,EACdC,YAAY,EACZC,UAAU,EACVhB,MAAOY,K,EA6CRK,OAAOC,Y,IAxCWpC,E,uZACnB,WAAYa,GAAS,MAGnB,G,4FAHmB,aACnB,gBADmB,GAuCE,IACrB,EAAKwB,KAAKlB,YAxCS,mBA2CV,IACT,EAAKkB,KAAKlB,YA5CS,iBA+CZ,KACP,MAAMA,EAAY,IAAInB,EAGtB,OAFA6B,EAA8BV,EAAW,EAAKW,4BAC9CX,EAAUmB,YACHnB,KAnDY,oBAsDT,KAEV,MAAMoB,EAAeC,KAAKC,UACnB,CAAEjC,GAAS,EAAKsB,2BACpBY,MAAK,EAAEC,KAAsBA,EAAmBJ,IAC7CK,EAAelC,UAAWF,GAEhC,EAAK6B,MAAO,aAAUO,MA3DtBf,EAA8B,EAAD,GA9BuBhB,KACtD,IAAKA,EACH,OAAOF,EAGT,MAAMkC,EAASjC,EAAgBC,GAEzBX,EAAmB,GAMzB,OALAQ,UAAWoC,SAAQ,CAACF,EAAcpC,KAC5BqC,EAAOD,IACT1C,EAAiB6C,KAAK,CAACH,EAAatC,OAAQE,OAGzCP,EAA+BC,IAiBA8C,CAA+CnC,IACpC,IAA3C,EAAKiB,2BAA2BmB,OAClC,MAAM,IAAIC,MAAM,wCAKlB,OAFA,EAAKZ,YAEL,IAAO,IAAIa,MAAJ,KAAgB,CACrBC,MAAO,IAAM,EAAKX,SAClBY,IAAK,CAACC,EAAQC,EAAUC,KAItB,GAHsBF,EAAOjB,MAA4B,iBAAbkB,GACvChC,OAAOkC,UAAUC,eAAeC,KAAKL,EAAOjB,KAAMkB,IAClDhC,OAAOkC,UAAUG,qBAAqBD,KAAKL,EAAOjB,KAAMkB,GAC1C,CACjB,MAAMrC,EAAQoC,EAAOjB,KAAKkB,GAC1B,QAAcM,IAAV3C,EACF,OAAOA,EAIX,OAAO4C,QAAQT,IAAIC,EAAQC,EAAUC,O,YAvBNO,W,cAAlB/D,E,UA4BFa,IACf,IACE,OAAO,IAAIb,EAAUa,GACrB,MAAOe,GACP,OAAO,S,8CC/Gb,IAGIoC,EAAiB,4BAGjBC,EAAmB,iBAGnBC,EAAU,qBAEVC,EAAU,mBACVC,EAAU,gBAEVC,EAAU,oBACVC,EAAS,6BACTC,EAAS,eACTC,EAAY,kBACZC,EAAY,kBACZC,EAAa,mBACbC,EAAY,kBACZC,EAAS,eACTC,EAAY,kBACZC,EAAY,kBACZC,EAAa,mBAEbC,EAAiB,uBACjBC,EAAc,oBACdC,EAAa,wBACbC,EAAa,wBACbC,EAAU,qBACVC,EAAW,sBACXC,EAAW,sBACXC,EAAW,sBACXC,EAAkB,6BAClBC,EAAY,uBACZC,EAAY,uBASZC,EAAU,OAGVC,EAAe,8BAGfC,EAAW,mBAGXC,EAAgB,GACpBA,EAAc5B,GAAW4B,EA7CV,kBA8CfA,EAAcd,GAAkBc,EAAcb,GAC9Ca,EAAc3B,GAAW2B,EAAc1B,GACvC0B,EAAcZ,GAAcY,EAAcX,GAC1CW,EAAcV,GAAWU,EAAcT,GACvCS,EAAcR,GAAYQ,EAAcvB,GACxCuB,EAActB,GAAasB,EAAcrB,GACzCqB,EAAcnB,GAAamB,EAAclB,GACzCkB,EAAcjB,GAAaiB,EAAchB,GACzCgB,EAAcP,GAAYO,EAAcN,GACxCM,EAAcL,GAAaK,EAAcJ,IAAa,EACtDI,EArDe,kBAqDWA,EAAczB,GACxCyB,EAAcf,IAAc,EAG5B,IAAIgB,EAA8B,iBAAVhG,QAAsBA,QAAUA,OAAOwB,SAAWA,QAAUxB,OAGhFiG,EAA0B,iBAARC,MAAoBA,MAAQA,KAAK1E,SAAWA,QAAU0E,KAGxExG,EAAOsG,GAAcC,GAAYjC,SAAS,cAATA,GAGjCmC,EAA4CvG,IAAYA,EAAQwG,UAAYxG,EAG5EyG,EAAaF,GAA4CtG,IAAWA,EAAOuG,UAAYvG,EAGvFyG,EAAgBD,GAAcA,EAAWzG,UAAYuG,EAUzD,SAASI,EAAY/F,EAAKgG,GAGxB,OADAhG,EAAIiG,IAAID,EAAK,GAAIA,EAAK,IACfhG,EAWT,SAASkG,EAAYD,EAAKtF,GAGxB,OADAsF,EAAIE,IAAIxF,GACDsF,EAuDT,SAASG,EAAYC,EAAOC,EAAUC,EAAaC,GACjD,IAAIvG,GAAS,EACTyC,EAAS2D,EAAQA,EAAM3D,OAAS,EAKpC,IAHI8D,GAAa9D,IACf6D,EAAcF,IAAQpG,MAEfA,EAAQyC,GACf6D,EAAcD,EAASC,EAAaF,EAAMpG,GAAQA,EAAOoG,GAE3D,OAAOE,EAyCT,SAASE,EAAa9F,GAGpB,IAAI+F,GAAS,EACb,GAAa,MAAT/F,GAA0C,mBAAlBA,EAAMgG,SAChC,IACED,KAAY/F,EAAQ,IACpB,MAAOiG,IAEX,OAAOF,EAUT,SAASG,EAAW7G,GAClB,IAAIC,GAAS,EACTyG,EAAS5F,MAAMd,EAAI8G,MAKvB,OAHA9G,EAAIuC,SAAQ,SAAS5B,EAAOO,GAC1BwF,IAASzG,GAAS,CAACiB,EAAKP,MAEnB+F,EAWT,SAASK,EAAQC,EAAMC,GACrB,OAAO,SAASC,GACd,OAAOF,EAAKC,EAAUC,KAW1B,SAASC,EAAWlB,GAClB,IAAIhG,GAAS,EACTyG,EAAS5F,MAAMmF,EAAIa,MAKvB,OAHAb,EAAI1D,SAAQ,SAAS5B,GACnB+F,IAASzG,GAASU,KAEb+F,EAIT,IASMU,EATFC,EAAavG,MAAMoC,UACnBoE,EAAY9D,SAASN,UACrBqE,EAAcvG,OAAOkC,UAGrBsE,EAAatI,EAAK,sBAGlBuI,GACEL,EAAM,SAASM,KAAKF,GAAcA,EAAWG,MAAQH,EAAWG,KAAKC,UAAY,KACvE,iBAAmBR,EAAO,GAItCS,EAAeP,EAAUX,SAGzBxD,GAAiBoE,EAAYpE,eAO7B2E,GAAiBP,EAAYZ,SAG7BoB,GAAarH,OAAO,IACtBmH,EAAazE,KAAKD,IAAgB6E,QAzQjB,sBAyQuC,QACvDA,QAAQ,yDAA0D,SAAW,KAI5EC,GAASnC,EAAgB5G,EAAK+I,YAAS3E,EACvC1B,GAAS1C,EAAK0C,OACdsG,GAAahJ,EAAKgJ,WAClBC,GAAepB,EAAQ/F,OAAOoH,eAAgBpH,QAC9CqH,GAAerH,OAAOsH,OACtBjF,GAAuBkE,EAAYlE,qBACnCkF,GAASlB,EAAWkB,OAGpBC,GAAmBxH,OAAOyH,sBAC1BC,GAAiBT,GAASA,GAAOU,cAAWrF,EAC5CsF,GAAa7B,EAAQ/F,OAAO2G,KAAM3G,QAGlC6H,GAAWC,GAAU5J,EAAM,YAC3B6J,GAAMD,GAAU5J,EAAM,OACtB8J,GAAUF,GAAU5J,EAAM,WAC1B+J,GAAMH,GAAU5J,EAAM,OACtBgK,GAAUJ,GAAU5J,EAAM,WAC1BiK,GAAeL,GAAU9H,OAAQ,UAGjCoI,GAAqBC,GAASR,IAC9BS,GAAgBD,GAASN,IACzBQ,GAAoBF,GAASL,IAC7BQ,GAAgBH,GAASJ,IACzBQ,GAAoBJ,GAASH,IAG7BQ,GAAc9H,GAASA,GAAOsB,eAAYI,EAC1CqG,GAAgBD,GAAcA,GAAYE,aAAUtG,EASxD,SAASuG,GAAK5I,GACZ,IAAIhB,GAAS,EACTyC,EAASzB,EAAUA,EAAQyB,OAAS,EAGxC,IADAoH,KAAKC,UACI9J,EAAQyC,GAAQ,CACvB,IAAIsH,EAAQ/I,EAAQhB,GACpB6J,KAAK7D,IAAI+D,EAAM,GAAIA,EAAM,KA2F7B,SAASC,GAAUhJ,GACjB,IAAIhB,GAAS,EACTyC,EAASzB,EAAUA,EAAQyB,OAAS,EAGxC,IADAoH,KAAKC,UACI9J,EAAQyC,GAAQ,CACvB,IAAIsH,EAAQ/I,EAAQhB,GACpB6J,KAAK7D,IAAI+D,EAAM,GAAIA,EAAM,KAyG7B,SAASE,GAASjJ,GAChB,IAAIhB,GAAS,EACTyC,EAASzB,EAAUA,EAAQyB,OAAS,EAGxC,IADAoH,KAAKC,UACI9J,EAAQyC,GAAQ,CACvB,IAAIsH,EAAQ/I,EAAQhB,GACpB6J,KAAK7D,IAAI+D,EAAM,GAAIA,EAAM,KAuF7B,SAASG,GAAMlJ,GACb6I,KAAKM,SAAW,IAAIH,GAAUhJ,GA4FhC,SAASoJ,GAAc1J,EAAO2J,GAG5B,IAAI5D,EAAU6D,GAAQ5J,IAsrBxB,SAAqBA,GAEnB,OAmFF,SAA2BA,GACzB,OAmIF,SAAsBA,GACpB,QAASA,GAAyB,iBAATA,EApIlB6J,CAAa7J,IAAU8J,GAAY9J,GApFnC+J,CAAkB/J,IAAUwC,GAAeC,KAAKzC,EAAO,aAC1D0C,GAAqBD,KAAKzC,EAAO,WAAamH,GAAe1E,KAAKzC,IAAUgD,GAzrBhDgH,CAAYhK,GAljB9C,SAAmBiK,EAAGtE,GAIpB,IAHA,IAAIrG,GAAS,EACTyG,EAAS5F,MAAM8J,KAEV3K,EAAQ2K,GACflE,EAAOzG,GAASqG,EAASrG,GAE3B,OAAOyG,EA4iBHmE,CAAUlK,EAAM+B,OAAQoI,QACxB,GAEApI,EAASgE,EAAOhE,OAChBqI,IAAgBrI,EAEpB,IAAK,IAAIxB,KAAOP,GACT2J,IAAanH,GAAeC,KAAKzC,EAAOO,IACvC6J,IAAuB,UAAP7J,GAAmB8J,GAAQ9J,EAAKwB,KACpDgE,EAAOlE,KAAKtB,GAGhB,OAAOwF,EAaT,SAASuE,GAAYC,EAAQhK,EAAKP,GAChC,IAAIwK,EAAWD,EAAOhK,GAChBiC,GAAeC,KAAK8H,EAAQhK,IAAQkK,GAAGD,EAAUxK,UACxC2C,IAAV3C,GAAyBO,KAAOgK,KACnCA,EAAOhK,GAAOP,GAYlB,SAAS0K,GAAahF,EAAOnF,GAE3B,IADA,IAAIwB,EAAS2D,EAAM3D,OACZA,KACL,GAAI0I,GAAG/E,EAAM3D,GAAQ,GAAIxB,GACvB,OAAOwB,EAGX,OAAQ,EA8BV,SAAS4I,GAAU3K,EAAO4K,EAAQC,EAAQC,EAAYvK,EAAKgK,EAAQQ,GACjE,IAAIhF,EAIJ,GAHI+E,IACF/E,EAASwE,EAASO,EAAW9K,EAAOO,EAAKgK,EAAQQ,GAASD,EAAW9K,SAExD2C,IAAXoD,EACF,OAAOA,EAET,IAAKiF,GAAShL,GACZ,OAAOA,EAET,IAAIiL,EAAQrB,GAAQ5J,GACpB,GAAIiL,GAEF,GADAlF,EA2XJ,SAAwBL,GACtB,IAAI3D,EAAS2D,EAAM3D,OACfgE,EAASL,EAAMwF,YAAYnJ,GAG3BA,GAA6B,iBAAZ2D,EAAM,IAAkBlD,GAAeC,KAAKiD,EAAO,WACtEK,EAAOzG,MAAQoG,EAAMpG,MACrByG,EAAOoF,MAAQzF,EAAMyF,OAEvB,OAAOpF,EApYIqF,CAAepL,IACnB4K,EACH,OA6ON,SAAmBS,EAAQ3F,GACzB,IAAIpG,GAAS,EACTyC,EAASsJ,EAAOtJ,OAEpB2D,IAAUA,EAAQvF,MAAM4B,IACxB,OAASzC,EAAQyC,GACf2D,EAAMpG,GAAS+L,EAAO/L,GAExB,OAAOoG,EArPI4F,CAAUtL,EAAO+F,OAErB,CACL,IAAIwF,EAAMC,GAAOxL,GACbyL,EAASF,GAAOpI,GAAWoI,GAAOnI,EAEtC,GAAI4E,GAAShI,GACX,OA0HN,SAAqB0L,EAAQd,GAC3B,GAAIA,EACF,OAAOc,EAAOC,QAEhB,IAAI5F,EAAS,IAAI2F,EAAOR,YAAYQ,EAAO3J,QAE3C,OADA2J,EAAOE,KAAK7F,GACLA,EAhII8F,CAAY7L,EAAO4K,GAE5B,GAAIW,GAAOhI,GAAagI,GAAOvI,GAAYyI,IAAWlB,EAAS,CAC7D,GAAIzE,EAAa9F,GACf,OAAOuK,EAASvK,EAAQ,GAG1B,GADA+F,EA+XN,SAAyBwE,GACvB,MAAqC,mBAAtBA,EAAOW,aAA8BY,GAAYvB,GAE5D,IAzVcwB,EAwVHvE,GAAa+C,GAvVrBS,GAASe,GAASrE,GAAaqE,GAAS,IADjD,IAAoBA,EAzCLC,CAAgBP,EAAS,GAAKzL,IAClC4K,EACH,OA6QR,SAAqBS,EAAQd,GAC3B,OAAO0B,GAAWZ,EAAQa,GAAWb,GAASd,GA9QjC4B,CAAYnM,EAhD3B,SAAoBuK,EAAQc,GAC1B,OAAOd,GAAU0B,GAAWZ,EAAQrE,GAAKqE,GAASd,GA+ClB6B,CAAWrG,EAAQ/F,QAE1C,CACL,IAAK4E,EAAc2G,GACjB,OAAOhB,EAASvK,EAAQ,GAE1B+F,EA0YN,SAAwBwE,EAAQgB,EAAKc,EAAWzB,GAC9C,IAAI0B,EAAO/B,EAAOW,YAClB,OAAQK,GACN,KAAKzH,EACH,OAAOyI,GAAiBhC,GAE1B,KAAKtH,EACL,KAAKC,EACH,OAAO,IAAIoJ,GAAM/B,GAEnB,KAAKxG,EACH,OA3QN,SAAuByI,EAAU5B,GAC/B,IAAIc,EAASd,EAAS2B,GAAiBC,EAASd,QAAUc,EAASd,OACnE,OAAO,IAAIc,EAAStB,YAAYQ,EAAQc,EAASC,WAAYD,EAASE,YAyQ3DC,CAAcpC,EAAQK,GAE/B,KAAK5G,EAAY,KAAKC,EACtB,KAAKC,EAAS,KAAKC,EAAU,KAAKC,EAClC,KAAKC,EAAU,KAAKC,EAAiB,KAAKC,EAAW,KAAKC,EACxD,OA/MN,SAAyBoI,EAAYhC,GACnC,IAAIc,EAASd,EAAS2B,GAAiBK,EAAWlB,QAAUkB,EAAWlB,OACvE,OAAO,IAAIkB,EAAW1B,YAAYQ,EAAQkB,EAAWH,WAAYG,EAAW7K,QA6MjE8K,CAAgBtC,EAAQK,GAEjC,KAAKvH,EACH,OArQN,SAAkBhE,EAAKuL,EAAQyB,GAE7B,OAAO5G,EADKmF,EAASyB,EAAUnG,EAAW7G,IAAM,GAAQ6G,EAAW7G,GACzC+F,EAAa,IAAI/F,EAAI6L,aAmQpC4B,CAASvC,EAAQK,EAAQyB,GAElC,KAAK/I,EACL,KAAKK,EACH,OAAO,IAAI2I,EAAK/B,GAElB,KAAK9G,EACH,OAhQN,SAAqBsJ,GACnB,IAAIhH,EAAS,IAAIgH,EAAO7B,YAAY6B,EAAO1B,OAAQ5G,EAAQsC,KAAKgG,IAEhE,OADAhH,EAAOiH,UAAYD,EAAOC,UACnBjH,EA6PIkH,CAAY1C,GAErB,KAAK7G,EACH,OApPN,SAAkB4B,EAAKsF,EAAQyB,GAE7B,OAAO5G,EADKmF,EAASyB,EAAU7F,EAAWlB,IAAM,GAAQkB,EAAWlB,GACzCC,EAAa,IAAID,EAAI4F,aAkPpCgC,CAAS3C,EAAQK,EAAQyB,GAElC,KAAKzI,EACH,OA3OeuJ,EA2OI5C,EA1OhBvB,GAAgB3I,OAAO2I,GAAcvG,KAAK0K,IAAW,GAD9D,IAAqBA,EA/LNC,CAAepN,EAAOuL,EAAKZ,GAAWC,IAInDG,IAAUA,EAAQ,IAAIvB,IACtB,IAAI6D,EAAUtC,EAAM5I,IAAInC,GACxB,GAAIqN,EACF,OAAOA,EAIT,GAFAtC,EAAMzF,IAAItF,EAAO+F,IAEZkF,EACH,IAAIqC,EAAQzC,EAsQhB,SAAoBN,GAClB,OAnOF,SAAwBA,EAAQgD,EAAUC,GACxC,IAAIzH,EAASwH,EAAShD,GACtB,OAAOX,GAAQW,GAAUxE,EApwB3B,SAAmBL,EAAO+H,GAKxB,IAJA,IAAInO,GAAS,EACTyC,EAAS0L,EAAO1L,OAChB2L,EAAShI,EAAM3D,SAEVzC,EAAQyC,GACf2D,EAAMgI,EAASpO,GAASmO,EAAOnO,GAEjC,OAAOoG,EA4vB2BiI,CAAU5H,EAAQyH,EAAYjD,IAiOzDqD,CAAerD,EAAQvD,GAAMkF,IAvQb2B,CAAW7N,GAASgH,GAAKhH,GAUhD,OA5vBF,SAAmB0F,EAAOC,GAIxB,IAHA,IAAIrG,GAAS,EACTyC,EAAS2D,EAAQA,EAAM3D,OAAS,IAE3BzC,EAAQyC,IAC8B,IAAzC4D,EAASD,EAAMpG,GAAQA,EAAOoG,MA+uBpCoI,CAAUR,GAAStN,GAAO,SAAS+N,EAAUxN,GACvC+M,IAEFS,EAAW/N,EADXO,EAAMwN,IAIRzD,GAAYvE,EAAQxF,EAAKoK,GAAUoD,EAAUnD,EAAQC,EAAQC,EAAYvK,EAAKP,EAAO+K,OAEhFhF,EAkDT,SAASiI,GAAahO,GACpB,SAAKgL,GAAShL,KAyYEqG,EAzYiBrG,EA0YxB8G,GAAeA,KAAcT,MAvYvB4H,GAAWjO,IAAU8F,EAAa9F,GAAUoH,GAAa1C,GACzDxE,KAAKwI,GAAS1I,IAqY/B,IAAkBqG,EAtVlB,SAASkG,GAAiB2B,GACxB,IAAInI,EAAS,IAAImI,EAAYhD,YAAYgD,EAAYxB,YAErD,OADA,IAAInF,GAAWxB,GAAQT,IAAI,IAAIiC,GAAW2G,IACnCnI,EA8GT,SAASkG,GAAWZ,EAAQiC,EAAO/C,EAAQO,GACzCP,IAAWA,EAAS,IAKpB,IAHA,IAAIjL,GAAS,EACTyC,EAASuL,EAAMvL,SAEVzC,EAAQyC,GAAQ,CACvB,IAAIxB,EAAM+M,EAAMhO,GAEZ6O,EAAWrD,EACXA,EAAWP,EAAOhK,GAAM8K,EAAO9K,GAAMA,EAAKgK,EAAQc,QAClD1I,EAEJ2H,GAAYC,EAAQhK,OAAkBoC,IAAbwL,EAAyB9C,EAAO9K,GAAO4N,GAElE,OAAO5D,EAkCT,SAAS6D,GAAW/O,EAAKkB,GACvB,IAqKiBP,EACbqO,EAtKAlN,EAAO9B,EAAIoK,SACf,OAsKgB,WADZ4E,SADarO,EApKAO,KAsKmB,UAAR8N,GAA4B,UAARA,GAA4B,WAARA,EACrD,cAAVrO,EACU,OAAVA,GAvKDmB,EAAmB,iBAAPZ,EAAkB,SAAW,QACzCY,EAAK9B,IAWX,SAAS8I,GAAUoC,EAAQhK,GACzB,IAAIP,EAj8BN,SAAkBuK,EAAQhK,GACxB,OAAiB,MAAVgK,OAAiB5H,EAAY4H,EAAOhK,GAg8B/B+N,CAAS/D,EAAQhK,GAC7B,OAAOyN,GAAahO,GAASA,OAAQ2C,EA7tBvCuG,GAAK3G,UAAU6G,MAnEf,WACED,KAAKM,SAAWjB,GAAeA,GAAa,MAAQ,IAmEtDU,GAAK3G,UAAkB,OAtDvB,SAAoBhC,GAClB,OAAO4I,KAAKoF,IAAIhO,WAAe4I,KAAKM,SAASlJ,IAsD/C2I,GAAK3G,UAAUJ,IA1Cf,SAAiB5B,GACf,IAAIY,EAAOgI,KAAKM,SAChB,GAAIjB,GAAc,CAChB,IAAIzC,EAAS5E,EAAKZ,GAClB,OAAOwF,IAAWjD,OAAiBH,EAAYoD,EAEjD,OAAOvD,GAAeC,KAAKtB,EAAMZ,GAAOY,EAAKZ,QAAOoC,GAqCtDuG,GAAK3G,UAAUgM,IAzBf,SAAiBhO,GACf,IAAIY,EAAOgI,KAAKM,SAChB,OAAOjB,QAA6B7F,IAAdxB,EAAKZ,GAAqBiC,GAAeC,KAAKtB,EAAMZ,IAwB5E2I,GAAK3G,UAAU+C,IAXf,SAAiB/E,EAAKP,GAGpB,OAFWmJ,KAAKM,SACXlJ,GAAQiI,SAA0B7F,IAAV3C,EAAuB8C,EAAiB9C,EAC9DmJ,MAoHTG,GAAU/G,UAAU6G,MAjFpB,WACED,KAAKM,SAAW,IAiFlBH,GAAU/G,UAAkB,OArE5B,SAAyBhC,GACvB,IAAIY,EAAOgI,KAAKM,SACZnK,EAAQoL,GAAavJ,EAAMZ,GAE/B,QAAIjB,EAAQ,KAIRA,GADY6B,EAAKY,OAAS,EAE5BZ,EAAKqN,MAEL5G,GAAOnF,KAAKtB,EAAM7B,EAAO,IAEpB,IAyDTgK,GAAU/G,UAAUJ,IA7CpB,SAAsB5B,GACpB,IAAIY,EAAOgI,KAAKM,SACZnK,EAAQoL,GAAavJ,EAAMZ,GAE/B,OAAOjB,EAAQ,OAAIqD,EAAYxB,EAAK7B,GAAO,IA0C7CgK,GAAU/G,UAAUgM,IA9BpB,SAAsBhO,GACpB,OAAOmK,GAAavB,KAAKM,SAAUlJ,IAAQ,GA8B7C+I,GAAU/G,UAAU+C,IAjBpB,SAAsB/E,EAAKP,GACzB,IAAImB,EAAOgI,KAAKM,SACZnK,EAAQoL,GAAavJ,EAAMZ,GAO/B,OALIjB,EAAQ,EACV6B,EAAKU,KAAK,CAACtB,EAAKP,IAEhBmB,EAAK7B,GAAO,GAAKU,EAEZmJ,MAkGTI,GAAShH,UAAU6G,MA/DnB,WACED,KAAKM,SAAW,CACd,KAAQ,IAAIP,GACZ,IAAO,IAAKd,IAAOkB,IACnB,OAAU,IAAIJ,KA4DlBK,GAAShH,UAAkB,OA/C3B,SAAwBhC,GACtB,OAAO6N,GAAWjF,KAAM5I,GAAa,OAAEA,IA+CzCgJ,GAAShH,UAAUJ,IAnCnB,SAAqB5B,GACnB,OAAO6N,GAAWjF,KAAM5I,GAAK4B,IAAI5B,IAmCnCgJ,GAAShH,UAAUgM,IAvBnB,SAAqBhO,GACnB,OAAO6N,GAAWjF,KAAM5I,GAAKgO,IAAIhO,IAuBnCgJ,GAAShH,UAAU+C,IAVnB,SAAqB/E,EAAKP,GAExB,OADAoO,GAAWjF,KAAM5I,GAAK+E,IAAI/E,EAAKP,GACxBmJ,MAgGTK,GAAMjH,UAAU6G,MApEhB,WACED,KAAKM,SAAW,IAAIH,IAoEtBE,GAAMjH,UAAkB,OAxDxB,SAAqBhC,GACnB,OAAO4I,KAAKM,SAAiB,OAAElJ,IAwDjCiJ,GAAMjH,UAAUJ,IA5ChB,SAAkB5B,GAChB,OAAO4I,KAAKM,SAAStH,IAAI5B,IA4C3BiJ,GAAMjH,UAAUgM,IAhChB,SAAkBhO,GAChB,OAAO4I,KAAKM,SAAS8E,IAAIhO,IAgC3BiJ,GAAMjH,UAAU+C,IAnBhB,SAAkB/E,EAAKP,GACrB,IAAIyO,EAAQtF,KAAKM,SACjB,GAAIgF,aAAiBnF,GAAW,CAC9B,IAAIoF,EAAQD,EAAMhF,SAClB,IAAKrB,IAAQsG,EAAM3M,OAAS4M,IAE1B,OADAD,EAAM7M,KAAK,CAACtB,EAAKP,IACVmJ,KAETsF,EAAQtF,KAAKM,SAAW,IAAIF,GAASmF,GAGvC,OADAD,EAAMnJ,IAAI/E,EAAKP,GACRmJ,MAicT,IAAI+C,GAAarE,GAAmBzB,EAAQyB,GAAkBxH,QAyhB9D,WACE,MAAO,IAjhBLmL,GAtQJ,SAAoBxL,GAClB,OAAOmH,GAAe1E,KAAKzC,IAyX7B,SAASqK,GAAQrK,EAAO+B,GAEtB,SADAA,EAAmB,MAAVA,EAAiBgB,EAAmBhB,KAE1B,iBAAT/B,GAAqB2E,EAASzE,KAAKF,KAC1CA,GAAS,GAAKA,EAAQ,GAAK,GAAKA,EAAQ+B,EAmC7C,SAAS+J,GAAY9L,GACnB,IAAIsM,EAAOtM,GAASA,EAAMkL,YAG1B,OAAOlL,KAFqB,mBAARsM,GAAsBA,EAAK/J,WAAcqE,GAY/D,SAAS8B,GAASrC,GAChB,GAAY,MAARA,EAAc,CAChB,IACE,OAAOa,EAAazE,KAAK4D,GACzB,MAAOJ,IACT,IACE,OAAQI,EAAO,GACf,MAAOJ,KAEX,MAAO,GAyDT,SAASwE,GAAGzK,EAAO4O,GACjB,OAAO5O,IAAU4O,GAAU5O,GAAUA,GAAS4O,GAAUA,GAxOrD1G,IAAYsD,GAAO,IAAItD,GAAS,IAAI2G,YAAY,MAAQ9K,GACxDqE,IAAOoD,GAAO,IAAIpD,KAAQ/E,GAC1BgF,IAAWmD,GAAOnD,GAAQyG,YAActL,GACxC8E,IAAOkD,GAAO,IAAIlD,KAAQ5E,GAC1B6E,IAAWiD,GAAO,IAAIjD,KAAY1E,KACrC2H,GAAS,SAASxL,GAChB,IAAI+F,EAASoB,GAAe1E,KAAKzC,GAC7BsM,EAAOvG,GAAUxC,EAAYvD,EAAMkL,iBAAcvI,EACjDoM,EAAazC,EAAO5D,GAAS4D,QAAQ3J,EAEzC,GAAIoM,EACF,OAAQA,GACN,KAAKtG,GAAoB,OAAO1E,EAChC,KAAK4E,GAAe,OAAOtF,EAC3B,KAAKuF,GAAmB,OAAOpF,EAC/B,KAAKqF,GAAe,OAAOnF,EAC3B,KAAKoF,GAAmB,OAAOjF,EAGnC,OAAOkC,IAuQX,IAAI6D,GAAUzJ,MAAMyJ,QA2BpB,SAASE,GAAY9J,GACnB,OAAgB,MAATA,GAqGT,SAAkBA,GAChB,MAAuB,iBAATA,GACZA,GAAS,GAAKA,EAAQ,GAAK,GAAKA,GAAS+C,EAvGnBiM,CAAShP,EAAM+B,UAAYkM,GAAWjO,GAiDhE,IAAIgI,GAAWD,IAsLf,WACE,OAAO,GApKT,SAASkG,GAAWjO,GAGlB,IAAIuL,EAAMP,GAAShL,GAASmH,GAAe1E,KAAKzC,GAAS,GACzD,OAAOuL,GAAOpI,GAAWoI,GAAOnI,EA2DlC,SAAS4H,GAAShL,GAChB,IAAIqO,SAAcrO,EAClB,QAASA,IAAkB,UAARqO,GAA4B,YAARA,GA2DzC,SAASrH,GAAKuD,GACZ,OAAOT,GAAYS,GAAUb,GAAca,GAtuB7C,SAAkBA,GAChB,IAAKuB,GAAYvB,GACf,OAAOtC,GAAWsC,GAEpB,IAAIxE,EAAS,GACb,IAAK,IAAIxF,KAAOF,OAAOkK,GACjB/H,GAAeC,KAAK8H,EAAQhK,IAAe,eAAPA,GACtCwF,EAAOlE,KAAKtB,GAGhB,OAAOwF,EA4tB8CkJ,CAAS1E,GA0ChE7L,EAAOD,QA9VP,SAAmBuB,GACjB,OAAO2K,GAAU3K,GAAO,GAAM,K,u1sgICr3C5BkP,EAA2B,GAG/B,SAASC,EAAoBC,GAE5B,GAAGF,EAAyBE,GAC3B,OAAOF,EAAyBE,GAAU3Q,QAG3C,IAAIC,EAASwQ,EAAyBE,GAAY,CACjDC,GAAID,EACJE,QAAQ,EACR7Q,QAAS,IAUV,OANA8Q,EAAoBH,GAAU1Q,EAAQA,EAAOD,QAAS0Q,GAGtDzQ,EAAO4Q,QAAS,EAGT5Q,EAAOD,QCpBf,OCHA0Q,EAAoBK,IAAO9Q,IAC1BA,EAAO+Q,MAAQ,GACV/Q,EAAOgR,WAAUhR,EAAOgR,SAAW,IACjChR,GDADyQ,EAAoB,M","file":"index.js","sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"user-agents\", [], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"user-agents\"] = factory();\n\telse\n\t\troot[\"user-agents\"] = factory();\n})(global, function() {\nreturn ","import UserAgent from './user-agent';\n\n\nexport default UserAgent;\n","import cloneDeep from 'lodash.clonedeep';\n\nimport userAgents from './user-agents.json';\n\n\n// Normalizes the total weight to 1 and constructs a cumulative distribution.\nconst makeCumulativeWeightIndexPairs = (weightIndexPairs) => {\n const totalWeight = weightIndexPairs.reduce((sum, [weight]) => sum + weight, 0);\n let sum = 0;\n return weightIndexPairs.map(([weight, index]) => {\n sum += weight / totalWeight;\n return [sum, index];\n });\n};\n\n// Precompute these so that we can quickly generate unfiltered user agents.\nconst defaultWeightIndexPairs = userAgents.map(({ weight }, index) => [weight, index]);\nconst defaultCumulativeWeightIndexPairs = makeCumulativeWeightIndexPairs(defaultWeightIndexPairs);\n\n\n// Turn the various filter formats into a single filter function that acts on raw user agents.\nconst constructFilter = (filters, accessor = parentObject => parentObject) => {\n let childFilters;\n if (typeof filters === 'function') {\n childFilters = [filters];\n } else if (filters instanceof RegExp) {\n childFilters = [\n value => (\n typeof value === 'object' && value && value.userAgent\n ? filters.test(value.userAgent)\n : filters.test(value)\n ),\n ];\n } else if (filters instanceof Array) {\n childFilters = filters.map(childFilter => constructFilter(childFilter));\n } else if (typeof filters === 'object') {\n childFilters = Object.entries(filters).map(([key, valueFilter]) => (\n constructFilter(valueFilter, parentObject => parentObject[key])\n ));\n } else {\n childFilters = [\n value => (\n typeof value === 'object' && value && value.userAgent\n ? filters === value.userAgent\n : filters === value\n ),\n ];\n }\n\n return (parentObject) => {\n try {\n const value = accessor(parentObject);\n return childFilters.every(childFilter => childFilter(value));\n } catch (error) {\n // This happens when a user-agent lacks a nested property.\n return false;\n }\n };\n};\n\n\n// Construct normalized cumulative weight index pairs given the filters.\nconst constructCumulativeWeightIndexPairsFromFilters = (filters) => {\n if (!filters) {\n return defaultCumulativeWeightIndexPairs;\n }\n\n const filter = constructFilter(filters);\n\n const weightIndexPairs = [];\n userAgents.forEach((rawUserAgent, index) => {\n if (filter(rawUserAgent)) {\n weightIndexPairs.push([rawUserAgent.weight, index]);\n }\n });\n return makeCumulativeWeightIndexPairs(weightIndexPairs);\n};\n\n\nconst setCumulativeWeightIndexPairs = (userAgent, cumulativeWeightIndexPairs) => {\n Object.defineProperty(userAgent, 'cumulativeWeightIndexPairs', {\n configurable: true,\n enumerable: false,\n writable: false,\n value: cumulativeWeightIndexPairs,\n });\n};\n\n\nexport default class UserAgent extends Function {\n constructor(filters) {\n super();\n setCumulativeWeightIndexPairs(this, constructCumulativeWeightIndexPairsFromFilters(filters));\n if (this.cumulativeWeightIndexPairs.length === 0) {\n throw new Error('No user agents matched your filters.');\n }\n\n this.randomize();\n\n return new Proxy(this, {\n apply: () => this.random(),\n get: (target, property, receiver) => {\n const dataCandidate = target.data && typeof property === 'string'\n && Object.prototype.hasOwnProperty.call(target.data, property)\n && Object.prototype.propertyIsEnumerable.call(target.data, property);\n if (dataCandidate) {\n const value = target.data[property];\n if (value !== undefined) {\n return value;\n }\n }\n\n return Reflect.get(target, property, receiver);\n },\n });\n }\n\n static random = (filters) => {\n try {\n return new UserAgent(filters);\n } catch (error) {\n return null;\n }\n };\n\n //\n // Standard Object Methods\n //\n\n [Symbol.toPrimitive] = () => (\n this.data.userAgent\n );\n\n toString = () => (\n this.data.userAgent\n );\n\n random = () => {\n const userAgent = new UserAgent();\n setCumulativeWeightIndexPairs(userAgent, this.cumulativeWeightIndexPairs);\n userAgent.randomize();\n return userAgent;\n };\n\n randomize = () => {\n // Find a random raw random user agent.\n const randomNumber = Math.random();\n const [, index] = this.cumulativeWeightIndexPairs\n .find(([cumulativeWeight]) => cumulativeWeight > randomNumber);\n const rawUserAgent = userAgents[index];\n\n this.data = cloneDeep(rawUserAgent);\n }\n}\n","/**\n * lodash (Custom Build) \n * Build: `lodash modularize exports=\"npm\" -o ./`\n * Copyright jQuery Foundation and other contributors \n * Released under MIT license \n * Based on Underscore.js 1.8.3 \n * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\n */\n\n/** Used as the size to enable large array optimizations. */\nvar LARGE_ARRAY_SIZE = 200;\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n arrayTag = '[object Array]',\n boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n errorTag = '[object Error]',\n funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n objectTag = '[object Object]',\n promiseTag = '[object Promise]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n symbolTag = '[object Symbol]',\n weakMapTag = '[object WeakMap]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]',\n float32Tag = '[object Float32Array]',\n float64Tag = '[object Float64Array]',\n int8Tag = '[object Int8Array]',\n int16Tag = '[object Int16Array]',\n int32Tag = '[object Int32Array]',\n uint8Tag = '[object Uint8Array]',\n uint8ClampedTag = '[object Uint8ClampedArray]',\n uint16Tag = '[object Uint16Array]',\n uint32Tag = '[object Uint32Array]';\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to match `RegExp` flags from their coerced string values. */\nvar reFlags = /\\w*$/;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Used to detect unsigned integer values. */\nvar reIsUint = /^(?:0|[1-9]\\d*)$/;\n\n/** Used to identify `toStringTag` values supported by `_.clone`. */\nvar cloneableTags = {};\ncloneableTags[argsTag] = cloneableTags[arrayTag] =\ncloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] =\ncloneableTags[boolTag] = cloneableTags[dateTag] =\ncloneableTags[float32Tag] = cloneableTags[float64Tag] =\ncloneableTags[int8Tag] = cloneableTags[int16Tag] =\ncloneableTags[int32Tag] = cloneableTags[mapTag] =\ncloneableTags[numberTag] = cloneableTags[objectTag] =\ncloneableTags[regexpTag] = cloneableTags[setTag] =\ncloneableTags[stringTag] = cloneableTags[symbolTag] =\ncloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] =\ncloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true;\ncloneableTags[errorTag] = cloneableTags[funcTag] =\ncloneableTags[weakMapTag] = false;\n\n/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/**\n * Adds the key-value `pair` to `map`.\n *\n * @private\n * @param {Object} map The map to modify.\n * @param {Array} pair The key-value pair to add.\n * @returns {Object} Returns `map`.\n */\nfunction addMapEntry(map, pair) {\n // Don't return `map.set` because it's not chainable in IE 11.\n map.set(pair[0], pair[1]);\n return map;\n}\n\n/**\n * Adds `value` to `set`.\n *\n * @private\n * @param {Object} set The set to modify.\n * @param {*} value The value to add.\n * @returns {Object} Returns `set`.\n */\nfunction addSetEntry(set, value) {\n // Don't return `set.add` because it's not chainable in IE 11.\n set.add(value);\n return set;\n}\n\n/**\n * A specialized version of `_.forEach` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns `array`.\n */\nfunction arrayEach(array, iteratee) {\n var index = -1,\n length = array ? array.length : 0;\n\n while (++index < length) {\n if (iteratee(array[index], index, array) === false) {\n break;\n }\n }\n return array;\n}\n\n/**\n * Appends the elements of `values` to `array`.\n *\n * @private\n * @param {Array} array The array to modify.\n * @param {Array} values The values to append.\n * @returns {Array} Returns `array`.\n */\nfunction arrayPush(array, values) {\n var index = -1,\n length = values.length,\n offset = array.length;\n\n while (++index < length) {\n array[offset + index] = values[index];\n }\n return array;\n}\n\n/**\n * A specialized version of `_.reduce` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @param {*} [accumulator] The initial value.\n * @param {boolean} [initAccum] Specify using the first element of `array` as\n * the initial value.\n * @returns {*} Returns the accumulated value.\n */\nfunction arrayReduce(array, iteratee, accumulator, initAccum) {\n var index = -1,\n length = array ? array.length : 0;\n\n if (initAccum && length) {\n accumulator = array[++index];\n }\n while (++index < length) {\n accumulator = iteratee(accumulator, array[index], index, array);\n }\n return accumulator;\n}\n\n/**\n * The base implementation of `_.times` without support for iteratee shorthands\n * or max array length checks.\n *\n * @private\n * @param {number} n The number of times to invoke `iteratee`.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the array of results.\n */\nfunction baseTimes(n, iteratee) {\n var index = -1,\n result = Array(n);\n\n while (++index < n) {\n result[index] = iteratee(index);\n }\n return result;\n}\n\n/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\n/**\n * Checks if `value` is a host object in IE < 9.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a host object, else `false`.\n */\nfunction isHostObject(value) {\n // Many host objects are `Object` objects that can coerce to strings\n // despite having improperly defined `toString` methods.\n var result = false;\n if (value != null && typeof value.toString != 'function') {\n try {\n result = !!(value + '');\n } catch (e) {}\n }\n return result;\n}\n\n/**\n * Converts `map` to its key-value pairs.\n *\n * @private\n * @param {Object} map The map to convert.\n * @returns {Array} Returns the key-value pairs.\n */\nfunction mapToArray(map) {\n var index = -1,\n result = Array(map.size);\n\n map.forEach(function(value, key) {\n result[++index] = [key, value];\n });\n return result;\n}\n\n/**\n * Creates a unary function that invokes `func` with its argument transformed.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} transform The argument transform.\n * @returns {Function} Returns the new function.\n */\nfunction overArg(func, transform) {\n return function(arg) {\n return func(transform(arg));\n };\n}\n\n/**\n * Converts `set` to an array of its values.\n *\n * @private\n * @param {Object} set The set to convert.\n * @returns {Array} Returns the values.\n */\nfunction setToArray(set) {\n var index = -1,\n result = Array(set.size);\n\n set.forEach(function(value) {\n result[++index] = value;\n });\n return result;\n}\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype,\n funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar objectToString = objectProto.toString;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/** Built-in value references. */\nvar Buffer = moduleExports ? root.Buffer : undefined,\n Symbol = root.Symbol,\n Uint8Array = root.Uint8Array,\n getPrototype = overArg(Object.getPrototypeOf, Object),\n objectCreate = Object.create,\n propertyIsEnumerable = objectProto.propertyIsEnumerable,\n splice = arrayProto.splice;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeGetSymbols = Object.getOwnPropertySymbols,\n nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined,\n nativeKeys = overArg(Object.keys, Object);\n\n/* Built-in method references that are verified to be native. */\nvar DataView = getNative(root, 'DataView'),\n Map = getNative(root, 'Map'),\n Promise = getNative(root, 'Promise'),\n Set = getNative(root, 'Set'),\n WeakMap = getNative(root, 'WeakMap'),\n nativeCreate = getNative(Object, 'create');\n\n/** Used to detect maps, sets, and weakmaps. */\nvar dataViewCtorString = toSource(DataView),\n mapCtorString = toSource(Map),\n promiseCtorString = toSource(Promise),\n setCtorString = toSource(Set),\n weakMapCtorString = toSource(WeakMap);\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n}\n\n/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction hashDelete(key) {\n return this.has(key) && delete this.__data__[key];\n}\n\n/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction hashGet(key) {\n var data = this.__data__;\n if (nativeCreate) {\n var result = data[key];\n return result === HASH_UNDEFINED ? undefined : result;\n }\n return hasOwnProperty.call(data, key) ? data[key] : undefined;\n}\n\n/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction hashHas(key) {\n var data = this.__data__;\n return nativeCreate ? data[key] !== undefined : hasOwnProperty.call(data, key);\n}\n\n/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */\nfunction hashSet(key, value) {\n var data = this.__data__;\n data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\n return this;\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n this.__data__ = [];\n}\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n return false;\n }\n var lastIndex = data.length - 1;\n if (index == lastIndex) {\n data.pop();\n } else {\n splice.call(data, index, 1);\n }\n return true;\n}\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n return index < 0 ? undefined : data[index][1];\n}\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n return assocIndexOf(this.__data__, key) > -1;\n}\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n data.push([key, value]);\n } else {\n data[index][1] = value;\n }\n return this;\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\n/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction MapCache(entries) {\n var index = -1,\n length = entries ? entries.length : 0;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n this.__data__ = {\n 'hash': new Hash,\n 'map': new (Map || ListCache),\n 'string': new Hash\n };\n}\n\n/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction mapCacheDelete(key) {\n return getMapData(this, key)['delete'](key);\n}\n\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction mapCacheGet(key) {\n return getMapData(this, key).get(key);\n}\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n return getMapData(this, key).has(key);\n}\n\n/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */\nfunction mapCacheSet(key, value) {\n getMapData(this, key).set(key, value);\n return this;\n}\n\n// Add methods to `MapCache`.\nMapCache.prototype.clear = mapCacheClear;\nMapCache.prototype['delete'] = mapCacheDelete;\nMapCache.prototype.get = mapCacheGet;\nMapCache.prototype.has = mapCacheHas;\nMapCache.prototype.set = mapCacheSet;\n\n/**\n * Creates a stack cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Stack(entries) {\n this.__data__ = new ListCache(entries);\n}\n\n/**\n * Removes all key-value entries from the stack.\n *\n * @private\n * @name clear\n * @memberOf Stack\n */\nfunction stackClear() {\n this.__data__ = new ListCache;\n}\n\n/**\n * Removes `key` and its value from the stack.\n *\n * @private\n * @name delete\n * @memberOf Stack\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction stackDelete(key) {\n return this.__data__['delete'](key);\n}\n\n/**\n * Gets the stack value for `key`.\n *\n * @private\n * @name get\n * @memberOf Stack\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction stackGet(key) {\n return this.__data__.get(key);\n}\n\n/**\n * Checks if a stack value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Stack\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction stackHas(key) {\n return this.__data__.has(key);\n}\n\n/**\n * Sets the stack `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Stack\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the stack cache instance.\n */\nfunction stackSet(key, value) {\n var cache = this.__data__;\n if (cache instanceof ListCache) {\n var pairs = cache.__data__;\n if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {\n pairs.push([key, value]);\n return this;\n }\n cache = this.__data__ = new MapCache(pairs);\n }\n cache.set(key, value);\n return this;\n}\n\n// Add methods to `Stack`.\nStack.prototype.clear = stackClear;\nStack.prototype['delete'] = stackDelete;\nStack.prototype.get = stackGet;\nStack.prototype.has = stackHas;\nStack.prototype.set = stackSet;\n\n/**\n * Creates an array of the enumerable property names of the array-like `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @param {boolean} inherited Specify returning inherited property names.\n * @returns {Array} Returns the array of property names.\n */\nfunction arrayLikeKeys(value, inherited) {\n // Safari 8.1 makes `arguments.callee` enumerable in strict mode.\n // Safari 9 makes `arguments.length` enumerable in strict mode.\n var result = (isArray(value) || isArguments(value))\n ? baseTimes(value.length, String)\n : [];\n\n var length = result.length,\n skipIndexes = !!length;\n\n for (var key in value) {\n if ((inherited || hasOwnProperty.call(value, key)) &&\n !(skipIndexes && (key == 'length' || isIndex(key, length)))) {\n result.push(key);\n }\n }\n return result;\n}\n\n/**\n * Assigns `value` to `key` of `object` if the existing value is not equivalent\n * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * for equality comparisons.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction assignValue(object, key, value) {\n var objValue = object[key];\n if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||\n (value === undefined && !(key in object))) {\n object[key] = value;\n }\n}\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n var length = array.length;\n while (length--) {\n if (eq(array[length][0], key)) {\n return length;\n }\n }\n return -1;\n}\n\n/**\n * The base implementation of `_.assign` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */\nfunction baseAssign(object, source) {\n return object && copyObject(source, keys(source), object);\n}\n\n/**\n * The base implementation of `_.clone` and `_.cloneDeep` which tracks\n * traversed objects.\n *\n * @private\n * @param {*} value The value to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @param {boolean} [isFull] Specify a clone including symbols.\n * @param {Function} [customizer] The function to customize cloning.\n * @param {string} [key] The key of `value`.\n * @param {Object} [object] The parent object of `value`.\n * @param {Object} [stack] Tracks traversed objects and their clone counterparts.\n * @returns {*} Returns the cloned value.\n */\nfunction baseClone(value, isDeep, isFull, customizer, key, object, stack) {\n var result;\n if (customizer) {\n result = object ? customizer(value, key, object, stack) : customizer(value);\n }\n if (result !== undefined) {\n return result;\n }\n if (!isObject(value)) {\n return value;\n }\n var isArr = isArray(value);\n if (isArr) {\n result = initCloneArray(value);\n if (!isDeep) {\n return copyArray(value, result);\n }\n } else {\n var tag = getTag(value),\n isFunc = tag == funcTag || tag == genTag;\n\n if (isBuffer(value)) {\n return cloneBuffer(value, isDeep);\n }\n if (tag == objectTag || tag == argsTag || (isFunc && !object)) {\n if (isHostObject(value)) {\n return object ? value : {};\n }\n result = initCloneObject(isFunc ? {} : value);\n if (!isDeep) {\n return copySymbols(value, baseAssign(result, value));\n }\n } else {\n if (!cloneableTags[tag]) {\n return object ? value : {};\n }\n result = initCloneByTag(value, tag, baseClone, isDeep);\n }\n }\n // Check for circular references and return its corresponding clone.\n stack || (stack = new Stack);\n var stacked = stack.get(value);\n if (stacked) {\n return stacked;\n }\n stack.set(value, result);\n\n if (!isArr) {\n var props = isFull ? getAllKeys(value) : keys(value);\n }\n arrayEach(props || value, function(subValue, key) {\n if (props) {\n key = subValue;\n subValue = value[key];\n }\n // Recursively populate clone (susceptible to call stack limits).\n assignValue(result, key, baseClone(subValue, isDeep, isFull, customizer, key, value, stack));\n });\n return result;\n}\n\n/**\n * The base implementation of `_.create` without support for assigning\n * properties to the created object.\n *\n * @private\n * @param {Object} prototype The object to inherit from.\n * @returns {Object} Returns the new object.\n */\nfunction baseCreate(proto) {\n return isObject(proto) ? objectCreate(proto) : {};\n}\n\n/**\n * The base implementation of `getAllKeys` and `getAllKeysIn` which uses\n * `keysFunc` and `symbolsFunc` to get the enumerable property names and\n * symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Function} keysFunc The function to get the keys of `object`.\n * @param {Function} symbolsFunc The function to get the symbols of `object`.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction baseGetAllKeys(object, keysFunc, symbolsFunc) {\n var result = keysFunc(object);\n return isArray(object) ? result : arrayPush(result, symbolsFunc(object));\n}\n\n/**\n * The base implementation of `getTag`.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nfunction baseGetTag(value) {\n return objectToString.call(value);\n}\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n * else `false`.\n */\nfunction baseIsNative(value) {\n if (!isObject(value) || isMasked(value)) {\n return false;\n }\n var pattern = (isFunction(value) || isHostObject(value)) ? reIsNative : reIsHostCtor;\n return pattern.test(toSource(value));\n}\n\n/**\n * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction baseKeys(object) {\n if (!isPrototype(object)) {\n return nativeKeys(object);\n }\n var result = [];\n for (var key in Object(object)) {\n if (hasOwnProperty.call(object, key) && key != 'constructor') {\n result.push(key);\n }\n }\n return result;\n}\n\n/**\n * Creates a clone of `buffer`.\n *\n * @private\n * @param {Buffer} buffer The buffer to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Buffer} Returns the cloned buffer.\n */\nfunction cloneBuffer(buffer, isDeep) {\n if (isDeep) {\n return buffer.slice();\n }\n var result = new buffer.constructor(buffer.length);\n buffer.copy(result);\n return result;\n}\n\n/**\n * Creates a clone of `arrayBuffer`.\n *\n * @private\n * @param {ArrayBuffer} arrayBuffer The array buffer to clone.\n * @returns {ArrayBuffer} Returns the cloned array buffer.\n */\nfunction cloneArrayBuffer(arrayBuffer) {\n var result = new arrayBuffer.constructor(arrayBuffer.byteLength);\n new Uint8Array(result).set(new Uint8Array(arrayBuffer));\n return result;\n}\n\n/**\n * Creates a clone of `dataView`.\n *\n * @private\n * @param {Object} dataView The data view to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned data view.\n */\nfunction cloneDataView(dataView, isDeep) {\n var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer;\n return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength);\n}\n\n/**\n * Creates a clone of `map`.\n *\n * @private\n * @param {Object} map The map to clone.\n * @param {Function} cloneFunc The function to clone values.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned map.\n */\nfunction cloneMap(map, isDeep, cloneFunc) {\n var array = isDeep ? cloneFunc(mapToArray(map), true) : mapToArray(map);\n return arrayReduce(array, addMapEntry, new map.constructor);\n}\n\n/**\n * Creates a clone of `regexp`.\n *\n * @private\n * @param {Object} regexp The regexp to clone.\n * @returns {Object} Returns the cloned regexp.\n */\nfunction cloneRegExp(regexp) {\n var result = new regexp.constructor(regexp.source, reFlags.exec(regexp));\n result.lastIndex = regexp.lastIndex;\n return result;\n}\n\n/**\n * Creates a clone of `set`.\n *\n * @private\n * @param {Object} set The set to clone.\n * @param {Function} cloneFunc The function to clone values.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned set.\n */\nfunction cloneSet(set, isDeep, cloneFunc) {\n var array = isDeep ? cloneFunc(setToArray(set), true) : setToArray(set);\n return arrayReduce(array, addSetEntry, new set.constructor);\n}\n\n/**\n * Creates a clone of the `symbol` object.\n *\n * @private\n * @param {Object} symbol The symbol object to clone.\n * @returns {Object} Returns the cloned symbol object.\n */\nfunction cloneSymbol(symbol) {\n return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {};\n}\n\n/**\n * Creates a clone of `typedArray`.\n *\n * @private\n * @param {Object} typedArray The typed array to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned typed array.\n */\nfunction cloneTypedArray(typedArray, isDeep) {\n var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer;\n return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);\n}\n\n/**\n * Copies the values of `source` to `array`.\n *\n * @private\n * @param {Array} source The array to copy values from.\n * @param {Array} [array=[]] The array to copy values to.\n * @returns {Array} Returns `array`.\n */\nfunction copyArray(source, array) {\n var index = -1,\n length = source.length;\n\n array || (array = Array(length));\n while (++index < length) {\n array[index] = source[index];\n }\n return array;\n}\n\n/**\n * Copies properties of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy properties from.\n * @param {Array} props The property identifiers to copy.\n * @param {Object} [object={}] The object to copy properties to.\n * @param {Function} [customizer] The function to customize copied values.\n * @returns {Object} Returns `object`.\n */\nfunction copyObject(source, props, object, customizer) {\n object || (object = {});\n\n var index = -1,\n length = props.length;\n\n while (++index < length) {\n var key = props[index];\n\n var newValue = customizer\n ? customizer(object[key], source[key], key, object, source)\n : undefined;\n\n assignValue(object, key, newValue === undefined ? source[key] : newValue);\n }\n return object;\n}\n\n/**\n * Copies own symbol properties of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy symbols from.\n * @param {Object} [object={}] The object to copy symbols to.\n * @returns {Object} Returns `object`.\n */\nfunction copySymbols(source, object) {\n return copyObject(source, getSymbols(source), object);\n}\n\n/**\n * Creates an array of own enumerable property names and symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction getAllKeys(object) {\n return baseGetAllKeys(object, keys, getSymbols);\n}\n\n/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */\nfunction getMapData(map, key) {\n var data = map.__data__;\n return isKeyable(key)\n ? data[typeof key == 'string' ? 'string' : 'hash']\n : data.map;\n}\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = getValue(object, key);\n return baseIsNative(value) ? value : undefined;\n}\n\n/**\n * Creates an array of the own enumerable symbol properties of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */\nvar getSymbols = nativeGetSymbols ? overArg(nativeGetSymbols, Object) : stubArray;\n\n/**\n * Gets the `toStringTag` of `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nvar getTag = baseGetTag;\n\n// Fallback for data views, maps, sets, and weak maps in IE 11,\n// for data views in Edge < 14, and promises in Node.js.\nif ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||\n (Map && getTag(new Map) != mapTag) ||\n (Promise && getTag(Promise.resolve()) != promiseTag) ||\n (Set && getTag(new Set) != setTag) ||\n (WeakMap && getTag(new WeakMap) != weakMapTag)) {\n getTag = function(value) {\n var result = objectToString.call(value),\n Ctor = result == objectTag ? value.constructor : undefined,\n ctorString = Ctor ? toSource(Ctor) : undefined;\n\n if (ctorString) {\n switch (ctorString) {\n case dataViewCtorString: return dataViewTag;\n case mapCtorString: return mapTag;\n case promiseCtorString: return promiseTag;\n case setCtorString: return setTag;\n case weakMapCtorString: return weakMapTag;\n }\n }\n return result;\n };\n}\n\n/**\n * Initializes an array clone.\n *\n * @private\n * @param {Array} array The array to clone.\n * @returns {Array} Returns the initialized clone.\n */\nfunction initCloneArray(array) {\n var length = array.length,\n result = array.constructor(length);\n\n // Add properties assigned by `RegExp#exec`.\n if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) {\n result.index = array.index;\n result.input = array.input;\n }\n return result;\n}\n\n/**\n * Initializes an object clone.\n *\n * @private\n * @param {Object} object The object to clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneObject(object) {\n return (typeof object.constructor == 'function' && !isPrototype(object))\n ? baseCreate(getPrototype(object))\n : {};\n}\n\n/**\n * Initializes an object clone based on its `toStringTag`.\n *\n * **Note:** This function only supports cloning values with tags of\n * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.\n *\n * @private\n * @param {Object} object The object to clone.\n * @param {string} tag The `toStringTag` of the object to clone.\n * @param {Function} cloneFunc The function to clone values.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneByTag(object, tag, cloneFunc, isDeep) {\n var Ctor = object.constructor;\n switch (tag) {\n case arrayBufferTag:\n return cloneArrayBuffer(object);\n\n case boolTag:\n case dateTag:\n return new Ctor(+object);\n\n case dataViewTag:\n return cloneDataView(object, isDeep);\n\n case float32Tag: case float64Tag:\n case int8Tag: case int16Tag: case int32Tag:\n case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag:\n return cloneTypedArray(object, isDeep);\n\n case mapTag:\n return cloneMap(object, isDeep, cloneFunc);\n\n case numberTag:\n case stringTag:\n return new Ctor(object);\n\n case regexpTag:\n return cloneRegExp(object);\n\n case setTag:\n return cloneSet(object, isDeep, cloneFunc);\n\n case symbolTag:\n return cloneSymbol(object);\n }\n}\n\n/**\n * Checks if `value` is a valid array-like index.\n *\n * @private\n * @param {*} value The value to check.\n * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\n * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\n */\nfunction isIndex(value, length) {\n length = length == null ? MAX_SAFE_INTEGER : length;\n return !!length &&\n (typeof value == 'number' || reIsUint.test(value)) &&\n (value > -1 && value % 1 == 0 && value < length);\n}\n\n/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n var type = typeof value;\n return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\n ? (value !== '__proto__')\n : (value === null);\n}\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n return !!maskSrcKey && (maskSrcKey in func);\n}\n\n/**\n * Checks if `value` is likely a prototype object.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\n */\nfunction isPrototype(value) {\n var Ctor = value && value.constructor,\n proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;\n\n return value === proto;\n}\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to process.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return (func + '');\n } catch (e) {}\n }\n return '';\n}\n\n/**\n * This method is like `_.clone` except that it recursively clones `value`.\n *\n * @static\n * @memberOf _\n * @since 1.0.0\n * @category Lang\n * @param {*} value The value to recursively clone.\n * @returns {*} Returns the deep cloned value.\n * @see _.clone\n * @example\n *\n * var objects = [{ 'a': 1 }, { 'b': 2 }];\n *\n * var deep = _.cloneDeep(objects);\n * console.log(deep[0] === objects[0]);\n * // => false\n */\nfunction cloneDeep(value) {\n return baseClone(value, true, true);\n}\n\n/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\n/**\n * Checks if `value` is likely an `arguments` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n * else `false`.\n * @example\n *\n * _.isArguments(function() { return arguments; }());\n * // => true\n *\n * _.isArguments([1, 2, 3]);\n * // => false\n */\nfunction isArguments(value) {\n // Safari 8.1 makes `arguments.callee` enumerable in strict mode.\n return isArrayLikeObject(value) && hasOwnProperty.call(value, 'callee') &&\n (!propertyIsEnumerable.call(value, 'callee') || objectToString.call(value) == argsTag);\n}\n\n/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\n/**\n * Checks if `value` is array-like. A value is considered array-like if it's\n * not a function and has a `value.length` that's an integer greater than or\n * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\n * @example\n *\n * _.isArrayLike([1, 2, 3]);\n * // => true\n *\n * _.isArrayLike(document.body.children);\n * // => true\n *\n * _.isArrayLike('abc');\n * // => true\n *\n * _.isArrayLike(_.noop);\n * // => false\n */\nfunction isArrayLike(value) {\n return value != null && isLength(value.length) && !isFunction(value);\n}\n\n/**\n * This method is like `_.isArrayLike` except that it also checks if `value`\n * is an object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array-like object,\n * else `false`.\n * @example\n *\n * _.isArrayLikeObject([1, 2, 3]);\n * // => true\n *\n * _.isArrayLikeObject(document.body.children);\n * // => true\n *\n * _.isArrayLikeObject('abc');\n * // => false\n *\n * _.isArrayLikeObject(_.noop);\n * // => false\n */\nfunction isArrayLikeObject(value) {\n return isObjectLike(value) && isArrayLike(value);\n}\n\n/**\n * Checks if `value` is a buffer.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.\n * @example\n *\n * _.isBuffer(new Buffer(2));\n * // => true\n *\n * _.isBuffer(new Uint8Array(2));\n * // => false\n */\nvar isBuffer = nativeIsBuffer || stubFalse;\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n // The use of `Object#toString` avoids issues with the `typeof` operator\n // in Safari 8-9 which returns 'object' for typed array and other constructors.\n var tag = isObject(value) ? objectToString.call(value) : '';\n return tag == funcTag || tag == genTag;\n}\n\n/**\n * Checks if `value` is a valid array-like length.\n *\n * **Note:** This method is loosely based on\n * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\n * @example\n *\n * _.isLength(3);\n * // => true\n *\n * _.isLength(Number.MIN_VALUE);\n * // => false\n *\n * _.isLength(Infinity);\n * // => false\n *\n * _.isLength('3');\n * // => false\n */\nfunction isLength(value) {\n return typeof value == 'number' &&\n value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\n}\n\n/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return !!value && (type == 'object' || type == 'function');\n}\n\n/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return !!value && typeof value == 'object';\n}\n\n/**\n * Creates an array of the own enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects. See the\n * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * for more details.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keys(new Foo);\n * // => ['a', 'b'] (iteration order is not guaranteed)\n *\n * _.keys('hi');\n * // => ['0', '1']\n */\nfunction keys(object) {\n return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);\n}\n\n/**\n * This method returns a new empty array.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {Array} Returns the new empty array.\n * @example\n *\n * var arrays = _.times(2, _.stubArray);\n *\n * console.log(arrays);\n * // => [[], []]\n *\n * console.log(arrays[0] === arrays[1]);\n * // => false\n */\nfunction stubArray() {\n return [];\n}\n\n/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n return false;\n}\n\nmodule.exports = cloneDeep;\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tif(__webpack_module_cache__[moduleId]) {\n\t\treturn __webpack_module_cache__[moduleId].exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// module exports must be returned from runtime so entry inlining is disabled\n// startup\n// Load entry module and return exports\nreturn __webpack_require__(442);\n","__webpack_require__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};"],"sourceRoot":""} \ No newline at end of file diff --git a/tvapp2/node_modules/user-agents/package.json b/tvapp2/node_modules/user-agents/package.json index 26666de9..4fb7aadc 100755 --- a/tvapp2/node_modules/user-agents/package.json +++ b/tvapp2/node_modules/user-agents/package.json @@ -1,6 +1,6 @@ { "name": "user-agents", - "version": "1.1.497", + "version": "1.1.529", "description": "A JavaScript library for generating random user agents. ", "main": "dist/index.js", "repository": "git@github.com:intoli/user-agents.git", diff --git a/tvapp2/node_modules/user-agents/src/user-agents.json.gz b/tvapp2/node_modules/user-agents/src/user-agents.json.gz index 40302f5f..a3397c2f 100755 Binary files a/tvapp2/node_modules/user-agents/src/user-agents.json.gz and b/tvapp2/node_modules/user-agents/src/user-agents.json.gz differ diff --git a/tvapp2/package-lock.json b/tvapp2/package-lock.json index e1415f81..cc415996 100755 --- a/tvapp2/package-lock.json +++ b/tvapp2/package-lock.json @@ -14,7 +14,7 @@ "express": "5.1.0", "moment": "2.30.1", "playwright": "^1.51.0", - "user-agents": "^1.1.480" + "user-agents": "^1.1.529" }, "devDependencies": { "@stylistic/eslint-plugin-js": "^4.2.0", @@ -4308,7 +4308,9 @@ } }, "node_modules/user-agents": { - "version": "1.1.497", + "version": "1.1.529", + "resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.529.tgz", + "integrity": "sha512-8/ha9jnpBjUhC7+kpdAimo+mQVUMFhTJEkGVRSUsxK6YWuVZ6il+6ErVMjWpfX7q1Ft0m/4+XpPJhGuqZesFTQ==", "license": "BSD-2-Clause", "dependencies": { "lodash.clonedeep": "^4.5.0" diff --git a/tvapp2/package.json b/tvapp2/package.json index b3bca1d8..229074aa 100755 --- a/tvapp2/package.json +++ b/tvapp2/package.json @@ -73,7 +73,7 @@ ], "dependencies": { "playwright": "^1.51.0", - "user-agents": "^1.1.480", + "user-agents": "^1.1.529", "chalk": "^5.3.0", "ejs": "^3.1.10", "moment": "2.30.1",